Home
last modified time | relevance | path

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

/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Duverbs.h260 IB_UVERBS_DECLARE_CMD(dealloc_pd);
H A Dib_device.c101 IB_MANDATORY_FUNC(dealloc_pd), in ib_device_check_mandatory()
H A Dib_verbs.c342 ret = pd->device->dealloc_pd(pd); in ib_dealloc_pd()
H A Dib_uverbs_cmd.c644 ret = pd->device->dealloc_pd(uobj->object); in ib_uverbs_dealloc_pd()
/freebsd-13.1/contrib/ofed/libmlx4/
H A Dmlx4.c91 .dealloc_pd = mlx4_free_pd,
/freebsd-13.1/contrib/ofed/libcxgb4/
H A Ddev.c85 .dealloc_pd = c4iw_free_pd,
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c480 ibdev->dealloc_pd = c4iw_deallocate_pd; in c4iw_register_device()
/freebsd-13.1/contrib/ofed/libibverbs/
H A Dverbs.c272 return pd->context->ops.dealloc_pd(pd); in __ibv_dealloc_pd()
H A Dcompat-1_0.c171 int (*dealloc_pd)(struct ibv_pd *pd); member
H A Dverbs.h1410 int (*dealloc_pd)(struct ibv_pd *pd); member
/freebsd-13.1/contrib/ofed/libmlx5/
H A Dmlx5.c95 .dealloc_pd = mlx5_free_pd,
/freebsd-13.1/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c223 ibdev->dealloc_pd = qlnxr_dealloc_pd; in qlnxr_register_device()
/freebsd-13.1/sys/dev/mthca/
H A Dmthca_provider.c1235 dev->ib_dev.dealloc_pd = mthca_dealloc_pd; in mthca_register_device()
/freebsd-13.1/sys/ofed/include/rdma/
H A Dib_verbs.h1979 int (*dealloc_pd)(struct ib_pd *pd); member
/freebsd-13.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2608 ibdev->ib_dev.dealloc_pd = mlx4_ib_dealloc_pd; in mlx4_ib_add()
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3409 dev->ib_dev.dealloc_pd = mlx5_ib_dealloc_pd; in mlx5_ib_add()