Lines Matching defs:srq
84 struct mlx5_core_srq *srq; in mlx5_cmd_get_srq() local
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()
285 static int create_rmp_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in create_rmp_cmd()
328 static int destroy_rmp_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq) in destroy_rmp_cmd()
338 static int arm_rmp_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in arm_rmp_cmd()
380 static int query_rmp_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in query_rmp_cmd()
417 static int create_xrq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in create_xrq_cmd()
463 static int destroy_xrq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq) in destroy_xrq_cmd()
475 struct mlx5_core_srq *srq, in arm_xrq_cmd()
489 static int query_xrq_cmd(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in query_xrq_cmd()
528 static int create_srq_split(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in create_srq_split()
543 static int destroy_srq_split(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq) in destroy_srq_split()
557 int mlx5_cmd_create_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in mlx5_cmd_create_srq()
593 int mlx5_cmd_destroy_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq) in mlx5_cmd_destroy_srq()
621 int mlx5_cmd_query_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in mlx5_cmd_query_srq()
636 int mlx5_cmd_arm_srq(struct mlx5_ib_dev *dev, struct mlx5_core_srq *srq, in mlx5_cmd_arm_srq()
655 struct mlx5_core_srq *srq; in srq_event_notifier() local