Searched refs:mlx5_core_srq (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | srq.h | 41 struct mlx5_core_srq { struct 48 void (*event)(struct mlx5_core_srq *srq, enum mlx5_event e); argument 58 int mlx5_cmd_create_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, argument 60 int mlx5_cmd_destroy_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq); 61 int mlx5_cmd_query_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, 63 int mlx5_cmd_arm_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, 65 struct mlx5_core_srq *mlx5_cmd_get_srq(struct mlx5_ib_dev *dev, u32 srqn);
|
A D | srq_cmd.c | 81 struct mlx5_core_srq *mlx5_cmd_get_srq(struct mlx5_ib_dev *dev, u32 srqn) in mlx5_cmd_get_srq() 84 struct mlx5_core_srq *srq; in mlx5_cmd_get_srq() 175 static int arm_srq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in arm_srq_cmd() 217 struct mlx5_core_srq *srq, in create_xrc_srq_cmd() 271 struct mlx5_core_srq *srq) in destroy_xrc_srq_cmd() 298 struct mlx5_core_srq *srq, in query_xrc_srq_cmd() 396 static int arm_rmp_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in arm_rmp_cmd() 547 struct mlx5_core_srq *srq, in arm_xrq_cmd() 668 struct mlx5_core_srq *tmp; in mlx5_cmd_destroy_srq() 708 int mlx5_cmd_arm_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in mlx5_cmd_arm_srq() [all …]
|
A D | odp.c | 1158 struct mlx5_core_srq *srq; in odp_get_rsc() 1187 struct mlx5_core_srq *msrq = in res_to_srq() 1188 container_of(res, struct mlx5_core_srq, common); in res_to_srq()
|
A D | srq.c | 18 static void mlx5_ib_srq_event(struct mlx5_core_srq *srq, enum mlx5_event type) in mlx5_ib_srq_event()
|
A D | mlx5_ib.h | 579 struct mlx5_core_srq msrq; 1206 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq) in to_mibsrq()
|
A D | cq.c | 179 struct mlx5_core_srq *msrq = NULL; in handle_responder()
|
A D | devx.c | 608 struct mlx5_core_srq *srq = &(to_msrq(uobj->object)->msrq); in devx_is_valid_obj_id()
|
Completed in 25 milliseconds