Searched refs:ocet (Results 1 – 1 of 1) sorted by relevance
2413 struct ch_ev_thresh cet, *ocet; in ch_set_lowat_thresh() local2428 ocet = &ch->ch_info->cinfo_tx_lowat; in ch_set_lowat_thresh()2430 ocet = &ch->ch_info->cinfo_rx_lowat; in ch_set_lowat_thresh()2434 if (ocet->cet_unit == cet.cet_unit && in ch_set_lowat_thresh()2435 ocet->cet_value == cet.cet_value) { in ch_set_lowat_thresh()2439 *ocet = cet; in ch_set_lowat_thresh()