Home
last modified time | relevance | path

Searched refs:CommandStatus (Results 1 – 6 of 6) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-pcie.c61 json_object_new_uint64(pcie_error->CommandStatus & in cper_section_pcie_to_ir()
65 json_object_new_uint64(pcie_error->CommandStatus >> in cper_section_pcie_to_ir()
274 section_cper->CommandStatus = command + (status << 16); in ir_section_pcie_to_cper()
/openbmc/linux/include/uapi/linux/
H A Dcciss_defs.h123 HWORD CommandStatus; member
/openbmc/linux/drivers/scsi/
H A Dhpsa.c429 if (c->err_info->CommandStatus != CMD_TARGET_STATUS || in check_for_busy()
2628 if (unlikely(ei->CommandStatus == CMD_CTLR_LOCKUP)) { in complete_scsi_command()
2638 if (ei->CommandStatus == 0) in complete_scsi_command()
2659 if (ei->CommandStatus == CMD_IOACCEL_DISABLED) in complete_scsi_command()
2666 switch (ei->CommandStatus) { in complete_scsi_command()
2799 cp, ei->CommandStatus); in complete_scsi_command()
2871 c->err_info->CommandStatus = CMD_CTLR_LOCKUP; in hpsa_scsi_do_simple_cmd()
2936 switch (ei->CommandStatus) { in hpsa_scsi_interpret_error()
2999 ei->CommandStatus); in hpsa_scsi_interpret_error()
3021 if (ei->CommandStatus != 0 && ei->CommandStatus != CMD_DATA_UNDERRUN) { in hpsa_do_receive_diagnostic()
[all …]
H A Dhpsa_cmd.h401 u16 CommandStatus; member
/openbmc/libcper/include/libcper/
H A DCper.h1102 UINT32 CommandStatus; member
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6803 iocommand.error_info.CommandStatus = in pqi_passthru_ioctl()