Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/skywalk/
H A Dskywalk_test_common.h122 uint64_t nrxslots; member
138 .nrxslots = -1, \
H A Dskywalk_test_common.c215 assert(sktc_attr->nrxslots == -1 || in sktc_setup_nexus()
216 sktc_attr->nrxslots == sktc_nexus_nrxslots); in sktc_setup_nexus()
306 uint64_t ntxrings, nrxrings, ntxslots, nrxslots, in sktc_channel_worker_echo() local
333 nrxslots = -1; in sktc_channel_worker_echo()
334 error = os_channel_attr_get(attr, CHANNEL_ATTR_RX_SLOTS, &nrxslots); in sktc_channel_worker_echo()
336 assert(nrxslots != -1); in sktc_channel_worker_echo()
337 assert(nrxslots == sktc_nexus_nrxslots); in sktc_channel_worker_echo()
475 uint64_t nrxrings, nrxslots, slotsize; in sktc_channel_worker_sink() local
489 nrxslots = -1; in sktc_channel_worker_sink()
490 error = os_channel_attr_get(attr, CHANNEL_ATTR_RX_SLOTS, &nrxslots); in sktc_channel_worker_sink()
[all …]
H A Dskywalk_test_utils.c120 if (sktc_attr->nrxslots != -1) { in sktc_build_nexus()
122 sktc_attr->nrxslots); in sktc_build_nexus()
213 assert(sktc_attr->nrxslots == -1 || sktc_attr->nrxslots == scratch); in sktc_build_nexus()
577 uint64_t ntxslots, uint64_t nrxslots, uint64_t buf_size, uint64_t max_frags, in sktc_create_flowswitch_no_address() argument
585 attr.nrxslots = nrxslots; in sktc_create_flowswitch_no_address()
621 attr.nrxslots = -1; in sktc_create_flowswitch_no_address()
H A Dskt_fullupipe.c57 attr.nrxslots = NSLOTS; in skt_fullupipe_init()
H A Dskt_mangle.c92 attr.nrxslots = 64; in skt_mangle_init()
H A Dskt_kqueue.c70 attr.nrxslots = 64; in skt_kqueue_init()