Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/channel/
H A Dchannel.c86 static int ch_ev_thresh_validate(struct kern_nexus *, enum txrx,
614 if (ch_ev_thresh_validate(ch->ch_na->na_nx, dir, in filt_chtouch()
780 if (ch_ev_thresh_validate(ch->ch_na->na_nx, dir, in filt_chrwattach()
1873 ch_ev_thresh_validate(struct kern_nexus *nx, enum txrx t, in ch_ev_thresh_validate() function
2023 if ((*err = ch_ev_thresh_validate(nx, NR_TX, &chr->cr_tx_lowat)) != 0 || in ch_connect()
2024 (*err = ch_ev_thresh_validate(nx, NR_RX, &chr->cr_rx_lowat)) != 0) { in ch_connect()
2381 err = ch_ev_thresh_validate(ch->ch_nexus, t, &cet); in ch_set_lowat_thresh()