Searched refs:xdp_buff_xsk (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | xsk_buff_pool.h | 24 struct xdp_buff_xsk { struct 34 #define XSK_CHECK_PRIV_TYPE(t) BUILD_BUG_ON(sizeof(t) > offsetofend(struct xdp_buff_xsk, cb)) argument 67 struct xdp_buff_xsk *heads; 88 struct xdp_buff_xsk *free_heads[]; 114 void xp_free(struct xdp_buff_xsk *xskb); 141 static inline dma_addr_t xp_get_dma(struct xdp_buff_xsk *xskb) in xp_get_dma() 146 static inline dma_addr_t xp_get_frame_dma(struct xdp_buff_xsk *xskb) in xp_get_frame_dma() 151 void xp_dma_sync_for_cpu_slow(struct xdp_buff_xsk *xskb); 152 static inline void xp_dma_sync_for_cpu(struct xdp_buff_xsk *xskb) in xp_dma_sync_for_cpu() 218 static inline void xp_release(struct xdp_buff_xsk *xskb) in xp_release() [all …]
|
A D | xdp_sock_drv.h | 75 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_dma() 82 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_xdp_get_frame_dma() 105 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_free() 130 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in xsk_buff_dma_sync_for_cpu()
|
/linux-6.3-rc2/net/xdp/ |
A D | xsk_buff_pool.c | 60 struct xdp_buff_xsk *xskb; in xp_create_and_assign_umem() 390 struct xdp_buff_xsk *xskb = &pool->heads[i]; in xp_init_dma_info() 478 static struct xdp_buff_xsk *__xp_alloc(struct xsk_buff_pool *pool) in __xp_alloc() 480 struct xdp_buff_xsk *xskb; in __xp_alloc() 518 struct xdp_buff_xsk *xskb; in xp_alloc() 526 xskb = list_first_entry(&pool->free_list, struct xdp_buff_xsk, in xp_alloc() 555 struct xdp_buff_xsk *xskb; in xp_alloc_new_from_fq() 588 struct xdp_buff_xsk *xskb; in xp_alloc_reused() 595 xskb = list_first_entry(&pool->free_list, struct xdp_buff_xsk, free_list_node); in xp_alloc_reused() 645 void xp_free(struct xdp_buff_xsk *xskb) in xp_free() [all …]
|
A D | xsk.c | 140 struct xdp_buff_xsk *xskb = container_of(xdp, struct xdp_buff_xsk, xdp); in __xsk_rcv_zc()
|
Completed in 8 milliseconds