Lines Matching refs:smlid
1320 u32 smlid; in __subn_set_opa_portinfo() local
1346 smlid = be32_to_cpu(pi->sm_lid); in __subn_set_opa_portinfo()
1347 if (smlid & 0xFF000000) { in __subn_set_opa_portinfo()
1348 pr_warn("OPA_PortInfo SM lid out of range: %X\n", smlid); in __subn_set_opa_portinfo()
1407 if ((smlid == 0 && ls_old > IB_PORT_INIT) || in __subn_set_opa_portinfo()
1408 (hfi1_is_16B_mcast(smlid))) { in __subn_set_opa_portinfo()
1410 pr_warn("SubnSet(OPA_PortInfo) smlid invalid 0x%x\n", smlid); in __subn_set_opa_portinfo()
1411 } else if (smlid != ibp->rvp.sm_lid || msl != ibp->rvp.sm_sl) { in __subn_set_opa_portinfo()
1412 pr_warn("SubnSet(OPA_PortInfo) smlid 0x%x\n", smlid); in __subn_set_opa_portinfo()
1415 if (smlid != ibp->rvp.sm_lid) in __subn_set_opa_portinfo()
1416 hfi1_modify_qp0_ah(ibp, ibp->rvp.sm_ah, smlid); in __subn_set_opa_portinfo()
1421 if (smlid != ibp->rvp.sm_lid) in __subn_set_opa_portinfo()
1422 ibp->rvp.sm_lid = smlid; in __subn_set_opa_portinfo()