Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Duverbs.h264 IB_UVERBS_DECLARE_CMD(alloc_mw);
Dib_uverbs_cmd.c1233 mw = pd->device->alloc_mw(pd, cmd.mw_type, &udata); in ib_uverbs_alloc_mw()
/freebsd-12-stable/contrib/ofed/libmlx4/
Dmlx4.c95 .alloc_mw = mlx4_alloc_mw,
/freebsd-12-stable/contrib/ofed/libibverbs/
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-12-stable/sys/dev/cxgbe/iw_cxgbe/
Dprovider.c495 ibdev->alloc_mw = c4iw_alloc_mw; in c4iw_register_device()
/freebsd-12-stable/contrib/ofed/libmlx5/
Dmlx5.c99 .alloc_mw = mlx5_alloc_mw,
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_verbs.h2023 struct ib_mw * (*alloc_mw)(struct ib_pd *pd, member
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib_main.c2652 ibdev->ib_dev.alloc_mw = mlx4_ib_alloc_mw; in mlx4_ib_add()
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_main.c3225 dev->ib_dev.alloc_mw = mlx5_ib_alloc_mw; in mlx5_ib_add()