Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Duverbs.h260 IB_UVERBS_DECLARE_CMD(dealloc_pd);
Dib_device.c101 IB_MANDATORY_FUNC(dealloc_pd), in ib_device_check_mandatory()
Dib_verbs.c334 ret = pd->device->dealloc_pd(pd); in ib_dealloc_pd()
Dib_uverbs_cmd.c643 ret = pd->device->dealloc_pd(uobj->object); in ib_uverbs_dealloc_pd()
/freebsd-12-stable/contrib/ofed/libmlx4/
Dmlx4.c91 .dealloc_pd = mlx4_free_pd,
/freebsd-12-stable/contrib/ofed/libcxgb4/
Ddev.c85 .dealloc_pd = c4iw_free_pd,
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Dprovider.c481 ibdev->dealloc_pd = c4iw_deallocate_pd; in c4iw_register_device()
/freebsd-12-stable/contrib/ofed/libmlx5/
Dmlx5.c95 .dealloc_pd = mlx5_free_pd,
/freebsd-12-stable/contrib/ofed/libibverbs/
Dverbs.c272 return pd->context->ops.dealloc_pd(pd); in __ibv_dealloc_pd()
Dcompat-1_0.c171 int (*dealloc_pd)(struct ibv_pd *pd); member
Dverbs.h1410 int (*dealloc_pd)(struct ibv_pd *pd); member
/freebsd-12-stable/sys/dev/mthca/
Dmthca_provider.c1235 dev->ib_dev.dealloc_pd = mthca_dealloc_pd; in mthca_register_device()
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_verbs.h1945 int (*dealloc_pd)(struct ib_pd *pd); member
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib_main.c2610 ibdev->ib_dev.dealloc_pd = mlx4_ib_dealloc_pd; in mlx4_ib_add()
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_main.c3180 dev->ib_dev.dealloc_pd = mlx5_ib_dealloc_pd; in mlx5_ib_add()