Lines Matching refs:lstate
669 u16 lstate; in subn_set_portinfo() local
819 lstate = (pip->portphysstate_linkdown >> 4) & 0xF; in subn_set_portinfo()
820 if (lstate && !(state == IB_PORT_DOWN || state == IB_PORT_NOP)) in subn_set_portinfo()
829 if (lstate == 0) in subn_set_portinfo()
833 if (lstate == 0) in subn_set_portinfo()
834 lstate = QIB_IB_LINKDOWN_ONLY; in subn_set_portinfo()
835 else if (lstate == 1) in subn_set_portinfo()
836 lstate = QIB_IB_LINKDOWN_SLEEP; in subn_set_portinfo()
837 else if (lstate == 2) in subn_set_portinfo()
838 lstate = QIB_IB_LINKDOWN; in subn_set_portinfo()
839 else if (lstate == 3) in subn_set_portinfo()
840 lstate = QIB_IB_LINKDOWN_DISABLE; in subn_set_portinfo()
848 qib_set_linkstate(ppd, lstate); in subn_set_portinfo()
853 if (lstate == QIB_IB_LINKDOWN_DISABLE && smp->hop_cnt) { in subn_set_portinfo()