Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dpci_irq.c53 struct mlx5_irq_pool *sf_comp_pool; member
400 return irq_table->sf_comp_pool; in find_sf_irq_pool()
528 table->sf_comp_pool = irq_pool_alloc(dev, pf_vec + num_sf_ctrl, in irq_pools_init()
532 if (IS_ERR(table->sf_comp_pool)) { in irq_pools_init()
533 err = PTR_ERR(table->sf_comp_pool); in irq_pools_init()
547 irq_pool_free(table->sf_comp_pool); in irq_pools_destroy()
635 if (table->sf_comp_pool) in mlx5_irq_table_get_sfs_vec()
637 table->sf_comp_pool->xa_num_irqs.max - in mlx5_irq_table_get_sfs_vec()
638 table->sf_comp_pool->xa_num_irqs.min + 1); in mlx5_irq_table_get_sfs_vec()