Searched refs:idx_fq (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xsk.c | 985 u32 idx_rx = 0, idx_fq = 0, rcvd, pkts_sent = 0; in __receive_pkts() local 1023 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in __receive_pkts() 1030 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in __receive_pkts() 1063 *xsk_ring_prod__fill_addr(&umem->fq, idx_fq++) = orig; in __receive_pkts() 1083 idx_fq -= nb_frags; in __receive_pkts()
|
| /linux/Documentation/networking/ |
| H A D | af_xdp.rst | 650 u32 idx_rx = 0, idx_fq = 0; 655 xsk_ring_prod__reserve(&xsk->umem->fq, rcvd, &idx_fq); 672 *xsk_ring_prod__fill_addr(&xsk->umem->fq, idx_fq++) = desc->addr;
|