Searched refs:mlx5_core_srq (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/drivers/infiniband/hw/mlx5/ |
D | srq.h | 40 struct mlx5_core_srq { struct 47 void (*event)(struct mlx5_core_srq *srq, enum mlx5_event e); argument 57 int mlx5_cmd_create_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, argument 59 int mlx5_cmd_destroy_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq); 60 int mlx5_cmd_query_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, 62 int mlx5_cmd_arm_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, 64 struct mlx5_core_srq *mlx5_cmd_get_srq(struct mlx5_ib_dev *dev, u32 srqn);
|
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() 95 static int create_srq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in create_srq_cmd() 133 static int destroy_srq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq) in destroy_srq_cmd() 144 static int arm_srq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in arm_srq_cmd() 158 static int query_srq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in query_srq_cmd() 186 struct mlx5_core_srq *srq, in create_xrc_srq_cmd() 228 struct mlx5_core_srq *srq) in destroy_xrc_srq_cmd() 239 static int arm_xrc_srq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in arm_xrc_srq_cmd() 255 struct mlx5_core_srq *srq, in query_xrc_srq_cmd() [all …]
|
D | odp.c | 1231 struct mlx5_core_srq *srq; in odp_get_rsc() 1260 struct mlx5_core_srq *msrq = in res_to_srq() 1261 container_of(res, struct mlx5_core_srq, common); in res_to_srq()
|
D | mlx5_ib.h | 524 struct mlx5_core_srq msrq; 1093 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq) in to_mibsrq()
|
D | srq.c | 19 static void mlx5_ib_srq_event(struct mlx5_core_srq *srq, enum mlx5_event type) in mlx5_ib_srq_event()
|
D | cq.c | 179 struct mlx5_core_srq *msrq = NULL; in handle_responder()
|
D | devx.c | 537 struct mlx5_core_srq *srq = &(to_msrq(uobj->object)->msrq); in devx_is_valid_obj_id()
|