Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel_private.h512 struct ch_ev_thresh ci_rx_lowat; /* in: RX low-watermark */ member
H A Dchannel.c1670 chr.cr_rx_lowat = init->ci_rx_lowat; in ch_open()
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c547 init.ci_rx_lowat = cha->cha_rx_lowat; in os_channel_create_extended()