Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
DDAC960.c472 Command->V1.CommandStatus = 0; in DAC960_V1_ClearCommand()
485 Command->V2.CommandStatus = 0; in DAC960_V2_ClearCommand()
812 DAC960_V1_CommandStatus_T CommandStatus; in DAC960_V1_ExecuteType3() local
818 CommandStatus = Command->V1.CommandStatus; in DAC960_V1_ExecuteType3()
820 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3()
837 DAC960_V1_CommandStatus_T CommandStatus; in DAC960_V1_ExecuteType3B() local
844 CommandStatus = Command->V1.CommandStatus; in DAC960_V1_ExecuteType3B()
846 return (CommandStatus == DAC960_V1_NormalCompletion); in DAC960_V1_ExecuteType3B()
864 DAC960_V1_CommandStatus_T CommandStatus; in DAC960_V1_ExecuteType3D() local
872 CommandStatus = Command->V1.CommandStatus; in DAC960_V1_ExecuteType3D()
[all …]
Dcciss_scsi.c339 printk("cmd status:%d\n", cp->err_info->CommandStatus);
759 if(ei->CommandStatus != 0) in complete_scsi_command()
761 switch(ei->CommandStatus) in complete_scsi_command()
838 ei->CommandStatus); in complete_scsi_command()
960 switch(ei->CommandStatus) in cciss_scsi_interpret_error()
1024 c, ei->CommandStatus); in cciss_scsi_interpret_error()
1061 if (ei->CommandStatus != 0 && in cciss_scsi_do_inquiry()
1062 ei->CommandStatus != CMD_DATA_UNDERRUN) { in cciss_scsi_do_inquiry()
1132 if (ei->CommandStatus != 0 && in cciss_scsi_do_report_phys_luns()
1133 ei->CommandStatus != CMD_DATA_UNDERRUN) { in cciss_scsi_do_report_phys_luns()
[all …]
Dcciss.c1277 if (c->err_info->CommandStatus == CMD_TARGET_STATUS && in check_ioctl_unit_attention()
2723 if (c->err_info->CommandStatus == CMD_SUCCESS) in process_sendcmd_error()
2726 switch (c->err_info->CommandStatus) { in process_sendcmd_error()
2776 c->err_info->CommandStatus); in process_sendcmd_error()
2795 if (c->err_info->CommandStatus == 0 || !attempt_retry) in sendcmd_withirq_core()
3067 msg_byte = cmd->err_info->CommandStatus; /* correct? seems too device specific */ in evaluate_target_status()
3132 if (cmd->err_info->CommandStatus == 0) /* no error has occurred */ in complete_command()
3135 switch (cmd->err_info->CommandStatus) { in complete_command()
3157 cmd->err_info->CommandStatus, DRIVER_OK, in complete_command()
3165 cmd->err_info->CommandStatus, DRIVER_OK, in complete_command()
[all …]
DDAC960.h1920 DAC960_V1_CommandStatus_T CommandStatus; member
1955 DAC960_V2_CommandStatus_T CommandStatus; member
2180 DAC960_V1_CommandStatus_T CommandStatus; /* Bytes 2-3 */ member
2195 DAC960_V2_CommandStatus_T CommandStatus; /* Byte 2 */ member
2242 DAC960_V1_CommandStatus_T CommandStatus; member
2251 DAC960_V2_CommandStatus_T CommandStatus; member
/linux-4.1.27/include/uapi/linux/
Dcciss_defs.h122 HWORD CommandStatus; member
/linux-4.1.27/drivers/scsi/
Dhpsa.c309 if (c->err_info->CommandStatus != CMD_TARGET_STATUS || in check_for_busy()
1793 if (ei->CommandStatus == 0) { in complete_scsi_command()
1829 if (ei->CommandStatus == CMD_IOACCEL_DISABLED) in complete_scsi_command()
1839 switch (ei->CommandStatus) { in complete_scsi_command()
1955 cp, ei->CommandStatus); in complete_scsi_command()
2028 c->err_info->CommandStatus = CMD_HARDWARE_ERR; in hpsa_scsi_do_simple_cmd_core_if_no_lockup()
2077 switch (ei->CommandStatus) { in hpsa_scsi_interpret_error()
2131 ei->CommandStatus); in hpsa_scsi_interpret_error()
2157 if (ei->CommandStatus != 0 && ei->CommandStatus != CMD_DATA_UNDERRUN) { in hpsa_scsi_do_inquiry()
2187 if (ei->CommandStatus != 0 && ei->CommandStatus != CMD_DATA_UNDERRUN) { in hpsa_bmic_ctrl_mode_sense()
[all …]
Dhpsa_cmd.h372 u16 CommandStatus; member
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
DSA-1101.h529 #define CommandStatus (*((volatile Word *) SA1101_p2v (_CommandStatus))) macro