Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dpci_irq.c511 int num_sf_ctrl; in irq_pools_init() local
531 num_sf_ctrl = min_t(int, num_sf_ctrl_by_msix, num_sf_ctrl_by_sfs); in irq_pools_init()
532 num_sf_ctrl = min_t(int, MLX5_IRQ_CTRL_SF_MAX, num_sf_ctrl); in irq_pools_init()
533 table->sf_ctrl_pool = irq_pool_alloc(dev, pf_vec, num_sf_ctrl, in irq_pools_init()
542 table->sf_comp_pool = irq_pool_alloc(dev, pf_vec + num_sf_ctrl, in irq_pools_init()
543 sf_vec - num_sf_ctrl, "mlx5_sf_comp", in irq_pools_init()

Completed in 3 milliseconds