Home
last modified time | relevance | path

Searched refs:aenmbx0 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_mr.c1485 uint32_t aenmbx0; in qlafx00_timer_routine() local
1517 aenmbx0 = RD_REG_DWORD(&reg->aenmailbox0); in qlafx00_timer_routine()
1522 } else if (aenmbx0 == MBA_FW_RESTART_CMPLT) { in qlafx00_timer_routine()
1528 } else if ((aenmbx0 == MBA_FW_STARTING) && in qlafx00_timer_routine()
1532 if (aenmbx0 == ha->mr.old_aenmbx0_state) in qlafx00_timer_routine()
1535 } else if (aenmbx0 == 0xFFFFFFFF) { in qlafx00_timer_routine()
1549 } else if ((aenmbx0 & 0xFF00) == MBA_FW_POLL_STATE) { in qlafx00_timer_routine()
1552 } else if (aenmbx0 == MBA_FW_RESET_FCT) { in qlafx00_timer_routine()
1556 if (ha->mr.old_aenmbx0_state != aenmbx0) { in qlafx00_timer_routine()
1557 ha->mr.old_aenmbx0_state = aenmbx0; in qlafx00_timer_routine()