Lines Matching refs:state
366 * Note that this will only take effect when the link state changes.
385 * Note that this will only take effect when the link state changes.
395 * get_linkdowndefaultstate - get the default linkdown state
463 u32 state;
507 state = dd->f_iblink_state(ppd->lastibcstat);
508 pip->linkspeed_portstate = ppd->link_speed_supported << 4 | state;
666 u8 state;
758 /* Set link down default state. */
813 * Do the port state change now that the other link parameters
815 * Changing the port physical state only makes sense if the link
818 state = pip->linkspeed_portstate & 0xF;
820 if (lstate && !(state == IB_PORT_DOWN || state == IB_PORT_NOP))
824 * Only state changes of DOWN, ARM, and ACTIVE are valid
825 * and must be in the correct state to take effect (see 7.2.6).
827 switch (state) {