Searched refs:ib_srq (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.h43 extern struct ib_srq *qlnxr_create_srq(struct ib_pd *,
47 extern int qlnxr_destroy_srq(struct ib_srq *);
49 extern int qlnxr_modify_srq(struct ib_srq *,
54 extern int qlnxr_query_srq(struct ib_srq *,
57 extern int qlnxr_post_srq_recv(struct ib_srq *,
H A Dqlnxr_def.h601 struct ib_srq ibsrq;
817 get_qlnxr_srq(struct ib_srq *ibsrq)
H A Dqlnxr_verbs.c164 struct ib_srq *
274 qlnxr_destroy_srq(struct ib_srq *ibsrq)
301 qlnxr_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr,
341 qlnxr_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *srq_attr)
398 qlnxr_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr,
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c49 struct ib_srq *ibsrq = &to_mibsrq(srq)->ibsrq;
71 struct ib_srq *mlx4_ib_create_srq(struct ib_pd *pd,
233 int mlx4_ib_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr,
259 int mlx4_ib_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *srq_attr)
277 int mlx4_ib_destroy_srq(struct ib_srq *srq)
314 int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr,
H A Dmlx4_ib.h340 struct ib_srq ibsrq;
694 static inline struct mlx4_ib_srq *to_msrq(struct ib_srq *ibsrq)
755 struct ib_srq *mlx4_ib_create_srq(struct ib_pd *pd,
758 int mlx4_ib_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr,
760 int mlx4_ib_query_srq(struct ib_srq *srq, struct ib_srq_attr *srq_attr);
761 int mlx4_ib_destroy_srq(struct ib_srq *srq);
763 int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr,
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_provider.h225 struct ib_srq ibsrq;
331 static inline struct mthca_srq *to_msrq(struct ib_srq *ibsrq)
H A Dmthca_dev.h517 int mthca_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr,
519 int mthca_query_srq(struct ib_srq *srq, struct ib_srq_attr *srq_attr);
524 int mthca_tavor_post_srq_recv(struct ib_srq *srq, struct ib_recv_wr *wr,
526 int mthca_arbel_post_srq_recv(struct ib_srq *srq, struct ib_recv_wr *wr,
H A Dmthca_srq.c358 int mthca_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr,
382 int mthca_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *srq_attr)
469 int mthca_tavor_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr,
569 int mthca_arbel_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr,
H A Dmthca_provider.c439 static struct ib_srq *mthca_create_srq(struct ib_pd *pd,
498 static int mthca_destroy_srq(struct ib_srq *srq)
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_srq.c48 struct ib_srq *ibsrq = &to_mibsrq(srq)->ibsrq;
234 struct ib_srq *mlx5_ib_create_srq(struct ib_pd *pd,
348 int mlx5_ib_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr,
374 int mlx5_ib_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *srq_attr)
398 int mlx5_ib_destroy_srq(struct ib_srq *srq)
430 int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr,
H A Dmlx5_ib.h487 struct ib_srq ibsrq;
614 struct ib_srq *s0;
615 struct ib_srq *s1;
770 static inline struct mlx5_ib_srq *to_msrq(struct ib_srq *ibsrq)
828 struct ib_srq *mlx5_ib_create_srq(struct ib_pd *pd,
831 int mlx5_ib_modify_srq(struct ib_srq *ibsrq, struct ib_srq_attr *attr,
833 int mlx5_ib_query_srq(struct ib_srq *ibsrq, struct ib_srq_attr *srq_attr);
834 int mlx5_ib_destroy_srq(struct ib_srq *srq);
835 int mlx5_ib_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr,
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h600 struct ib_srq *srq;
1039 struct ib_srq *srq;
1453 struct ib_srq { struct
1538 struct ib_srq *srq;
1954 struct ib_srq * (*create_srq)(struct ib_pd *pd,
1957 int (*modify_srq)(struct ib_srq *srq,
1961 int (*query_srq)(struct ib_srq *srq,
1963 int (*destroy_srq)(struct ib_srq *srq);
1964 int (*post_srq_recv)(struct ib_srq *srq,
2669 struct ib_srq *ib_create_sr
[all...]
H A Drdma_vt.h419 static inline struct rvt_srq *ibsrq_to_rvtsrq(struct ib_srq *ibsrq)
H A Drdmavt_qp.h386 struct ib_srq ibsrq;
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c620 struct ib_srq *ib_create_srq(struct ib_pd *pd,
623 struct ib_srq *srq;
651 int ib_modify_srq(struct ib_srq *srq,
661 int ib_query_srq(struct ib_srq *srq,
669 int ib_destroy_srq(struct ib_srq *srq)
1321 struct ib_srq *srq;
H A Dib_uverbs_cmd.c295 static struct ib_srq *idr_read_srq(int srq_handle, struct ib_ucontext *context)
300 static void put_srq_read(struct ib_srq *srq)
1780 struct ib_srq *srq = NULL;
2857 struct ib_srq *srq;
3897 struct ib_srq *srq;
4094 struct ib_srq *srq;
4126 struct ib_srq *srq;
4167 struct ib_srq *srq;
H A Dib_uverbs_main.c298 struct ib_srq *srq = uobj->object;
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h287 struct ib_srq *srq;

Completed in 291 milliseconds