Home
last modified time | relevance | path

Searched refs:xsk_buff_alloc (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/net/
H A Dxdp_sock_drv.h87 static inline struct xdp_buff *xsk_buff_alloc(struct xsk_buff_pool *pool) in xsk_buff_alloc() function
297 static inline struct xdp_buff *xsk_buff_alloc(struct xsk_buff_pool *pool) in xsk_buff_alloc() function
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_xsk.c67 xdp = xsk_buff_alloc(pool); in nfp_net_xsk_rx_ring_fill_freelist()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c45 xsk_buffs[batch] = xsk_buff_alloc(rq->xsk_pool); in mlx5e_xsk_alloc_rx_mpwqe()
213 *frag->xskp = xsk_buff_alloc(rq->xsk_pool); in mlx5e_xsk_alloc_rx_wqes()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c168 bi->xdp = xsk_buff_alloc(rx_ring->xsk_pool); in ixgbe_alloc_rx_buffers_zc()
/openbmc/linux/net/xdp/
H A Dxsk.c243 xsk_xdp = xsk_buff_alloc(xs->pool); in __xsk_rcv()
281 xsk_xdp = xsk_buff_alloc(xs->pool); in __xsk_rcv()
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx.c621 xdp = xsk_buff_alloc(rx->xsk_pool); in gve_xsk_pool_redirect()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1631 buf->xdp = xsk_buff_alloc(rx_q->xsk_pool); in stmmac_alloc_rx_buffers_zc()
5040 buf->xdp = xsk_buff_alloc(rx_q->xsk_pool); in stmmac_rx_refill_zc()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c2304 bi->xdp = xsk_buff_alloc(ring->xsk_pool); in igc_alloc_rx_buffers_zc()