Home
last modified time | relevance | path

Searched refs:xsk_buff_can_alloc (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/
H A Dxdp_sock_drv.h103 static inline bool xsk_buff_can_alloc(struct xsk_buff_pool *pool, u32 count) in xsk_buff_can_alloc() function
312 static inline bool xsk_buff_can_alloc(struct xsk_buff_pool *pool, u32 count) in xsk_buff_can_alloc() function
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c30 if (unlikely(!xsk_buff_can_alloc(rq->xsk_pool, rq->mpwqe.pages_per_wqe))) in mlx5e_xsk_alloc_rx_mpwqe()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_base.c616 if (!xsk_buff_can_alloc(ring->xsk_pool, num_bufs)) { in ice_vsi_cfg_rxq()
/openbmc/linux/net/xdp/
H A Dxsk.c261 if (!xsk_buff_can_alloc(xs->pool, num_desc)) { in __xsk_rcv()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1715 } else if (xsk_buff_can_alloc(ch->xsk_pool, DPAA2_ETH_BUFS_PER_CMD)) { in dpaa2_eth_add_bufs()