Home
last modified time | relevance | path

Searched refs:alloc_pd (Results 1 – 15 of 15) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/core/
HDuverbs.h215 IB_UVERBS_DECLARE_CMD(alloc_pd);
HDdevice.c79 IB_MANDATORY_FUNC(alloc_pd), in ib_device_check_mandatory()
HDverbs.c151 pd = device->alloc_pd(device, NULL, NULL); in ib_alloc_pd()
HDuverbs_cmd.c589 pd = file->device->ib_dev->alloc_pd(file->device->ib_dev, in ib_uverbs_alloc_pd()
/NextBSD/contrib/ofed/libmthca/src/
HDmthca.c112 .alloc_pd = mthca_alloc_pd,
/NextBSD/contrib/ofed/libmlx4/src/
HDmlx4.c113 .alloc_pd = mlx4_alloc_pd,
/NextBSD/contrib/ofed/libcxgb4/src/
HDdev.c87 .alloc_pd = c4iw_alloc_pd,
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDprovider.c439 ibdev->alloc_pd = c4iw_allocate_pd; in c4iw_register_device()
/NextBSD/contrib/ofed/libibverbs/src/
HDverbs.c143 pd = context->ops.alloc_pd(context); in __ibv_alloc_pd()
HDcompat-1_0.c172 struct ibv_pd * (*alloc_pd)(struct ibv_context *context); member
/NextBSD/contrib/ofed/libibverbs/include/infiniband/
HDverbs.h692 struct ibv_pd * (*alloc_pd)(struct ibv_context *context); member
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c1106 dev->ibdev.alloc_pd = iwch_allocate_pd; in iwch_register_device()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.c1344 dev->ib_dev.alloc_pd = mthca_alloc_pd; in mthca_register_device()
/NextBSD/sys/ofed/include/rdma/
HDib_verbs.h1674 struct ib_pd * (*alloc_pd)(struct ib_device *device, member
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c2325 ibdev->ib_dev.alloc_pd = mlx4_ib_alloc_pd; in mlx4_ib_add()