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
140
mlx5_irq_affinity_request(struct mlx5_core_dev *dev, struct mlx5_irq_pool *pool,
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
192
struct mlx5_irq_pool *pool = mlx5_irq_get_pool(irq);
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
143
struct mlx5_irq_pool *pool = irq->pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
166
struct mlx5_irq_pool *pool = irq->pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
176
struct mlx5_irq_pool *pool = irq->pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
220
static void irq_sf_set_name(struct mlx5_irq_pool *pool, char *name, int vecidx)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
225
static void irq_set_name(struct mlx5_irq_pool *pool, char *name, int vecidx)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
242
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
366
struct mlx5_irq_pool *mlx5_irq_get_pool(struct mlx5_irq *irq)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
375
irq_pool_request_vector(struct mlx5_irq_pool *pool, int vecidx,
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
393
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
398
static struct mlx5_irq_pool *
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
404
struct mlx5_irq_pool *
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
408
struct mlx5_irq_pool *pool = NULL;
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
419
static struct mlx5_irq_pool *ctrl_irq_pool_get(struct mlx5_core_dev *dev)
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
422
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
457
struct mlx5_irq_pool *pool = ctrl_irq_pool_get(dev);
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
502
struct mlx5_irq_pool *pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
541
struct mlx5_irq_pool *pool = table->pcif_pool;
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
564
static struct mlx5_irq_pool *
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
568
struct mlx5_irq_pool *pool = kvzalloc_obj(*pool);
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
587
static void irq_pool_free(struct mlx5_irq_pool *pool)
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
682
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);