Home
last modified time | relevance | path

Searched refs:ocet (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel.c2369 struct ch_ev_thresh cet, *ocet; in ch_set_lowat_thresh() local
2384 ocet = &ch->ch_info->cinfo_tx_lowat; in ch_set_lowat_thresh()
2386 ocet = &ch->ch_info->cinfo_rx_lowat; in ch_set_lowat_thresh()
2390 if (ocet->cet_unit == cet.cet_unit && in ch_set_lowat_thresh()
2391 ocet->cet_value == cet.cet_value) { in ch_set_lowat_thresh()
2395 *ocet = cet; in ch_set_lowat_thresh()