Searched refs:xsk_ring_prod (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dxsk.h39 DEFINE_XSK_RING(xsk_ring_prod); variable
49 static inline __u64 *xsk_ring_prod__fill_addr(struct xsk_ring_prod *fill,
65 static inline struct xdp_desc *xsk_ring_prod__tx_desc(struct xsk_ring_prod *tx,
81 static inline int xsk_ring_prod__needs_wakeup(const struct xsk_ring_prod *r)
86 static inline __u32 xsk_prod_nb_free(struct xsk_ring_prod *r, __u32 nb)
118 static inline __u32 xsk_ring_prod__reserve(struct xsk_ring_prod *prod, __u32 nb, __u32 *idx)
129 static inline void xsk_ring_prod__submit(struct xsk_ring_prod *prod, __u32 nb)
137 static inline void xsk_ring_prod__cancel(struct xsk_ring_prod *prod, __u32 nb)
221 struct xsk_ring_prod *fill,
228 struct xsk_ring_prod *t
[all...]
H A Dxskxceiver.h74 struct xsk_ring_prod fq;
88 struct xsk_ring_prod tx;
H A Dxsk.c57 struct xsk_ring_prod *fill_save;
69 struct xsk_ring_prod *fill;
80 struct xsk_ring_prod *tx;
164 struct xsk_ring_prod *fill,
224 __u64 size, struct xsk_ring_prod *fill,
505 struct xsk_ring_prod *fill,
542 struct xsk_ring_prod *tx,
543 struct xsk_ring_prod *fill,
710 struct xsk_ring_cons *rx, struct xsk_ring_prod *tx,
H A Dxdp_hw_metadata.c51 struct xsk_ring_prod fill;
53 struct xsk_ring_prod tx;
H A Dxskxceiver.c253 struct xsk_ring_prod *txr;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c52 struct xsk_ring_prod fill;
54 struct xsk_ring_prod tx;

Completed in 127 milliseconds