Home
last modified time | relevance | path

Searched refs:ILLEGAL_REQUEST (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c930 scsi_build_sense_buffer(sdebug_dsense, sbuff, ILLEGAL_REQUEST, asc, 0); in mk_sense_invalid_fld()
976 mk_sense_buffer(scp, ILLEGAL_REQUEST, INVALID_OPCODE, 0); in mk_sense_invalid_opcode()
2006 mk_sense_buffer(scp, ILLEGAL_REQUEST, INSUFF_RES_ASC, in resp_rsup_opcodes()
2346 mk_sense_buffer(scp, ILLEGAL_REQUEST, SAVING_PARAMS_UNSUP, 0); in resp_mode_sense()
2526 mk_sense_buffer(scp, ILLEGAL_REQUEST, in resp_mode_select()
2831 mk_sense_buffer(scp, ILLEGAL_REQUEST, in check_zbc_access_params()
2842 mk_sense_buffer(scp, ILLEGAL_REQUEST, in check_zbc_access_params()
2853 mk_sense_buffer(scp, ILLEGAL_REQUEST, in check_zbc_access_params()
2860 mk_sense_buffer(scp, ILLEGAL_REQUEST, in check_zbc_access_params()
2866 mk_sense_buffer(scp, ILLEGAL_REQUEST, in check_zbc_access_params()
[all …]
H A Dch.c133 .sense = ILLEGAL_REQUEST,
138 .sense = ILLEGAL_REQUEST,
143 .sense = ILLEGAL_REQUEST,
148 .sense = ILLEGAL_REQUEST,
153 .sense = ILLEGAL_REQUEST,
H A Dscsi_ioctl.c107 case ILLEGAL_REQUEST: in ioctl_internal_command()
H A Dps3rom.c240 cmd->sense_buffer[2] = ILLEGAL_REQUEST; in ps3rom_queuecommand_lck()
H A Dmyrb.c1454 ILLEGAL_REQUEST, 0x24, 0); in myrb_ldev_queuecommand()
1472 ILLEGAL_REQUEST, 0x24, 0); in myrb_ldev_queuecommand()
1486 ILLEGAL_REQUEST, 0x24, 0); in myrb_ldev_queuecommand()
1496 ILLEGAL_REQUEST, 0x24, 0); in myrb_ldev_queuecommand()
1513 ILLEGAL_REQUEST, 0x24, 0); in myrb_ldev_queuecommand()
1576 ILLEGAL_REQUEST, 0x20, 0); in myrb_ldev_queuecommand()
H A Dscsi.c499 sshdr.sense_key == ILLEGAL_REQUEST && in scsi_report_opcode()
H A Dsr_ioctl.c242 case ILLEGAL_REQUEST: in sr_do_ioctl()
H A Dsd_zbc.c521 sshdr->sense_key == ILLEGAL_REQUEST && in sd_zbc_complete()
H A Dsd.c2114 case ILLEGAL_REQUEST: in sd_done()
2386 sshdr.sense_key == ILLEGAL_REQUEST && in read_capacity_16()
2871 sshdr.sense_key == ILLEGAL_REQUEST && in sd_read_cache_type()
3677 sshdr.sense_key != ILLEGAL_REQUEST) in sd_suspend_common()
H A Dsr.c348 case ILLEGAL_REQUEST: in sr_done()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_transport.c3146 .key = ILLEGAL_REQUEST,
3150 .key = ILLEGAL_REQUEST,
3154 .key = ILLEGAL_REQUEST,
3158 .key = ILLEGAL_REQUEST,
3172 .key = ILLEGAL_REQUEST,
3176 .key = ILLEGAL_REQUEST,
3180 .key = ILLEGAL_REQUEST,
3185 .key = ILLEGAL_REQUEST,
3190 .key = ILLEGAL_REQUEST,
3195 .key = ILLEGAL_REQUEST,
[all …]
H A Dtarget_core_ua.c216 *key = ILLEGAL_REQUEST; in core_scsi3_ua_for_check_condition()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-scsi.c224 ata_scsi_set_sense(dev, cmd, ILLEGAL_REQUEST, 0x24, 0x0); in ata_scsi_set_invalid_field()
234 ata_scsi_set_sense(dev, cmd, ILLEGAL_REQUEST, 0x26, 0x0); in ata_scsi_set_invalid_parameter()
755 {0x10, ILLEGAL_REQUEST, 0x21, 0x00}, in ata_to_sense_error()
772 {0x40, ILLEGAL_REQUEST, 0x21, 0x04}, in ata_to_sense_error()
1490 ata_scsi_set_sense(qc->dev, scmd, ILLEGAL_REQUEST, 0x21, 0x0); in ata_scsi_verify_xlat()
1623 ata_scsi_set_sense(qc->dev, scmd, ILLEGAL_REQUEST, 0x21, 0x0); in ata_scsi_rw_xlat()
2400 ata_scsi_set_sense(dev, args->cmd, ILLEGAL_REQUEST, 0x39, 0x0); in ata_scsiop_mode_sense()
3267 ata_scsi_set_sense(dev, scmd, ILLEGAL_REQUEST, 0x1a, 0x0); in ata_scsi_write_same_xlat()
3271 ata_scsi_set_sense(dev, scmd, ILLEGAL_REQUEST, 0x20, 0x0); in ata_scsi_write_same_xlat()
3497 ata_scsi_set_sense(qc->dev, scmd, ILLEGAL_REQUEST, 0x1a, 0x0); in ata_scsi_zbc_in_xlat()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dscsi.h128 #define ILLEGAL_REQUEST 0x05 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dscsi.h128 #define ILLEGAL_REQUEST 0x05 macro
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_proto.h235 #define ILLEGAL_REQUEST 0x05 macro
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-cd_verbose.c349 if (sense->sense_key == ILLEGAL_REQUEST && in ide_cd_log_error()
H A Dide-cd.c121 case ILLEGAL_REQUEST: in cdrom_log_sense()
177 case ILLEGAL_REQUEST: in cdrom_analyze_sense_data()
343 case ILLEGAL_REQUEST: in cdrom_decode_status()
588 scsi_req(rq)->result = ILLEGAL_REQUEST; in ide_cdrom_prep_pc()
H A Dide-cd_ioctl.c160 sshdr.sense_key == ILLEGAL_REQUEST && in ide_cd_lockdoor()
/OK3568_Linux_fs/kernel/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c507 case ILLEGAL_REQUEST: in mode_select_handle_sense()
697 case ILLEGAL_REQUEST: in rdac_check_sense()
H A Dscsi_dh_emc.c304 case ILLEGAL_REQUEST: in clariion_check_sense()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dscsiglue.c679 [2] = ILLEGAL_REQUEST, /* Illegal Request = 0x05 */
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Daachba.c1175 if (sense_key == ILLEGAL_REQUEST) { in set_sense()
2473 ILLEGAL_REQUEST, SENCODE_LBA_OUT_OF_RANGE, in aac_read()
2565 ILLEGAL_REQUEST, SENCODE_LBA_OUT_OF_RANGE, in aac_write()
2853 ILLEGAL_REQUEST, SENCODE_INVALID_COMMAND, in aac_scsi_cmd()
2943 ILLEGAL_REQUEST, SENCODE_INVALID_CDB_FIELD, in aac_scsi_cmd()
3265 ILLEGAL_REQUEST, SENCODE_INVALID_COMMAND, in aac_scsi_cmd()
/OK3568_Linux_fs/kernel/drivers/cdrom/
H A Dgdrom.c79 {ILLEGAL_REQUEST, "Command has failed"},
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_scsi.c2848 scsi_build_sense_buffer(1, cmd->sense_buffer, ILLEGAL_REQUEST, in lpfc_calc_bg_err()
2859 scsi_build_sense_buffer(1, cmd->sense_buffer, ILLEGAL_REQUEST, in lpfc_calc_bg_err()
2871 scsi_build_sense_buffer(1, cmd->sense_buffer, ILLEGAL_REQUEST, in lpfc_calc_bg_err()
2935 scsi_build_sense_buffer(1, cmd->sense_buffer, ILLEGAL_REQUEST, in lpfc_parse_bg_err()
2951 scsi_build_sense_buffer(1, cmd->sense_buffer, ILLEGAL_REQUEST, in lpfc_parse_bg_err()
2968 scsi_build_sense_buffer(1, cmd->sense_buffer, ILLEGAL_REQUEST, in lpfc_parse_bg_err()

12