Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dpci_irq.c52 struct mlx5_irq_pool *sf_ctrl_pool; member
399 return irq_table->sf_ctrl_pool; in find_sf_irq_pool()
519 table->sf_ctrl_pool = irq_pool_alloc(dev, pf_vec, num_sf_ctrl, in irq_pools_init()
523 if (IS_ERR(table->sf_ctrl_pool)) { in irq_pools_init()
524 err = PTR_ERR(table->sf_ctrl_pool); in irq_pools_init()
538 irq_pool_free(table->sf_ctrl_pool); in irq_pools_init()
546 if (table->sf_ctrl_pool) { in irq_pools_destroy()
548 irq_pool_free(table->sf_ctrl_pool); in irq_pools_destroy()