Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpci_irq.c42 struct mlx5_irq_pool *sf_ctrl_pool; member
395 return irq_table->sf_ctrl_pool; in irq_pool_request_vector()
625 /* init sf_ctrl_pool */ in irq_pools_init()
636 table->sf_ctrl_pool = irq_pool_alloc(dev, pcif_vec, num_sf_ctrl, in irq_pools_init()
640 if (IS_ERR(table->sf_ctrl_pool)) { in irq_pools_init()
641 err = PTR_ERR(table->sf_ctrl_pool); in irq_pools_init()
667 irq_pool_free(table->sf_ctrl_pool); in irq_pools_init()
675 if (table->sf_ctrl_pool) { in irq_pools_init()
677 irq_pool_free(table->sf_ctrl_pool); in irq_pools_init()
694 if (table->sf_ctrl_pool) {
[all...]