MPI3_SYSIF_IOC_STATUS_FAULT
if (ioc_status & MPI3_SYSIF_IOC_STATUS_FAULT) {
if (ioc_status & MPI3_SYSIF_IOC_STATUS_FAULT)
(ioc_status & MPI3_SYSIF_IOC_STATUS_FAULT) ||
if (ioc_status & (MPI3_SYSIF_IOC_STATUS_FAULT | MPI3_SYSIF_IOC_STATUS_RESET_HISTORY)) {
if (ioc_status & MPI3_SYSIF_IOC_STATUS_FAULT) {
(ioc_status & MPI3_SYSIF_IOC_STATUS_FAULT) ||
if (!(ioc_status & MPI3_SYSIF_IOC_STATUS_FAULT))
(ioc_status & MPI3_SYSIF_IOC_STATUS_FAULT)) {
if ((ioc_status & MPI3_SYSIF_IOC_STATUS_FAULT)) {