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))
807 u16 iocstat; in mptctl_do_fw_download() local979 iocstat = le16_to_cpu(ReplyMsg->IOCStatus) & MPI_IOCSTATUS_MASK; in mptctl_do_fw_download()980 if (iocstat == MPI_IOCSTATUS_SUCCESS) { in mptctl_do_fw_download()983 } else if (iocstat == MPI_IOCSTATUS_INVALID_FUNCTION) { in mptctl_do_fw_download()989 } else if (iocstat == MPI_IOCSTATUS_BUSY) { in mptctl_do_fw_download()995 iocp->name, iocstat); in mptctl_do_fw_download()