Home
last modified time | relevance | path

Searched refs:IB_MW_TYPE_2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_mw.c32 mw->state = (mw->ibmw.type == IB_MW_TYPE_2) ? in rxe_alloc_mw()
67 if (mw->ibmw.type == IB_MW_TYPE_2) { in rxe_check_bind_mw()
158 if (mw->ibmw.type == IB_MW_TYPE_2) { in rxe_do_bind_mw()
302 (mw->ibmw.type == IB_MW_TYPE_2 && mw->qp != qp) || in rxe_lookup_mw()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmr.c53 case IB_MW_TYPE_2: return MLX4_MW_TYPE_2; in to_mlx4_type()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c2241 MLX5_SET(mkc, mkc, en_rinval, !!((ibmw->type == IB_MW_TYPE_2))); in mlx5_ib_alloc_mw()
/openbmc/linux/include/rdma/
H A Dib_verbs.h1283 IB_MW_TYPE_2 = 2 enumerator
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_cmd.c927 if (cmd.mw_type != IB_MW_TYPE_1 && cmd.mw_type != IB_MW_TYPE_2) { in ib_uverbs_alloc_mw()