Home
last modified time | relevance | path

Searched refs:destroy_ah (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c116 .destroy_ah = irdma_udestroy_ah,
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c344 UAPI_DEF_OBJ_NEEDS_FN(destroy_ah)),
H A Dib_device.c101 IB_MANDATORY_FUNC(destroy_ah), in ib_device_check_mandatory()
H A Dib_verbs.c693 ah->device->destroy_ah(ah, flags); in ib_destroy_ah_user()
H A Dib_uverbs_cmd.c3778 UAPI_DEF_METHOD_NEEDS_FN(destroy_ah))),
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c116 .destroy_ah = mlx4_destroy_ah,
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c99 .destroy_ah = c4iw_destroy_ah,
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c464 ibdev->destroy_ah = c4iw_ah_destroy; in c4iw_register_device()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c923 return ah->context->ops.destroy_ah(ah); in __ibv_destroy_ah()
H A Dcompat-1_0.c210 int (*destroy_ah)(struct ibv_ah *ah); member
H A Dverbs.h1454 int (*destroy_ah)(struct ibv_ah *ah); member
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c126 .destroy_ah = mlx5_destroy_ah,
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c242 ibdev->destroy_ah = qlnxr_destroy_ah; in qlnxr_register_device()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1191 dev->ib_dev.destroy_ah = mthca_ah_destroy; in mthca_register_device()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c3326 dev_ops->destroy_ah = irdma_destroy_ah; in irdma_set_device_roce_ops()
3347 dev_ops->destroy_ah = irdma_destroy_ah_stub; in irdma_set_device_iw_ops()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2237 void (*destroy_ah)(struct ib_ah *ah, u32 flags); member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2522 ibdev->ib_dev.destroy_ah = mlx4_ib_destroy_ah; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3446 dev->ib_dev.destroy_ah = mlx5_ib_destroy_ah; in mlx5_ib_add()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2127 ibdev->destroy_ah = bnxt_re_destroy_ah; in bnxt_re_register_ib()