Searched refs:num_sf_ctrl (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pci_irq.c | 644 int num_sf_ctrl; in irq_pools_init() local 664 num_sf_ctrl = min_t(int, num_sf_ctrl_by_msix, num_sf_ctrl_by_sfs); in irq_pools_init() 665 num_sf_ctrl = min_t(int, MLX5_IRQ_CTRL_SF_MAX, num_sf_ctrl); in irq_pools_init() 666 table->sf_ctrl_pool = irq_pool_alloc(dev, pcif_vec, num_sf_ctrl, in irq_pools_init() 675 table->sf_comp_pool = irq_pool_alloc(dev, pcif_vec + num_sf_ctrl, in irq_pools_init() 676 sf_vec - num_sf_ctrl, "mlx5_sf_comp", in irq_pools_init()
|