Searched refs:smlid (Results 1 – 1 of 1) sorted by relevance
1320 u32 smlid; in __subn_set_opa_portinfo() local1346 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()[all …]