Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel.c91 static int ch_set_lowat_thresh(struct kern_channel *, enum txrx,
2255 err = ch_set_lowat_thresh(ch, NR_TX, sopt); in ch_set_opt()
2259 err = ch_set_lowat_thresh(ch, NR_RX, sopt); in ch_set_opt()
2378 ch_set_lowat_thresh(struct kern_channel *ch, enum txrx t, in ch_set_lowat_thresh() function