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