Searched refs:WRITE_6 (Results 1 - 53 of 53) sorted by relevance

/linux-4.1.27/drivers/usb/storage/
H A Ddebug.c70 case WRITE_6: what = "WRITE_6"; break; usb_stor_show_command()
H A Ddatafab.c607 // don't bother implementing READ_6 or WRITE_6. datafab_transport()
/linux-4.1.27/arch/ia64/hp/sim/
H A Dsimscsi.c154 * function handling both READ_6/WRITE_6 (non-scatter/gather mode)
265 case WRITE_6: simscsi_queuecommand_lck()
/linux-4.1.27/include/trace/events/
H A Dtarget.h25 scsi_opcode_name(WRITE_6), \
H A Dscsi.h23 scsi_opcode_name(WRITE_6), \
/linux-4.1.27/tools/lib/traceevent/
H A Dplugin_scsi.c21 #define WRITE_6 0x0a macro
381 case WRITE_6: scsi_trace_parse_cdb()
/linux-4.1.27/drivers/scsi/
H A Dscsi_trace.c263 case WRITE_6: scsi_trace_parse_cdb()
H A Dsd.h127 case WRITE_6: scsi_medium_access_command()
H A Daha1740.c335 else if (*cmd == READ_6 || *cmd == WRITE_6) aha1740_queuecommand_lck()
379 else if (*cmd == WRITE_10 || *cmd == WRITE_6) aha1740_queuecommand_lck()
H A D3w-xxxx.c60 1.0.000 - Added DPO & FUA bit support for WRITE_10 & WRITE_6 cdb
62 1.1.000 - Fixed performance bug with DPO & FUA not existing for WRITE_6.
1727 if (srb->cmnd[0] == READ_6 || srb->cmnd[0] == WRITE_6) { tw_scsiop_read_write()
1936 case WRITE_6: tw_scsi_queue_lck()
2119 case WRITE_6: tw_interrupt()
2120 dprintk(KERN_NOTICE "3w-xxxx: tw_interrupt(): caught WRITE_10/WRITE_6\n"); tw_interrupt()
H A Daha1542.c394 else if (*cmd->cmnd == READ_6 || *cmd->cmnd == WRITE_6) aha1542_queuecommand()
445 else if (*cmd->cmnd == WRITE_10 || *cmd->cmnd == WRITE_6) aha1542_queuecommand()
H A Dpmcraid.h1012 else if (op == WRITE_6 || op == WRITE_10 || op == WRITE_12 || \
H A Dppa.c529 (v == READ_10) || (v == WRITE_6) || (v == WRITE_10)); ppa_completion()
H A Dqlogicpti.c876 if ((Cmnd->cmnd[0] == WRITE_6) || cmd_frob()
H A Dimm.c634 (v == READ_10) || (v == WRITE_6) || (v == WRITE_10)); imm_completion()
H A Dst.c426 && SRpnt->cmd[0] != WRITE_6 st_chk_result()
437 else if (SRpnt->cmd[0] == WRITE_6) st_chk_result()
727 cmd[0] = WRITE_6; st_flush_write_buffer()
1670 cmd[0] = WRITE_6; st_write()
H A Dosst.c308 else if (SRpnt->cmd[0] == WRITE_6) osst_chk_result()
1573 cmd[0] = WRITE_6; osst_read_back_buffer_and_rewrite()
1713 cmd[0] = WRITE_6; osst_reposition_and_retry()
3107 cmd[0] = WRITE_6; osst_flush_write_buffer()
3283 cmd[0] = WRITE_6; osst_write_frame()
H A DNCR5380.c514 case WRITE_6: should_disconnect()
921 case WRITE_6: NCR5380_queue_command_lck()
H A Dvmw_pvscsi.c286 return op == READ_6 || op == WRITE_6 || scsi_is_rw()
H A Dmegaraid.c498 case WRITE_6: /* fall through */ mega_get_ldrv_num()
726 case WRITE_6: mega_build_cmd()
1529 if( status && islogical && (cmd->cmnd[0] == WRITE_6 || mega_cmd_done()
H A D3w-9xxx.c1887 if (srb->cmnd[0] == READ_6 || srb->cmnd[0] == WRITE_6)
H A Dgdth.c2213 case WRITE_6: gdth_next()
2468 } else if (scp->cmnd[0] == WRITE_6 || scp->cmnd[0] == WRITE_10 || gdth_fill_cache_cmd()
H A Dhpsa.c3321 case WRITE_6: fixup_ioaccel_cdb()
3489 case WRITE_6: set_encrypt_ioaccel2()
3706 case WRITE_6: hpsa_scsi_ioaccel_raid_map()
H A Dsd.c992 SCpnt->cmnd[0] = WRITE_6; sd_setup_read_write_cmnd()
H A Dsg.c1064 unsigned char opcode = WRITE_6; sg_ioctl()
H A Datari_NCR5380.c836 case WRITE_6: NCR5380_queue_command()
H A Din2000.c260 case WRITE_6: is_dir_out()
H A Dips.c3570 case WRITE_6: ips_send_cmd()
3933 case WRITE_6: ips_chkstatus()
H A Dscsi_debug.c2890 case WRITE_6: resp_write_dt0()
H A DBusLogic.c3108 case WRITE_6:
/linux-4.1.27/drivers/scsi/arm/
H A Dacornscsi.h237 CMD_WRITE, /* WRITE_6, WRITE_10, WRITE_12 */
H A Dacornscsi.c579 case WRITE_6: case WRITE_10: case WRITE_12: acornscsi_cmdtype()
605 case WRITE_6: case WRITE_10: case WRITE_VERIFY: acornscsi_datadirection()
H A Dfas216.c1828 case WRITE_6: fas216_allocate_tag()
/linux-4.1.27/drivers/ide/
H A Dide-tape.c292 if ((pc->c[0] == READ_6 || pc->c[0] == WRITE_6) idetape_analyze_error()
306 if (pc->c[0] == WRITE_6) { idetape_analyze_error()
313 if (pc->c[0] == READ_6 || pc->c[0] == WRITE_6) { idetape_analyze_error()
349 } else if (pc->c[0] == READ_6 || pc->c[0] == WRITE_6) { ide_tape_callback()
558 else if (opcode == WRITE_6) { ide_tape_create_rw_cmd()
559 pc->c[0] = WRITE_6; ide_tape_create_rw_cmd()
636 ide_tape_create_rw_cmd(tape, pc, rq, WRITE_6); idetape_do_request()
H A Dide-cd.c1349 if (c[0] == READ_6 || c[0] == WRITE_6) { ide_cdrom_prep_pc()
/linux-4.1.27/drivers/usb/image/
H A Dmicrotek.c237 case WRITE_6: what = "WRITE_6"; break; mts_show_command()
/linux-4.1.27/drivers/scsi/aacraid/
H A Daachba.c1804 case WRITE_6: io_callback()
1997 if (scsicmd->cmnd[0] == WRITE_6) /* 6 byte command */ aac_write()
2152 if (cmd->cmnd[0] == WRITE_6) { aac_synchronize()
2811 case WRITE_6: aac_scsi_cmd()
3031 case WRITE_6: aac_srb_callback()
/linux-4.1.27/drivers/staging/rts5208/
H A Drtsx_scsi.c62 case WRITE_6: scsi_show_command()
63 what = "WRITE_6"; scsi_show_command()
914 } else if ((srb->cmnd[0] == READ_6) || (srb->cmnd[0] == WRITE_6)) { read_write()
2907 else if ((srb->cmnd[0] == READ_6) || (srb->cmnd[0] == WRITE_6)) led_shine()
3463 case WRITE_6: rtsx_scsi_handler()
/linux-4.1.27/block/
H A Dscsi_ioctl.c177 __set_bit(WRITE_6, filter->write_ok); blk_set_cmd_filter_defaults()
/linux-4.1.27/drivers/ata/
H A Dpata_pdc2027x.c459 case WRITE_6: pdc2027x_check_atapi_dma()
H A Dlibata-scsi.c1666 * Commands %READ_6, %READ_10, %READ_16, %WRITE_6, %WRITE_10, and
1684 if (cdb[0] == WRITE_10 || cdb[0] == WRITE_6 || cdb[0] == WRITE_16) ata_scsi_rw_xlat()
1698 case WRITE_6: ata_scsi_rw_xlat()
3389 case WRITE_6: ata_get_xlat_func()
H A Dsata_promise.c1082 case WRITE_6: pdc_check_atapi_dma()
H A Dsata_sx4.c941 case WRITE_6: pdc_check_atapi_dma()
H A Dsata_mv.c1877 case WRITE_6: mv_check_atapi_dma()
/linux-4.1.27/include/scsi/
H A Dscsi.h64 #define WRITE_6 0x0a macro
/linux-4.1.27/drivers/scsi/esas2r/
H A Desas2r_io.c573 case WRITE_6: esas2r_build_sg_list_prd()
/linux-4.1.27/drivers/target/
H A Dtarget_core_sbc.c826 case WRITE_6: sbc_parse_cdb()
H A Dtarget_core_device.c1757 case WRITE_6: passthrough_parse_cdb()
/linux-4.1.27/drivers/block/
H A Dnvme-scsi.c2180 case WRITE_6: nvme_trans_io()
2975 case WRITE_6: nvme_scsi_translate()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_mass_storage.c795 if (common->cmnd[0] == WRITE_6) do_write()
2030 case WRITE_6: do_scsi_command()
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c930 case WRITE_6: get_cmd_dir()
/linux-4.1.27/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c1661 case WRITE_6: megaraid_mbox_build_cmd()
H A Dmegaraid_sas_base.c1435 case WRITE_6: megasas_cmd_type()

Completed in 957 milliseconds