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))
797 u16 iocstat; in mptctl_do_fw_download() local960 iocstat = le16_to_cpu(ReplyMsg->IOCStatus) & MPI_IOCSTATUS_MASK; in mptctl_do_fw_download()961 if (iocstat == MPI_IOCSTATUS_SUCCESS) { in mptctl_do_fw_download()964 } else if (iocstat == MPI_IOCSTATUS_INVALID_FUNCTION) { in mptctl_do_fw_download()970 } else if (iocstat == MPI_IOCSTATUS_BUSY) { in mptctl_do_fw_download()976 iocp->name, iocstat); in mptctl_do_fw_download()