Lines Matching defs:state
271 * dev-state change to NEED-RESET
1210 #define MBA_FW_POLL_STATE 0x8600 /* Firmware in poll diagnostic state */
1214 #define MBA_IDC_AEN 0x8200 /* FCoE: NIC Core state change AEN */
1324 #define MBC_GET_FIRMWARE_STATE 0x69 /* Get firmware state. */
1434 * Firmware state codes from get firmware state mailbox command
2642 atomic_t state;
4906 /* Commonly used flags and state information. */
5554 "%s: %8phC: " _fmt " (state=%d disc_state=%d scan_state=%d loopid=0x%x deleted=%d flags=0x%x)\n", \
5555 __func__, _fp->port_name, ##_args, atomic_read(&_fp->state), \
5560 (!_fcport || IS_SESSION_DELETED(_fcport) || atomic_read(&_fcport->state) != FCS_ONLINE || \