Searched refs:xsk_buff_alloc_batch (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c35 batch = xsk_buff_alloc_batch(rq->xsk_pool, xsk_buffs,
173 alloc = xsk_buff_alloc_batch(rq->xsk_pool, buffs + ix, wqe_bulk);
175 alloc = xsk_buff_alloc_batch(rq->xsk_pool, buffs + ix, contig);
177 alloc += xsk_buff_alloc_batch(rq->xsk_pool, buffs, wqe_bulk - contig);
/linux-master/include/net/
H A Dxdp_sock_drv.h110 static inline u32 xsk_buff_alloc_batch(struct xsk_buff_pool *pool, struct xdp_buff **xdp, u32 max) function
348 static inline u32 xsk_buff_alloc_batch(struct xsk_buff_pool *pool, struct xdp_buff **xdp, u32 max) function
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c252 nb_buffs = xsk_buff_alloc_batch(rx_ring->xsk_pool, xdp, nb_buffs);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c442 buffs = xsk_buff_alloc_batch(pool, xdp, count);
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c1224 allocated = xsk_buff_alloc_batch(rx->xsk_pool, rx->xdp_batch, count);
1749 allocated = xsk_buff_alloc_batch(rx->xsk_pool, rx->xdp_batch,
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1720 batch = xsk_buff_alloc_batch(ch->xsk_pool, xdp_buffs,

Completed in 308 milliseconds