Home
last modified time | relevance | path

Searched refs:mw_bind (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dqp.c991 struct ibv_mw_bind *mw_bind) in mlx5_bind_mw() argument
993 struct ibv_mw_bind_info *bind_info = &mw_bind->bind_info; in mlx5_bind_mw()
1022 wr.wr_id = mw_bind->wr_id; in mlx5_bind_mw()
1023 wr.send_flags = mw_bind->send_flags; in mlx5_bind_mw()
1024 wr.bind_mw.bind_info = mw_bind->bind_info; in mlx5_bind_mw()
H A Dmlx5.h592 struct ibv_mw_bind *mw_bind);
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h164 struct ibv_mw_bind *mw_bind);
H A Dirdma_uverbs.c289 struct ibv_mw_bind *mw_bind) in irdma_ubind_mw() argument
291 struct ibv_mw_bind_info *bind_info = &mw_bind->bind_info; in irdma_ubind_mw()
314 wr.bind_mw.bind_info = mw_bind->bind_info; in irdma_ubind_mw()
318 wr.wr_id = mw_bind->wr_id; in irdma_ubind_mw()
319 wr.send_flags = mw_bind->send_flags; in irdma_ubind_mw()
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c352 struct ibv_mw_bind *mw_bind) in mlx4_bind_mw() argument
362 wr.wr_id = mw_bind->wr_id; in mlx4_bind_mw()
363 wr.send_flags = mw_bind->send_flags; in mlx4_bind_mw()
367 wr.bind_mw.bind_info = mw_bind->bind_info; in mlx4_bind_mw()
H A Dmlx4.h382 struct ibv_mw_bind *mw_bind);
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1421 struct ibv_mw_bind *mw_bind);
1806 struct ibv_mw_bind *mw_bind) in ibv_bind_mw() argument
1811 return mw->context->ops.bind_mw(qp, mw, mw_bind); in ibv_bind_mw()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h506 bool mw_bind; member
H A Decore_rdma_api.h382 bool mw_bind; member
H A Decore_rdma.c1855 params->mw_bind); in ecore_rdma_register_tid()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1518 mr->hw_mr.mw_bind = false; /* TBD MW BIND */ in qlnxr_reg_user_mr()
5402 mr->hw_mr.mw_bind = false; /* TBD MW BIND */ in __qlnxr_alloc_mr()