Searched refs:xsk_ring_prod__submit (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | xdp_metadata.c | 108 xsk_ring_prod__submit(&xsk->fill, ret); in open_xsk() 186 xsk_ring_prod__submit(&xsk->tx, 1); in generate_packet() 215 xsk_ring_prod__submit(&xsk->fill, 1); in refill_rx()
|
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| D | xdp_hw_metadata.c | 113 xsk_ring_prod__submit(&xsk->fill, ret); in open_xsk() 134 xsk_ring_prod__submit(&xsk->fill, 1); in refill_rx()
|
| D | xsk.h | 129 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, __u32 nb) in xsk_ring_prod__submit() function
|
| D | xskxceiver.c | 1082 xsk_ring_prod__submit(&umem->fq, frags_processed); in receive_pkts() 1185 xsk_ring_prod__submit(&xsk->tx, i); in __send_pkts() 1422 xsk_ring_prod__submit(&umem->fq, filled); in xsk_populate_fill_ring()
|
| /Linux-v6.6/Documentation/networking/ |
| D | af_xdp.rst | 664 xsk_ring_prod__submit(&xsk->umem->fq, rcvd); 715 xsk_ring_prod__submit(&xsk->tx, i);
|