Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel.c617 ch->ch_info->cinfo_tx_lowat.cet_unit : in filt_chtouch()
717 lowat = ch->ch_info->cinfo_tx_lowat.cet_value; in filt_chprocess()
788 ch->ch_info->cinfo_tx_lowat.cet_unit : in filt_chrwattach()
1251 ch->ch_info->cinfo_tx_lowat.cet_unit; in ch_event()
1981 SK_D(" txlowat: %u (%s)", cinfo->cinfo_tx_lowat.cet_value, in ch_connect_log1()
1982 ((cinfo->cinfo_tx_lowat.cet_unit == CHANNEL_THRESHOLD_UNIT_BYTES) ? in ch_connect_log1()
2131 cinfo->cinfo_tx_lowat = chr->cr_tx_lowat; in ch_connect()
2386 ocet = &ch->ch_info->cinfo_tx_lowat; in ch_set_lowat_thresh()
2433 cet = ch->ch_info->cinfo_tx_lowat; in ch_get_lowat_thresh()
H A Dos_channel_private.h500 struct ch_ev_thresh cinfo_tx_lowat; /* TX low-watermark */ member
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c774 if (CHD_INFO(chd)->cinfo_tx_lowat.cet_unit != in os_channel_write_attr()
776 CHD_INFO(chd)->cinfo_tx_lowat.cet_value != in os_channel_write_attr()
784 CHD_INFO(chd)->cinfo_tx_lowat = cha->cha_tx_lowat; in os_channel_write_attr()
1637 cha->cha_tx_lowat = cinfo->cinfo_tx_lowat; in os_channel_info2attr()