Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel.c93 static int ch_get_lowat_thresh(struct kern_channel *, enum txrx,
2274 err = ch_get_lowat_thresh(ch, NR_TX, sopt); in ch_get_opt()
2278 err = ch_get_lowat_thresh(ch, NR_RX, sopt); in ch_get_opt()
2419 ch_get_lowat_thresh(struct kern_channel *ch, enum txrx t, in ch_get_lowat_thresh() function