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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h258 IB_UVERBS_DECLARE_CMD(dealloc_mw); variable
H A Dib_uverbs_main.c154 ret = mw->device->dealloc_mw(mw);
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.c96 .dealloc_mw = mlx4_dealloc_mw,
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c496 ibdev->dealloc_mw = c4iw_dealloc_mw;
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dverbs.h1422 int (*dealloc_mw)(struct ibv_mw *mw); member in struct:ibv_context_ops
1788 return mw->context->ops.dealloc_mw(mw);
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dmlx5.c100 .dealloc_mw = mlx5_dealloc_mw,
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h2026 int (*dealloc_mw)(struct ib_mw *mw); member in struct:ib_device
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2653 ibdev->ib_dev.dealloc_mw = mlx4_ib_dealloc_mw;
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3226 dev->ib_dev.dealloc_mw = mlx5_ib_dealloc_mw;

Completed in 269 milliseconds