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 | 972 u32 idx_rx = 0, idx_fq = 0, rcvd, pkts_sent = 0; in __receive_pkts() local 1010 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in __receive_pkts() 1017 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in __receive_pkts() 1050 *xsk_ring_prod__fill_addr(&umem->fq, idx_fq++) = orig; in __receive_pkts() 1070 idx_fq -= nb_frags; in __receive_pkts()
|
| /linux/Documentation/networking/ |
| H A D | af_xdp.rst | 644 u32 idx_rx = 0, idx_fq = 0; 649 xsk_ring_prod__reserve(&xsk->umem->fq, rcvd, &idx_fq); 666 *xsk_ring_prod__fill_addr(&xsk->umem->fq, idx_fq++) = desc->addr;
|