Home
last modified time | relevance | path

Searched refs:dealloc_mw (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Duverbs.h258 IB_UVERBS_DECLARE_CMD(dealloc_mw);
H A Dib_uverbs_main.c154 ret = mw->device->dealloc_mw(mw); in uverbs_dealloc_mw()
/freebsd-12.1/contrib/ofed/libmlx4/
H A Dmlx4.c96 .dealloc_mw = mlx4_dealloc_mw,
/freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c493 ibdev->dealloc_mw = c4iw_dealloc_mw; in c4iw_register_device()
/freebsd-12.1/contrib/ofed/libibverbs/
H A Dverbs.h1422 int (*dealloc_mw)(struct ibv_mw *mw); member
1788 return mw->context->ops.dealloc_mw(mw); in ibv_dealloc_mw()
/freebsd-12.1/contrib/ofed/libmlx5/
H A Dmlx5.c100 .dealloc_mw = mlx5_dealloc_mw,
/freebsd-12.1/sys/ofed/include/rdma/
H A Dib_verbs.h2026 int (*dealloc_mw)(struct ib_mw *mw); member
/freebsd-12.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3225 dev->ib_dev.dealloc_mw = mlx5_ib_dealloc_mw; in mlx5_ib_add()
/freebsd-12.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2648 ibdev->ib_dev.dealloc_mw = mlx4_ib_dealloc_mw; in mlx4_ib_add()