Lines Matching refs:smlid
1362 u32 smlid; in __subn_set_opa_portinfo() local
1388 smlid = be32_to_cpu(pi->sm_lid); in __subn_set_opa_portinfo()
1389 if (smlid & 0xFF000000) { in __subn_set_opa_portinfo()
1390 pr_warn("OPA_PortInfo SM lid out of range: %X\n", smlid); in __subn_set_opa_portinfo()
1449 if ((smlid == 0 && ls_old > IB_PORT_INIT) || in __subn_set_opa_portinfo()
1450 (hfi1_is_16B_mcast(smlid))) { in __subn_set_opa_portinfo()
1452 pr_warn("SubnSet(OPA_PortInfo) smlid invalid 0x%x\n", smlid); in __subn_set_opa_portinfo()
1453 } else if (smlid != ibp->rvp.sm_lid || msl != ibp->rvp.sm_sl) { in __subn_set_opa_portinfo()
1454 pr_warn("SubnSet(OPA_PortInfo) smlid 0x%x\n", smlid); in __subn_set_opa_portinfo()
1457 if (smlid != ibp->rvp.sm_lid) in __subn_set_opa_portinfo()
1458 hfi1_modify_qp0_ah(ibp, ibp->rvp.sm_ah, smlid); in __subn_set_opa_portinfo()
1463 if (smlid != ibp->rvp.sm_lid) in __subn_set_opa_portinfo()
1464 ibp->rvp.sm_lid = smlid; in __subn_set_opa_portinfo()