Searched refs:idx_fq (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | xskxceiver.c | 1124 u32 idx_rx = 0, idx_fq = 0, rcvd, pkts_sent = 0; in __receive_pkts() local 1162 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in __receive_pkts() 1169 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in __receive_pkts() 1202 *xsk_ring_prod__fill_addr(&umem->fq, idx_fq++) = orig; in __receive_pkts() 1222 idx_fq -= nb_frags; in __receive_pkts()
|
/linux-6.12.1/Documentation/networking/ |
D | af_xdp.rst | 639 u32 idx_rx = 0, idx_fq = 0; 644 xsk_ring_prod__reserve(&xsk->umem->fq, rcvd, &idx_fq); 661 *xsk_ring_prod__fill_addr(&xsk->umem->fq, idx_fq++) = desc->addr;
|