Searched refs:sf_ctrl_pool (Results 1 – 1 of 1) sorted by relevance
41 struct mlx5_irq_pool *sf_ctrl_pool; member399 return irq_table->sf_ctrl_pool; in sf_ctrl_irq_pool_get()668 table->sf_ctrl_pool = irq_pool_alloc(dev, pcif_vec, num_sf_ctrl, in irq_pools_init()672 if (IS_ERR(table->sf_ctrl_pool)) { in irq_pools_init()673 err = PTR_ERR(table->sf_ctrl_pool); in irq_pools_init()697 irq_pool_free(table->sf_ctrl_pool); in irq_pools_init()705 if (table->sf_ctrl_pool) { in irq_pools_destroy()707 irq_pool_free(table->sf_ctrl_pool); in irq_pools_destroy()724 if (table->sf_ctrl_pool) { in mlx5_irq_pools_free_irqs()726 mlx5_irq_pool_free_irqs(table->sf_ctrl_pool); in mlx5_irq_pools_free_irqs()