Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.h47 #define DEFAULT_BATCH_SIZE 64 macro
H A Dxskxceiver.c504 ifobj->xsk_arr[j].batch_size = DEFAULT_BATCH_SIZE; in __test_spec_init()
2476 test->ifobj_tx->ring.tx_pending = DEFAULT_BATCH_SIZE; in testapp_hw_sw_min_ring_size()
2477 test->ifobj_tx->ring.rx_pending = DEFAULT_BATCH_SIZE * 2; in testapp_hw_sw_min_ring_size()
2485 test->ifobj_tx->xsk->batch_size = DEFAULT_BATCH_SIZE - 1; in testapp_hw_sw_min_ring_size()
2486 test->ifobj_rx->xsk->batch_size = DEFAULT_BATCH_SIZE - 1; in testapp_hw_sw_min_ring_size()