Home
last modified time | relevance | path

Searched refs:alloc_mw (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c100 .alloc_mw = irdma_ualloc_mw,
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c95 .alloc_mw = mlx4_alloc_mw,
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1419 struct ibv_mw * (*alloc_mw)(struct ibv_pd *pd, enum ibv_mw_type type); member
1774 if (!pd->context->ops.alloc_mw) { in ibv_alloc_mw()
1779 mw = pd->context->ops.alloc_mw(pd, type); in ibv_alloc_mw()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c474 ibdev->alloc_mw = c4iw_alloc_mw; in c4iw_register_device()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c105 .alloc_mw = mlx5_alloc_mw,
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c914 mw = pd->device->alloc_mw(pd, cmd.mw_type, &attrs->driver_udata); in ib_uverbs_alloc_mw()
3906 UAPI_DEF_METHOD_NEEDS_FN(alloc_mw)),
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2309 struct ib_mw * (*alloc_mw)(struct ib_pd *pd, member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2561 ibdev->ib_dev.alloc_mw = mlx4_ib_alloc_mw; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3489 dev->ib_dev.alloc_mw = mlx5_ib_alloc_mw; in mlx5_ib_add()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2151 ibdev->alloc_mw = bnxt_re_alloc_mw; in bnxt_re_register_ib()