Searched refs:mlx5_core_srq (Results 1 – 7 of 7) sorted by relevance
/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 void 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() 147 static int arm_srq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in arm_srq_cmd() 163 static int query_srq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in query_srq_cmd() 193 struct mlx5_core_srq *srq, in create_xrc_srq_cmd() 235 struct mlx5_core_srq *srq) in destroy_xrc_srq_cmd() 249 static int arm_xrc_srq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in arm_xrc_srq_cmd() 266 struct mlx5_core_srq *srq, in query_xrc_srq_cmd() [all …]
|
D | odp.c | 1130 struct mlx5_core_srq *srq; in odp_get_rsc() 1159 struct mlx5_core_srq *msrq = in res_to_srq() 1160 container_of(res, struct mlx5_core_srq, common); in res_to_srq()
|
D | mlx5_ib.h | 534 struct mlx5_core_srq msrq; 1072 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 | 178 struct mlx5_core_srq *msrq = NULL; in handle_responder()
|
D | devx.c | 584 struct mlx5_core_srq *srq = &(to_msrq(uobj->object)->msrq); in devx_is_valid_obj_id()
|