Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_mr.c1462 uint32_t aenmbx0; in qlafx00_timer_routine() local
1494 aenmbx0 = rd_reg_dword(&reg->aenmailbox0); in qlafx00_timer_routine()
1499 } else if (aenmbx0 == MBA_FW_RESTART_CMPLT) { in qlafx00_timer_routine()
1505 } else if ((aenmbx0 == MBA_FW_STARTING) && in qlafx00_timer_routine()
1509 if (aenmbx0 == ha->mr.old_aenmbx0_state) in qlafx00_timer_routine()
1512 } else if (aenmbx0 == 0xFFFFFFFF) { in qlafx00_timer_routine()
1526 } else if ((aenmbx0 & 0xFF00) == MBA_FW_POLL_STATE) { in qlafx00_timer_routine()
1529 } else if (aenmbx0 == MBA_FW_RESET_FCT) { in qlafx00_timer_routine()
1533 if (ha->mr.old_aenmbx0_state != aenmbx0) { in qlafx00_timer_routine()
1534 ha->mr.old_aenmbx0_state = aenmbx0; in qlafx00_timer_routine()