Searched refs:create_ah (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 115 .create_ah = irdma_ucreate_ah,
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 115 .create_ah = mlx4_create_ah,
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 98 .create_ah = c4iw_create_ah,
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | provider.c | 463 ibdev->create_ah = c4iw_ah_create; in c4iw_register_device()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_device.c | 100 IB_MANDATORY_FUNC(create_ah), in ib_device_check_mandatory()
|
H A D | ib_verbs.c | 366 if (!device->create_ah) in _ib_create_ah() 378 ret = device->create_ah(ah, ah_attr, flags, udata); in _ib_create_ah()
|
H A D | ib_uverbs_cmd.c | 3773 UAPI_DEF_METHOD_NEEDS_FN(create_ah)),
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.c | 651 struct ibv_ah *ah = pd->context->ops.create_ah(pd, attr); in __ibv_create_ah()
|
H A D | compat-1_0.c | 209 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr); member
|
H A D | verbs.h | 1453 struct ibv_ah * (*create_ah)(struct ibv_pd *pd, struct ibv_ah_attr *attr); member
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 125 .create_ah = mlx5_create_ah,
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_os.c | 241 ibdev->create_ah = qlnxr_create_ah; in qlnxr_register_device()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1189 dev->ib_dev.create_ah = mthca_ah_create; in mthca_register_device()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 3325 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 D | ib_verbs.h | 2231 int (*create_ah)(struct ib_ah *ah, struct ib_ah_attr *ah_attr, member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2520 ibdev->ib_dev.create_ah = mlx4_ib_create_ah; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3444 dev->ib_dev.create_ah = mlx5_ib_create_ah; in mlx5_ib_add()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2124 ibdev->create_ah = bnxt_re_create_ah; in bnxt_re_register_ib()
|