Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dpci_irq.c529 int num_sf_ctrl; in irq_pools_init() local
549 num_sf_ctrl = min_t(int, num_sf_ctrl_by_msix, num_sf_ctrl_by_sfs); in irq_pools_init()
550 num_sf_ctrl = min_t(int, MLX5_IRQ_CTRL_SF_MAX, num_sf_ctrl); in irq_pools_init()
551 table->sf_ctrl_pool = irq_pool_alloc(dev, pf_vec, num_sf_ctrl, in irq_pools_init()
560 table->sf_comp_pool = irq_pool_alloc(dev, pf_vec + num_sf_ctrl, in irq_pools_init()
561 sf_vec - num_sf_ctrl, "mlx5_sf_comp", in irq_pools_init()

Completed in 4 milliseconds