Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/channel/
H A Dchannel.c88 static int ch_ev_thresh_validate(struct kern_nexus *, enum txrx,
621 if (ch_ev_thresh_validate(ch->ch_na->na_nx, dir, in filt_chtouch()
792 if (ch_ev_thresh_validate(ch->ch_na->na_nx, dir, in filt_chrwattach()
1875 ch_ev_thresh_validate(struct kern_nexus *nx, enum txrx t, in ch_ev_thresh_validate() function
2025 if ((*err = ch_ev_thresh_validate(nx, NR_TX, &chr->cr_tx_lowat)) != 0 || in ch_connect()
2026 (*err = ch_ev_thresh_validate(nx, NR_RX, &chr->cr_rx_lowat)) != 0) { in ch_connect()
2383 err = ch_ev_thresh_validate(ch->ch_nexus, t, &cet); in ch_set_lowat_thresh()