Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/mpi3mr/mpi/
Dmpi30_transport.h90 #define MPI3_SYSIF_IOC_STATUS_RESET_HISTORY (0x00000010) macro
/linux-6.12.1/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c1220 if (ioc_status & MPI3_SYSIF_IOC_STATUS_RESET_HISTORY) in mpi3mr_clear_reset_history()
1258 if ((ioc_status & MPI3_SYSIF_IOC_STATUS_RESET_HISTORY)) { in mpi3mr_issue_and_process_mur()
1477 if ((ioc_status & MPI3_SYSIF_IOC_STATUS_RESET_HISTORY) || in mpi3mr_bring_ioc_ready()
1654 if ((ioc_status & MPI3_SYSIF_IOC_STATUS_RESET_HISTORY) in mpi3mr_issue_reset()
2475 if (ioc_status & MPI3_SYSIF_IOC_STATUS_RESET_HISTORY) { in mpi3mr_check_rh_fault_ioc()
2709 if (ioc_status & MPI3_SYSIF_IOC_STATUS_RESET_HISTORY) { in mpi3mr_watchdog_work()
4459 if ((ioc_status & MPI3_SYSIF_IOC_STATUS_RESET_HISTORY) || in mpi3mr_reinit_ioc()
Dmpi3mr_os.c4429 if ((ioc_status & MPI3_SYSIF_IOC_STATUS_RESET_HISTORY) || in mpi3mr_scan_finished()