Searched refs:iocstat (Results 1 – 2 of 2) sorted by relevance
249 iocstat = IocStat(ioc) variable253 output += '\n' + iocstat.table_preamble_str()254 output += '\n' + iocstat.table_header_str()256 output += json.dumps(iocstat.dict(now))
795 u16 iocstat; in mptctl_do_fw_download() local958 iocstat = le16_to_cpu(ReplyMsg->IOCStatus) & MPI_IOCSTATUS_MASK; in mptctl_do_fw_download()959 if (iocstat == MPI_IOCSTATUS_SUCCESS) { in mptctl_do_fw_download()962 } else if (iocstat == MPI_IOCSTATUS_INVALID_FUNCTION) { in mptctl_do_fw_download()968 } else if (iocstat == MPI_IOCSTATUS_BUSY) { in mptctl_do_fw_download()974 iocp->name, iocstat); in mptctl_do_fw_download()