Lines Matching refs:xdp_buff_xsk
22 struct xdp_buff_xsk { struct
62 struct xdp_buff_xsk *heads;
83 struct xdp_buff_xsk *free_heads[];
109 void xp_free(struct xdp_buff_xsk *xskb);
111 static inline void xp_init_xskb_addr(struct xdp_buff_xsk *xskb, struct xsk_buff_pool *pool, in xp_init_xskb_addr()
118 static inline void xp_init_xskb_dma(struct xdp_buff_xsk *xskb, struct xsk_buff_pool *pool, in xp_init_xskb_dma()
136 static inline dma_addr_t xp_get_dma(struct xdp_buff_xsk *xskb) in xp_get_dma()
141 static inline dma_addr_t xp_get_frame_dma(struct xdp_buff_xsk *xskb) in xp_get_frame_dma()
146 void xp_dma_sync_for_cpu_slow(struct xdp_buff_xsk *xskb);
147 static inline void xp_dma_sync_for_cpu(struct xdp_buff_xsk *xskb) in xp_dma_sync_for_cpu()
208 static inline void xp_release(struct xdp_buff_xsk *xskb) in xp_release()
214 static inline u64 xp_get_handle(struct xdp_buff_xsk *xskb) in xp_get_handle()