Searched refs:smlid (Results 1 – 3 of 3) sorted by relevance
425 u16 lid, smlid; in recv_subn_set_portinfo() local456 smlid = be16_to_cpu(pip->sm_lid); in recv_subn_set_portinfo()457 if (smlid != dev->sm_lid) { in recv_subn_set_portinfo()459 if (smlid == 0 || smlid >= IPATH_MULTICAST_LID_BASE) in recv_subn_set_portinfo()461 dev->sm_lid = smlid; in recv_subn_set_portinfo()
661 u16 lid, smlid; in subn_set_portinfo() local706 smlid = be16_to_cpu(pip->sm_lid); in subn_set_portinfo()709 if (smlid == 0 || smlid >= QIB_MULTICAST_LID_BASE) in subn_set_portinfo()711 else if (smlid != ibp->sm_lid || msl != ibp->sm_sl) { in subn_set_portinfo()714 if (smlid != ibp->sm_lid) in subn_set_portinfo()715 ibp->sm_ah->attr.dlid = smlid; in subn_set_portinfo()720 if (smlid != ibp->sm_lid) in subn_set_portinfo()721 ibp->sm_lid = smlid; in subn_set_portinfo()
1047 u32 smlid, opa_lid; /* tmp vars to hold LID values */ in __subn_set_opa_portinfo() local1073 smlid = be32_to_cpu(pi->sm_lid); in __subn_set_opa_portinfo()1074 if (smlid & 0xFFFF0000) { in __subn_set_opa_portinfo()1075 pr_warn("OPA_PortInfo SM lid out of range: %X\n", smlid); in __subn_set_opa_portinfo()1079 smlid &= 0x0000FFFF; in __subn_set_opa_portinfo()1131 if ((smlid == 0 && ls_old > IB_PORT_INIT) || in __subn_set_opa_portinfo()1132 smlid >= HFI1_MULTICAST_LID_BASE) { in __subn_set_opa_portinfo()1134 pr_warn("SubnSet(OPA_PortInfo) smlid invalid 0x%x\n", smlid); in __subn_set_opa_portinfo()1135 } else if (smlid != ibp->sm_lid || msl != ibp->sm_sl) { in __subn_set_opa_portinfo()1136 pr_warn("SubnSet(OPA_PortInfo) smlid 0x%x\n", smlid); in __subn_set_opa_portinfo()[all …]