Searched refs:sf_ctrl_pool (Results 1 – 1 of 1) sorted by relevance
38 struct mlx5_irq_pool *sf_ctrl_pool; member321 return irq_table->sf_ctrl_pool; in sf_ctrl_irq_pool_get()551 table->sf_ctrl_pool = irq_pool_alloc(dev, pf_vec, num_sf_ctrl, in irq_pools_init()555 if (IS_ERR(table->sf_ctrl_pool)) { in irq_pools_init()556 err = PTR_ERR(table->sf_ctrl_pool); in irq_pools_init()580 irq_pool_free(table->sf_ctrl_pool); in irq_pools_init()588 if (table->sf_ctrl_pool) { in irq_pools_destroy()590 irq_pool_free(table->sf_ctrl_pool); in irq_pools_destroy()
Completed in 5 milliseconds