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

/linux-master/tools/testing/selftests/bpf/
H A Dxsk.h40 DEFINE_XSK_RING(xsk_ring_cons); variable
58 xsk_ring_cons__comp_addr(const struct xsk_ring_cons *comp, __u32 idx)
74 xsk_ring_cons__rx_desc(const struct xsk_ring_cons *rx, __u32 idx)
106 static inline __u32 xsk_cons_nb_avail(struct xsk_ring_cons *r, __u32 nb)
142 static inline __u32 xsk_ring_cons__peek(struct xsk_ring_cons *cons, __u32 nb, __u32 *idx)
154 static inline void xsk_ring_cons__cancel(struct xsk_ring_cons *cons, __u32 nb)
159 static inline void xsk_ring_cons__release(struct xsk_ring_cons *cons, __u32 nb)
222 struct xsk_ring_cons *comp,
227 struct xsk_ring_cons *rx,
233 struct xsk_ring_cons *r
[all...]
H A Dxskxceiver.h75 struct xsk_ring_cons cq;
87 struct xsk_ring_cons rx;
H A Dxsk.c58 struct xsk_ring_cons *comp_save;
70 struct xsk_ring_cons *comp;
79 struct xsk_ring_cons *rx;
165 struct xsk_ring_cons *comp)
225 struct xsk_ring_cons *comp,
506 struct xsk_ring_cons *comp)
541 struct xsk_ring_cons *rx,
544 struct xsk_ring_cons *comp,
710 struct xsk_ring_cons *rx, struct xsk_ring_prod *tx,
H A Dxdp_hw_metadata.c52 struct xsk_ring_cons comp;
54 struct xsk_ring_cons rx;
H A Dxskxceiver.c252 struct xsk_ring_cons *rxr;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c53 struct xsk_ring_cons comp;
55 struct xsk_ring_cons rx;

Completed in 179 milliseconds