Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/skywalk/
H A Dskywalk_test_utils.h219 uint64_t exclusive, uint64_t txlowatunit, uint64_t txlowatval,
H A Dskywalk_test_utils.c257 uint64_t exclusive, uint64_t txlowatunit, uint64_t txlowatval, in sktu_channel_create_extended() argument
284 if (txlowatval != -1) { in sktu_channel_create_extended()
285 error = os_channel_attr_set(tmpattr, CHANNEL_ATTR_TX_LOWAT_VALUE, txlowatval); in sktu_channel_create_extended()
345 assert(exclusive == -1 || txlowatval == scratch); in sktu_channel_create_extended()