Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c101 .dealloc_mw = irdma_udealloc_mw,
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c346 UAPI_DEF_OBJ_NEEDS_FN(dealloc_mw)),
H A Dib_uverbs_main.c111 ret = mw->device->dealloc_mw(mw); in uverbs_dealloc_mw()
H A Dib_uverbs_cmd.c3911 UAPI_DEF_METHOD_NEEDS_FN(dealloc_mw))),
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c96 .dealloc_mw = mlx4_dealloc_mw,
/freebsd/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/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c475 ibdev->dealloc_mw = c4iw_dealloc_mw; in c4iw_register_device()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c106 .dealloc_mw = mlx5_dealloc_mw,
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2312 int (*dealloc_mw)(struct ib_mw *mw); member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2562 ibdev->ib_dev.dealloc_mw = mlx4_ib_dealloc_mw; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3490 dev->ib_dev.dealloc_mw = mlx5_ib_dealloc_mw; in mlx5_ib_add()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2152 ibdev->dealloc_mw = bnxt_re_dealloc_mw; in bnxt_re_register_ib()