Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c354 ifobj = ifobj_rx; in parse_command_line()
417 test->ifobj_rx = ifobj_rx; in __test_spec_init()
484 test->ifobj_rx->mtu = mtu; in test_spec_set_mtu()
1663 struct ifobject *ifobj_rx = test->ifobj_rx; in testapp_validate_traffic() local
1666 if ((ifobj_rx->umem->unaligned_mode && !ifobj_rx->unaligned_supp) || in testapp_validate_traffic()
1733 ifobj_rx->xsk = &ifobj_rx->xsk_arr[1]; in swap_xsk_resources()
1735 ret = xsk_update_xskmap(ifobj_rx->xskmap, ifobj_rx->xsk->xsk); in swap_xsk_resources()
1768 test->ifobj_rx->umem->frame_headroom = test->ifobj_rx->umem->frame_size - in testapp_stats_rx_dropped()
1787 test->ifobj_rx->pkt_stream = pkt_stream_generate(test->ifobj_rx->umem, in testapp_stats_rx_full()
1800 test->ifobj_rx->pkt_stream = pkt_stream_generate(test->ifobj_rx->umem, in testapp_stats_fill_empty()
[all …]
H A Dxskxceiver.h178 struct ifobject *ifobj_rx; member