Searched refs:pcif_pool (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpci_irq.c40 struct mlx5_irq_pool *pcif_pool; member in struct:mlx5_irq_table
418 return pool ? pool : irq_table->pcif_pool;
432 return pool ? pool : irq_table->pcif_pool;
500 pool = irq_table->pcif_pool;
536 struct mlx5_irq_pool *pool = table->pcif_pool;
597 /* init pcif_pool */
598 table->pcif_pool = irq_pool_alloc(dev, 0, pcif_vec, NULL,
601 if (IS_ERR(table->pcif_pool))
602 return PTR_ERR(table->pcif_pool);
647 irq_pool_free(table->pcif_pool);
[all...]

Completed in 227 milliseconds