Lines Matching refs:xdp
60 static inline dma_addr_t xsk_buff_xdp_get_dma(struct xdp_buff *xdp)
62 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp);
67 static inline dma_addr_t xsk_buff_xdp_get_frame_dma(struct xdp_buff *xdp)
69 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp);
84 static inline void xsk_buff_free(struct xdp_buff *xdp)
86 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp);
102 static inline void xsk_buff_dma_sync_for_cpu(struct xdp_buff *xdp, struct xsk_buff_pool *pool)
104 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp);
193 static inline dma_addr_t xsk_buff_xdp_get_dma(struct xdp_buff *xdp)
198 static inline dma_addr_t xsk_buff_xdp_get_frame_dma(struct xdp_buff *xdp)
213 static inline void xsk_buff_free(struct xdp_buff *xdp)
228 static inline void xsk_buff_dma_sync_for_cpu(struct xdp_buff *xdp, struct xsk_buff_pool *pool)