Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dpci_irq.c38 struct mlx5_irq_pool *sf_comp_pool; member
325 return irq_table->sf_comp_pool; in sf_irq_pool_get()
559 table->sf_comp_pool = irq_pool_alloc(dev, pf_vec + num_sf_ctrl, in irq_pools_init()
563 if (IS_ERR(table->sf_comp_pool)) { in irq_pools_init()
564 err = PTR_ERR(table->sf_comp_pool); in irq_pools_init()
568 table->sf_comp_pool->irqs_per_cpu = kcalloc(nr_cpu_ids, sizeof(u16), GFP_KERNEL); in irq_pools_init()
569 if (!table->sf_comp_pool->irqs_per_cpu) { in irq_pools_init()
577 irq_pool_free(table->sf_comp_pool); in irq_pools_init()
588 irq_pool_free(table->sf_comp_pool); in irq_pools_destroy()
675 if (table->sf_comp_pool) in mlx5_irq_table_get_sfs_vec()
[all …]