Lines Matching defs:lstate
1954 int lstate;
1970 lstate = driver_lstate(ppd);
1976 (lstate == IB_PORT_ARMED || lstate == IB_PORT_ACTIVE)) {
2020 int lstate;
2030 lstate = driver_lstate(ppd);
2031 if (lstate == IB_PORT_ARMED || lstate == IB_PORT_ACTIVE) {
2050 u32 lstate;
2063 lstate = driver_lstate(ppd);
2065 if (start_of_sm_config && (lstate == IB_PORT_INIT))
2075 (driver_pstate(ppd) << 4) | (lstate & 0xf);