Searched refs:dealloc_pd (Results 1 – 15 of 15) sorted by relevance
260 IB_UVERBS_DECLARE_CMD(dealloc_pd);
101 IB_MANDATORY_FUNC(dealloc_pd), in ib_device_check_mandatory()
334 ret = pd->device->dealloc_pd(pd); in ib_dealloc_pd()
643 ret = pd->device->dealloc_pd(uobj->object); in ib_uverbs_dealloc_pd()
91 .dealloc_pd = mlx4_free_pd,
85 .dealloc_pd = c4iw_free_pd,
481 ibdev->dealloc_pd = c4iw_deallocate_pd; in c4iw_register_device()
95 .dealloc_pd = mlx5_free_pd,
272 return pd->context->ops.dealloc_pd(pd); in __ibv_dealloc_pd()
171 int (*dealloc_pd)(struct ibv_pd *pd); member
1410 int (*dealloc_pd)(struct ibv_pd *pd); member
1235 dev->ib_dev.dealloc_pd = mthca_dealloc_pd; in mthca_register_device()
1945 int (*dealloc_pd)(struct ib_pd *pd); member
2610 ibdev->ib_dev.dealloc_pd = mlx4_ib_dealloc_pd; in mlx4_ib_add()
3180 dev->ib_dev.dealloc_pd = mlx5_ib_dealloc_pd; in mlx5_ib_add()