Searched refs:iocstat (Results 1 – 2 of 2) sorted by relevance
242 iocstat = IocStat(ioc) variable246 output += '\n' + iocstat.table_preamble_str()247 output += '\n' + iocstat.table_header_str()249 output += json.dumps(iocstat.dict(now))
799 u16 iocstat; in mptctl_do_fw_download() local962 iocstat = le16_to_cpu(ReplyMsg->IOCStatus) & MPI_IOCSTATUS_MASK; in mptctl_do_fw_download()963 if (iocstat == MPI_IOCSTATUS_SUCCESS) { in mptctl_do_fw_download()966 } else if (iocstat == MPI_IOCSTATUS_INVALID_FUNCTION) { in mptctl_do_fw_download()972 } else if (iocstat == MPI_IOCSTATUS_BUSY) { in mptctl_do_fw_download()978 iocp->name, iocstat); in mptctl_do_fw_download()