Lines Matching refs:lstate
667 u16 lstate; in subn_set_portinfo() local
816 lstate = (pip->portphysstate_linkdown >> 4) & 0xF; in subn_set_portinfo()
817 if (lstate && !(state == IB_PORT_DOWN || state == IB_PORT_NOP)) in subn_set_portinfo()
826 if (lstate == 0) in subn_set_portinfo()
830 if (lstate == 0) in subn_set_portinfo()
831 lstate = QIB_IB_LINKDOWN_ONLY; in subn_set_portinfo()
832 else if (lstate == 1) in subn_set_portinfo()
833 lstate = QIB_IB_LINKDOWN_SLEEP; in subn_set_portinfo()
834 else if (lstate == 2) in subn_set_portinfo()
835 lstate = QIB_IB_LINKDOWN; in subn_set_portinfo()
836 else if (lstate == 3) in subn_set_portinfo()
837 lstate = QIB_IB_LINKDOWN_DISABLE; in subn_set_portinfo()
845 qib_set_linkstate(ppd, lstate); in subn_set_portinfo()
850 if (lstate == QIB_IB_LINKDOWN_DISABLE && smp->hop_cnt) { in subn_set_portinfo()