Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dpci_irq.c497 int num_sf_ctrl; in irq_pools_init() local
517 num_sf_ctrl = min_t(int, num_sf_ctrl_by_msix, num_sf_ctrl_by_sfs); in irq_pools_init()
518 num_sf_ctrl = min_t(int, MLX5_IRQ_CTRL_SF_MAX, num_sf_ctrl); in irq_pools_init()
519 table->sf_ctrl_pool = irq_pool_alloc(dev, pf_vec, num_sf_ctrl, in irq_pools_init()
528 table->sf_comp_pool = irq_pool_alloc(dev, pf_vec + num_sf_ctrl, in irq_pools_init()
529 sf_vec - num_sf_ctrl, "mlx5_sf_comp", in irq_pools_init()