IB_MW_TYPE_1
if (cmd.mw_type != IB_MW_TYPE_1 && cmd.mw_type != IB_MW_TYPE_2) {
mw->qplib_mw.type = (type == IB_MW_TYPE_1 ?
mw = bnxt_re_alloc_mw(&pd->ib_pd, IB_MW_TYPE_1, NULL);
if (mr->ibmw.type == IB_MW_TYPE_1)
if (iwmr->ibmw.type == IB_MW_TYPE_1)
case IB_MW_TYPE_1: return MLX4_MW_TYPE_1;
if (unlikely(mw->ibmw.type == IB_MW_TYPE_1))
if (mw->ibmw.type == IB_MW_TYPE_1) {