Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel.h138 CHANNEL_ATTR_TX_LOWAT_VALUE, /* (g/s) transmit low-watermark */ enumerator
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c1389 case CHANNEL_ATTR_TX_LOWAT_VALUE: in os_channel_attr_set()
1506 case CHANNEL_ATTR_TX_LOWAT_VALUE: in os_channel_attr_get()
/xnu-12377.1.9/tests/skywalk/
H A Dskywalk_test_utils.c285 error = os_channel_attr_set(tmpattr, CHANNEL_ATTR_TX_LOWAT_VALUE, txlowatval); in sktu_channel_create_extended()
342 error = os_channel_attr_get(tmpattr, CHANNEL_ATTR_TX_LOWAT_VALUE, &scratch); in sktu_channel_create_extended()
H A Dskywalk_test_common.c910 os_channel_attr_set(ch_attr, CHANNEL_ATTR_TX_LOWAT_VALUE, value); in set_watermark()