Searched refs:alloc_pd (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h185 IB_UVERBS_DECLARE_CMD(alloc_pd); variable
H A Ddevice.c84 IB_MANDATORY_FUNC(alloc_pd),
H A Dverbs.c119 pd = device->alloc_pd(device, NULL, NULL);
H A Duverbs_cmd.c508 pd = file->device->ib_dev->alloc_pd(file->device->ib_dev,
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmthca.c112 .alloc_pd = mthca_alloc_pd,
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c113 .alloc_pd = mlx4_alloc_pd,
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h692 struct ibv_pd * (*alloc_pd)(struct ibv_context *context); member in struct:ibv_context_ops
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dverbs.c143 pd = context->ops.alloc_pd(context);
H A Dcompat-1_0.c172 struct ibv_pd * (*alloc_pd)(struct ibv_context *context); member in struct:ibv_context_ops_1_0
/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_device.c88 IB_MANDATORY_FUNC(alloc_pd),
H A Drdma_verbs.c108 pd = device->alloc_pd(device, NULL, NULL);
H A Dib_verbs.h940 struct ib_pd * (*alloc_pd)(struct ib_device *device, member in struct:ib_device
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1096 dev->ibdev.alloc_pd = iwch_allocate_pd;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1077 struct ib_pd * (*alloc_pd)(struct ib_device *device, member in struct:ib_device
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1349 ibdev->ib_dev.alloc_pd = mlx4_ib_alloc_pd;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1343 dev->ib_dev.alloc_pd = mthca_alloc_pd;

Completed in 285 milliseconds