Searched refs:fq (Results 1 – 1 of 1) sorted by relevance
/samples/bpf/ |
D | xdpsock_user.c | 139 struct xsk_ring_prod fq; member 826 ret = xsk_umem__create(&umem->umem, buffer, size, &umem->fq, &umem->cq, in xsk_configure_umem() 840 ret = xsk_ring_prod__reserve(&umem->fq, in xsk_populate_fill_ring() 845 *xsk_ring_prod__fill_addr(&umem->fq, idx++) = in xsk_populate_fill_ring() 847 xsk_ring_prod__submit(&umem->fq, XSK_RING_PROD__DEFAULT_NUM_DESCS * 2); in xsk_populate_fill_ring() 1154 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in complete_tx_l2fwd() 1158 if (opt_busy_poll || xsk_ring_prod__needs_wakeup(&umem->fq)) { in complete_tx_l2fwd() 1163 ret = xsk_ring_prod__reserve(&umem->fq, rcvd, &idx_fq); in complete_tx_l2fwd() 1167 *xsk_ring_prod__fill_addr(&umem->fq, idx_fq++) = in complete_tx_l2fwd() 1170 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); in complete_tx_l2fwd() [all …]
|