Searched refs:idx_fq (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 972 u32 idx_rx = 0, idx_fq = 0, rcvd, pkts_sent = 0; in receive_pkts() local 1019 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in receive_pkts() 1028 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in receive_pkts() 1055 *xsk_ring_prod__fill_addr(&umem->fq, idx_fq++) = orig; in receive_pkts() 1075 idx_fq -= nb_frags; in receive_pkts()
|
/openbmc/linux/Documentation/networking/ |
H A 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;
|