Searched refs:destroy_ah (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h274 IB_UVERBS_DECLARE_CMD(destroy_ah); variable
H A Dib_device.c103 IB_MANDATORY_FUNC(destroy_ah),
H A Dib_verbs.c610 ret = ah->device->destroy_ah(ah);
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.c116 .destroy_ah = mlx4_destroy_ah,
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Ddev.c99 .destroy_ah = c4iw_destroy_ah,
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c483 ibdev->destroy_ah = c4iw_ah_destroy;
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c210 int (*destroy_ah)(struct ibv_ah *ah); member in struct:ibv_context_ops_1_0
H A Dverbs.c901 return ah->context->ops.destroy_ah(ah);
H A Dverbs.h1454 int (*destroy_ah)(struct ibv_ah *ah); member in struct:ibv_context_ops
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dmlx5.c120 .destroy_ah = mlx5_destroy_ah,
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_provider.c1238 dev->ib_dev.destroy_ah = mthca_ah_destroy;
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1953 int (*destroy_ah)(struct ib_ah *ah); member in struct:ib_device
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2613 ibdev->ib_dev.destroy_ah = mlx4_ib_destroy_ah;
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3183 dev->ib_dev.destroy_ah = mlx5_ib_destroy_ah;

Completed in 281 milliseconds