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/
A Dpci_irq.c42 struct mlx5_irq_pool *sf_ctrl_pool; member
405 return irq_table->sf_ctrl_pool; in sf_ctrl_irq_pool_get()
628 table->sf_ctrl_pool = irq_pool_alloc(dev, pcif_vec, num_sf_ctrl, in irq_pools_init()
632 if (IS_ERR(table->sf_ctrl_pool)) { in irq_pools_init()
633 err = PTR_ERR(table->sf_ctrl_pool); in irq_pools_init()
659 irq_pool_free(table->sf_ctrl_pool); in irq_pools_init()
667 if (table->sf_ctrl_pool) { in irq_pools_destroy()
669 irq_pool_free(table->sf_ctrl_pool); in irq_pools_destroy()
686 if (table->sf_ctrl_pool) { in mlx5_irq_pools_free_irqs()
688 mlx5_irq_pool_free_irqs(table->sf_ctrl_pool); in mlx5_irq_pools_free_irqs()

Completed in 6 milliseconds