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

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h203 IB_UVERBS_DECLARE_CMD(destroy_ah); variable
H A Ddevice.c87 IB_MANDATORY_FUNC(destroy_ah),
H A Dverbs.c227 ret = ah->device->destroy_ah(ah);
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmthca.c129 .destroy_ah = mthca_destroy_ah,
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c135 .destroy_ah = mlx4_destroy_ah,
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h737 int (*destroy_ah)(struct ibv_ah *ah); member in struct:ibv_context_ops
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dverbs.c562 return ah->context->ops.destroy_ah(ah);
H A Dcompat-1_0.c212 int (*destroy_ah)(struct ibv_ah *ah); member in struct:ibv_context_ops_1_0
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_device.c91 IB_MANDATORY_FUNC(destroy_ah),
H A Drdma_verbs.c209 ret = ah->device->destroy_ah(ah);
H A Dib_verbs.h950 int (*destroy_ah)(struct ib_ah *ah); member in struct:ib_device
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1099 dev->ibdev.destroy_ah = iwch_ah_destroy;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1087 int (*destroy_ah)(struct ib_ah *ah); member in struct:ib_device
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1353 ibdev->ib_dev.destroy_ah = mlx4_ib_destroy_ah;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1347 dev->ib_dev.destroy_ah = mthca_ah_destroy;

Completed in 200 milliseconds