Lines Matching refs:xdp_buff_xsk
60 struct xdp_buff_xsk *xskb; in xp_create_and_assign_umem()
401 struct xdp_buff_xsk *xskb = &pool->heads[i]; in xp_init_dma_info()
489 static struct xdp_buff_xsk *__xp_alloc(struct xsk_buff_pool *pool) in __xp_alloc()
491 struct xdp_buff_xsk *xskb; in __xp_alloc()
529 struct xdp_buff_xsk *xskb; in xp_alloc()
537 xskb = list_first_entry(&pool->free_list, struct xdp_buff_xsk, in xp_alloc()
567 struct xdp_buff_xsk *xskb; in xp_alloc_new_from_fq()
600 struct xdp_buff_xsk *xskb; in xp_alloc_reused()
607 xskb = list_first_entry(&pool->free_list, struct xdp_buff_xsk, free_list_node); in xp_alloc_reused()
657 void xp_free(struct xdp_buff_xsk *xskb) in xp_free()
683 void xp_dma_sync_for_cpu_slow(struct xdp_buff_xsk *xskb) in xp_dma_sync_for_cpu_slow()