Home
last modified time | relevance | path

Searched refs:create_ah (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c115 .create_ah = irdma_ucreate_ah,
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c115 .create_ah = mlx4_create_ah,
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c98 .create_ah = c4iw_create_ah,
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c463 ibdev->create_ah = c4iw_ah_create; in c4iw_register_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_device.c100 IB_MANDATORY_FUNC(create_ah), in ib_device_check_mandatory()
H A Dib_verbs.c366 if (!device->create_ah) in _ib_create_ah()
378 ret = device->create_ah(ah, ah_attr, flags, udata); in _ib_create_ah()
H A Dib_uverbs_cmd.c3773 UAPI_DEF_METHOD_NEEDS_FN(create_ah)),
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c651 struct ibv_ah *ah = pd->context->ops.create_ah(pd, attr); in __ibv_create_ah()
H A Dcompat-1_0.c209 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr); member
H A Dverbs.h1453 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr); member
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c125 .create_ah = mlx5_create_ah,
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c241 ibdev->create_ah = qlnxr_create_ah; in qlnxr_register_device()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1189 dev->ib_dev.create_ah = mthca_ah_create; in mthca_register_device()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c3325 dev_ops->create_ah = irdma_create_ah; in irdma_set_device_roce_ops()
3346 dev_ops->create_ah = irdma_create_ah_stub; in irdma_set_device_iw_ops()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2231 int (*create_ah)(struct ib_ah *ah, struct ib_ah_attr *ah_attr, member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2520 ibdev->ib_dev.create_ah = mlx4_ib_create_ah; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3444 dev->ib_dev.create_ah = mlx5_ib_create_ah; in mlx5_ib_add()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2124 ibdev->create_ah = bnxt_re_create_ah; in bnxt_re_register_ib()