Home
last modified time | relevance | path

Searched defs:ibpd (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c702 qlnxr_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in qlnxr_alloc_pd()
755 qlnxr_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in qlnxr_dealloc_pd()
1083 qlnxr_get_dma_mr(struct ib_pd *ibpd, int acc) in qlnxr_get_dma_mr()
1451 qlnxr_reg_user_mr(struct ib_pd *ibpd, u64 start, u64 len, in qlnxr_reg_user_mr()
1939 qlnxr_check_qp_attrs(struct ib_pd *ibpd, in qlnxr_check_qp_attrs()
2566 struct ib_pd *ibpd, in qlnxr_create_user_qp()
2943 struct ib_pd *ibpd, in qlnxr_create_kernel_qp()
3050 qlnxr_create_qp(struct ib_pd *ibpd, in qlnxr_create_qp()
5357 __qlnxr_alloc_mr(struct ib_pd *ibpd, int max_page_list_len) in __qlnxr_alloc_mr()
5438 qlnxr_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type, in qlnxr_alloc_mr()
H A Dqlnxr_def.h418 struct ib_pd ibpd; member
761 get_qlnxr_pd(struct ib_pd *ibpd) in get_qlnxr_pd()
/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h136 static inline struct c4iw_pd *to_c4iw_pd(struct ibv_pd *ibpd) in to_c4iw_pd()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.h100 struct ib_pd ibpd; member
316 static inline struct mthca_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
H A Dmthca_provider.c364 static int mthca_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in mthca_alloc_pd()
/freebsd/sys/ofed/include/rdma/
H A Drdma_vt.h167 struct ib_pd ibpd; member
402 static inline struct rvt_pd *ibpd_to_rvtpd(struct ib_pd *ibpd) in ibpd_to_rvtpd()
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c333 irdma_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in irdma_dealloc_pd()
675 irdma_create_qp(struct ib_pd *ibpd, in irdma_create_qp()
H A Dirdma_verbs.h65 struct ib_pd ibpd; member
H A Dirdma_main.h427 static inline struct irdma_pd *to_iwpd(struct ib_pd *ibpd) in to_iwpd()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h138 struct ib_pd ibpd; member
H A Dib_verbs.c784 struct ib_pd *ibpd = pd_in; in bnxt_re_alloc_pd() local
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h319 static inline struct mlx4_pd *to_mpd(struct ibv_pd *ibpd) in to_mpd()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h365 struct ib_pd ibpd; member
370 static inline struct c4iw_pd *to_c4iw_pd(struct ib_pd *ibpd) in to_c4iw_pd()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uverbs.c1891 irdma_ucreate_ah(struct ibv_pd *ibpd, struct ibv_ah_attr *attr) in irdma_ucreate_ah()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h94 struct ib_pd ibpd; member
639 static inline struct mlx4_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
H A Dmlx4_ib_main.c1139 static int mlx4_ib_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in mlx4_ib_alloc_pd()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h150 struct ib_pd ibpd; member
838 static inline struct mlx5_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
H A Dmlx5_ib_main.c1739 static int mlx5_ib_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in mlx5_ib_alloc_pd()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h490 static inline struct mlx5_pd *to_mpd(struct ibv_pd *ibpd) in to_mpd()