Symbol: mlx5_irq_pool
drivers/net/ethernet/mellanox/mlx5/core/eq.c
875
struct mlx5_irq_pool *pool = mlx5_irq_table_get_comp_irq_pool(dev);
drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c
13
static void cpu_get(struct mlx5_irq_pool *pool, int cpu)
drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c
137
mlx5_irq_affinity_request(struct mlx5_core_dev *dev, struct mlx5_irq_pool *pool,
drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c
189
struct mlx5_irq_pool *pool = mlx5_irq_get_pool(irq);
drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c
19
static int cpu_get_least_loaded(struct mlx5_irq_pool *pool,
drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c
48
irq_pool_request_irq(struct mlx5_irq_pool *pool, struct irq_affinity_desc *af_desc)
drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c
8
static void cpu_put(struct mlx5_irq_pool *pool, int cpu)
drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c
97
irq_pool_find_least_loaded(struct mlx5_irq_pool *pool, const struct cpumask *req_mask)
drivers/net/ethernet/mellanox/mlx5/core/mlx5_irq.h
13
struct mlx5_irq_pool;
drivers/net/ethernet/mellanox/mlx5/core/mlx5_irq.h
20
struct mlx5_irq_pool *
drivers/net/ethernet/mellanox/mlx5/core/mlx5_irq.h
48
mlx5_irq_affinity_request(struct mlx5_core_dev *dev, struct mlx5_irq_pool *pool,
drivers/net/ethernet/mellanox/mlx5/core/mlx5_irq.h
60
mlx5_irq_affinity_request(struct mlx5_core_dev *dev, struct mlx5_irq_pool *pool,
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
156
struct mlx5_irq_pool *pool = irq->pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
179
struct mlx5_irq_pool *pool = irq->pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
189
struct mlx5_irq_pool *pool = irq->pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
233
static void irq_sf_set_name(struct mlx5_irq_pool *pool, char *name, int vecidx)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
238
static void irq_set_name(struct mlx5_irq_pool *pool, char *name, int vecidx)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
255
struct mlx5_irq *mlx5_irq_alloc(struct mlx5_irq_pool *pool, int i,
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
34
struct mlx5_irq_pool *pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
379
struct mlx5_irq_pool *mlx5_irq_get_pool(struct mlx5_irq *irq)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
388
irq_pool_request_vector(struct mlx5_irq_pool *pool, int vecidx,
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
406
static struct mlx5_irq_pool *sf_ctrl_irq_pool_get(struct mlx5_irq_table *irq_table)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
41
struct mlx5_irq_pool *pcif_pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
411
static struct mlx5_irq_pool *
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
417
struct mlx5_irq_pool *
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
42
struct mlx5_irq_pool *sf_ctrl_pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
421
struct mlx5_irq_pool *pool = NULL;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
43
struct mlx5_irq_pool *sf_comp_pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
432
static struct mlx5_irq_pool *ctrl_irq_pool_get(struct mlx5_core_dev *dev)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
435
struct mlx5_irq_pool *pool = NULL;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
470
struct mlx5_irq_pool *pool = ctrl_irq_pool_get(dev);
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
515
struct mlx5_irq_pool *pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
554
struct mlx5_irq_pool *pool = table->pcif_pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
577
static struct mlx5_irq_pool *
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
581
struct mlx5_irq_pool *pool = kvzalloc_obj(*pool);
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
600
static void irq_pool_free(struct mlx5_irq_pool *pool)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
695
static void mlx5_irq_pool_free_irqs(struct mlx5_irq_pool *pool)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.h
31
static inline bool mlx5_irq_pool_is_sf_pool(struct mlx5_irq_pool *pool)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.h
36
struct mlx5_irq *mlx5_irq_alloc(struct mlx5_irq_pool *pool, int i,
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.h
42
struct mlx5_irq_pool *mlx5_irq_get_pool(struct mlx5_irq *irq);