Home
last modified time | relevance | path

Searched refs:num_xsk_pools (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c275 vsi->xsk_pools = kcalloc(vsi->num_xsk_pools, sizeof(*vsi->xsk_pools), in ice_xsk_alloc_pools()
279 vsi->num_xsk_pools = 0; in ice_xsk_alloc_pools()
299 vsi->num_xsk_pools = 0; in ice_xsk_remove_pool()
312 if (!vsi->xsk_pools || qid >= vsi->num_xsk_pools || in ice_xsk_pool_disable()
338 if (!vsi->num_xsk_pools) in ice_xsk_pool_enable()
339 vsi->num_xsk_pools = min_t(u16, vsi->num_rxq, vsi->num_txq); in ice_xsk_pool_enable()
340 if (qid >= vsi->num_xsk_pools) in ice_xsk_pool_enable()
875 for (i = 0; i < vsi->num_xsk_pools; i++) { in ice_xsk_any_rx_ring_ena()
H A Dice.h331 u16 num_xsk_pools; member
524 if (qid >= ring->vsi->num_xsk_pools || !pools || !pools[qid] || in ice_xsk_pool()

Completed in 3 milliseconds