Lines Matching defs:xdp_buff_xsk
25 struct xdp_buff_xsk {
34 #define XSK_CHECK_PRIV_TYPE(t) BUILD_BUG_ON(sizeof(t) > offsetofend(struct xdp_buff_xsk, cb))
70 struct xdp_buff_xsk *heads;
98 struct xdp_buff_xsk *free_heads[];
124 void xp_free(struct xdp_buff_xsk *xskb);
126 static inline void xp_init_xskb_addr(struct xdp_buff_xsk *xskb, struct xsk_buff_pool *pool,
132 static inline void xp_init_xskb_dma(struct xdp_buff_xsk *xskb, struct xsk_buff_pool *pool,
159 static inline dma_addr_t xp_get_dma(struct xdp_buff_xsk *xskb)
164 static inline dma_addr_t xp_get_frame_dma(struct xdp_buff_xsk *xskb)
169 static inline void xp_dma_sync_for_cpu(struct xdp_buff_xsk *xskb)
232 static inline void xp_release(struct xdp_buff_xsk *xskb)
238 static inline u64 xp_get_handle(struct xdp_buff_xsk *xskb,