Lines Matching refs:__u32
28 __u32 cached_prod; \
29 __u32 cached_cons; \
30 __u32 mask; \
31 __u32 size; \
32 __u32 *producer; \
33 __u32 *consumer; \
35 __u32 *flags; \
49 __u32 idx) in xsk_ring_prod__fill_addr()
57 xsk_ring_cons__comp_addr(const struct xsk_ring_cons *comp, __u32 idx) in xsk_ring_cons__comp_addr()
65 __u32 idx) in xsk_ring_prod__tx_desc()
73 xsk_ring_cons__rx_desc(const struct xsk_ring_cons *rx, __u32 idx) in xsk_ring_cons__rx_desc()
85 static inline __u32 xsk_prod_nb_free(struct xsk_ring_prod *r, __u32 nb) in xsk_prod_nb_free()
87 __u32 free_entries = r->cached_cons - r->cached_prod; in xsk_prod_nb_free()
104 static inline __u32 xsk_cons_nb_avail(struct xsk_ring_cons *r, __u32 nb) in xsk_cons_nb_avail()
106 __u32 entries = r->cached_prod - r->cached_cons; in xsk_cons_nb_avail()
117 size_t nb, __u32 *idx) in xsk_ring_prod__reserve()
139 size_t nb, __u32 *idx) in xsk_ring_cons__peek()
197 __u32 fill_size;
198 __u32 comp_size;
199 __u32 frame_size;
200 __u32 frame_headroom;
201 __u32 flags;
208 __u32 rx_size;
209 __u32 tx_size;
210 __u32 libbpf_flags;
211 __u32 xdp_flags;
232 const char *ifname, __u32 queue_id,