Searched refs:alloc_pd (Results 1 – 15 of 15) sorted by relevance
215 IB_UVERBS_DECLARE_CMD(alloc_pd);
79 IB_MANDATORY_FUNC(alloc_pd), in ib_device_check_mandatory()
151 pd = device->alloc_pd(device, NULL, NULL); in ib_alloc_pd()
589 pd = file->device->ib_dev->alloc_pd(file->device->ib_dev, in ib_uverbs_alloc_pd()
112 .alloc_pd = mthca_alloc_pd,
113 .alloc_pd = mlx4_alloc_pd,
87 .alloc_pd = c4iw_alloc_pd,
439 ibdev->alloc_pd = c4iw_allocate_pd; in c4iw_register_device()
143 pd = context->ops.alloc_pd(context); in __ibv_alloc_pd()
172 struct ibv_pd * (*alloc_pd)(struct ibv_context *context); member
692 struct ibv_pd * (*alloc_pd)(struct ibv_context *context); member
1106 dev->ibdev.alloc_pd = iwch_allocate_pd; in iwch_register_device()
1344 dev->ib_dev.alloc_pd = mthca_alloc_pd; in mthca_register_device()
1674 struct ib_pd * (*alloc_pd)(struct ib_device *device, member
2325 ibdev->ib_dev.alloc_pd = mlx4_ib_alloc_pd; in mlx4_ib_add()