Lines Matching refs:ib_srq
21 struct ib_srq *ibsrq = &to_mibsrq(srq)->ibsrq; in mlx5_ib_srq_event()
191 int mlx5_ib_create_srq(struct ib_srq *ib_srq, in mlx5_ib_create_srq() argument
195 struct mlx5_ib_dev *dev = to_mdev(ib_srq->device); in mlx5_ib_create_srq()
196 struct mlx5_ib_srq *srq = to_msrq(ib_srq); in mlx5_ib_create_srq()
241 err = create_srq_user(ib_srq->pd, srq, &in, udata, buf_size); in mlx5_ib_create_srq()
278 in.pd = to_mpd(ib_srq->pd)->pdn; in mlx5_ib_create_srq()
314 destroy_srq_user(ib_srq->pd, srq, udata); in mlx5_ib_create_srq()
321 int mlx5_ib_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr, in mlx5_ib_modify_srq()
347 int mlx5_ib_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *srq_attr) in mlx5_ib_query_srq()
371 int mlx5_ib_destroy_srq(struct ib_srq *srq, struct ib_udata *udata) in mlx5_ib_destroy_srq()
402 int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, in mlx5_ib_post_srq_recv()