Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dpci_irq.c30 struct mlx5_irq_pool *pool;
37 struct mlx5_irq_pool *pf_pool;
38 struct mlx5_irq_pool *sf_ctrl_pool;
39 struct mlx5_irq_pool *sf_comp_pool;
129 struct mlx5_irq_pool *pool = irq->pool; in irq_release()
144 struct mlx5_irq_pool *pool = irq->pool; in mlx5_irq_put()
332 struct mlx5_irq_pool *pool = NULL; in mlx5_irq_pool_get()
346 struct mlx5_irq_pool *pool = NULL; in ctrl_irq_pool_get()
389 struct mlx5_irq_pool *pool = ctrl_irq_pool_get(dev); in mlx5_ctrl_irq_request()
426 struct mlx5_irq_pool *pool; in mlx5_irq_request()
[all …]
A Dirq_affinity.c8 static void cpu_put(struct mlx5_irq_pool *pool, int cpu) in cpu_put()
13 static void cpu_get(struct mlx5_irq_pool *pool, int cpu) in cpu_get()
19 static int cpu_get_least_loaded(struct mlx5_irq_pool *pool, in cpu_get_least_loaded()
48 irq_pool_request_irq(struct mlx5_irq_pool *pool, const struct cpumask *req_mask) in irq_pool_request_irq()
84 irq_pool_find_least_loaded(struct mlx5_irq_pool *pool, const struct cpumask *req_mask) in irq_pool_find_least_loaded()
123 mlx5_irq_affinity_request(struct mlx5_irq_pool *pool, const struct cpumask *req_mask) in mlx5_irq_affinity_request()
164 struct mlx5_irq_pool *pool = mlx5_irq_pool_get(dev); in mlx5_irq_affinity_irqs_release()
196 struct mlx5_irq_pool *pool = mlx5_irq_pool_get(dev); in mlx5_irq_affinity_irqs_request_auto()
A Dpci_irq.h16 struct mlx5_irq_pool { struct
27 struct mlx5_irq_pool *mlx5_irq_pool_get(struct mlx5_core_dev *dev); argument
28 static inline bool mlx5_irq_pool_is_sf_pool(struct mlx5_irq_pool *pool) in mlx5_irq_pool_is_sf_pool()
33 struct mlx5_irq *mlx5_irq_alloc(struct mlx5_irq_pool *pool, int i,
A Dmlx5_irq.h37 struct mlx5_irq_pool;
41 struct mlx5_irq *mlx5_irq_affinity_request(struct mlx5_irq_pool *pool,
53 mlx5_irq_affinity_request(struct mlx5_irq_pool *pool, const struct cpumask *req_mask) in mlx5_irq_affinity_request()

Completed in 5 milliseconds