Searched refs:xsk_ring_prod__reserve (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | xdp_metadata.c | 102 ret = xsk_ring_prod__reserve(&xsk->fill, UMEM_NUM / 2, &idx); in open_xsk() 154 ret = xsk_ring_prod__reserve(&xsk->tx, 1, &idx); in generate_packet() 217 if (ASSERT_EQ(xsk_ring_prod__reserve(&xsk->fill, 1, &idx), 1, "xsk_ring_prod__reserve")) { in refill_rx()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | xdp_hw_metadata.c | 106 ret = xsk_ring_prod__reserve(&xsk->fill, UMEM_NUM / 2, &idx); in open_xsk() 130 if (xsk_ring_prod__reserve(&xsk->fill, 1, &idx) == 1) { in refill_rx()
|
A D | xsk.h | 118 static inline __u32 xsk_ring_prod__reserve(struct xsk_ring_prod *prod, __u32 nb, __u32 *idx) in xsk_ring_prod__reserve() function
|
A D | xskxceiver.c | 941 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in receive_pkts() 950 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in receive_pkts() 994 while (xsk_ring_prod__reserve(&xsk->tx, BATCH_SIZE, &idx) < BATCH_SIZE) { in __send_pkts() 1239 ret = xsk_ring_prod__reserve(&umem->fq, buffers_to_fill, &idx); in xsk_populate_fill_ring()
|
Completed in 10 milliseconds