Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c86 static int ch_ev_thresh_validate(struct kern_nexus *, enum txrx,
624 if (ch_ev_thresh_validate(ch->ch_na->na_nx, dir, in filt_chtouch()
790 if (ch_ev_thresh_validate(ch->ch_na->na_nx, dir, in filt_chrwattach()
1884 ch_ev_thresh_validate(struct kern_nexus *nx, enum txrx t, in ch_ev_thresh_validate() function
2034 if ((*err = ch_ev_thresh_validate(nx, NR_TX, &chr->cr_tx_lowat)) != 0 || in ch_connect()
2035 (*err = ch_ev_thresh_validate(nx, NR_RX, &chr->cr_rx_lowat)) != 0) { in ch_connect()
2393 err = ch_ev_thresh_validate(ch->ch_nexus, t, &cet); in ch_set_lowat_thresh()