Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dchannel.c86 static int ch_ev_thresh_validate(struct kern_nexus *, enum txrx,
620 if (ch_ev_thresh_validate(ch->ch_na->na_nx, dir, in filt_chtouch()
791 if (ch_ev_thresh_validate(ch->ch_na->na_nx, dir, in filt_chrwattach()
1897 ch_ev_thresh_validate(struct kern_nexus *nx, enum txrx t, in ch_ev_thresh_validate() function
2047 if ((*err = ch_ev_thresh_validate(nx, NR_TX, &chr->cr_tx_lowat)) != 0 || in ch_connect()
2048 (*err = ch_ev_thresh_validate(nx, NR_RX, &chr->cr_rx_lowat)) != 0) { in ch_connect()
2405 err = ch_ev_thresh_validate(ch->ch_nexus, t, &cet); in ch_set_lowat_thresh()