Home
last modified time | relevance | path

Searched refs:WRITE_10 (Results 1 – 25 of 50) sorted by relevance

12

/linux/drivers/usb/storage/
H A Ddebug.c73 case WRITE_10: what = "WRITE_10"; break; in usb_stor_show_command()
H A Dsddr55.c923 if (srb->cmnd[0] == READ_10 || srb->cmnd[0] == WRITE_10) { in sddr55_transport()
951 if (srb->cmnd[0] == WRITE_10) { in sddr55_transport()
952 usb_stor_dbg(us, "WRITE_10: write block %04X (LBA %04X) page %01X pages %d\n", in sddr55_transport()
H A Ddatafab.c625 if (srb->cmnd[0] == WRITE_10) { in datafab_transport()
631 usb_stor_dbg(us, "WRITE_10: write block 0x%04lx count %ld\n", in datafab_transport()
H A Dtransport.c548 if (srb->cmnd[0] != READ_10 && srb->cmnd[0] != WRITE_10) in last_sector_hacks()
H A Dalauda.c1190 if (srb->cmnd[0] == WRITE_10) { in alauda_transport()
1202 usb_stor_dbg(us, "WRITE_10: page %d pagect %d\n", page, pages); in alauda_transport()
/linux/drivers/scsi/
H A Dsd.h191 case WRITE_10: in scsi_medium_access_command()
H A Daha1740.c342 if (*cmd == READ_10 || *cmd == WRITE_10) in aha1740_queuecommand_lck()
388 else if (*cmd == WRITE_10 || *cmd == WRITE_6) in aha1740_queuecommand_lck()
H A Dps3rom.c225 case WRITE_10: in ps3rom_queuecommand_lck()
H A Dpmcraid.h997 else if (op == WRITE_6 || op == WRITE_10 || op == WRITE_12 || \
H A Dscsi_ioctl.c326 case WRITE_10: in scsi_cmd_allowed()
H A Dppa.c556 (v == READ_10) || (v == WRITE_6) || (v == WRITE_10)); in ppa_completion()
H A Dsr.c400 SCpnt->cmnd[0] = WRITE_10; in sr_init_command()
H A Dmegaraid.c500 case WRITE_10: in mega_get_ldrv_num()
727 case WRITE_10: in mega_build_cmd()
1530 cmd->cmnd[0] == WRITE_10 || in mega_cmd_done()
/linux/include/scsi/
H A Dscsi_proto.h50 #define WRITE_10 0x2a macro
/linux/include/trace/events/
H A Dtarget.h46 scsi_opcode_name(WRITE_10), \
H A Dscsi.h44 scsi_opcode_name(WRITE_10), \
/linux/drivers/ata/
H A Dsata_svw.c94 case WRITE_10: in k2_sata_check_atapi_dma()
H A Dpata_pdc2027x.c437 case WRITE_10: in pdc2027x_check_atapi_dma()
H A Dsata_promise.c1046 case WRITE_10: in pdc_check_atapi_dma()
1056 if (scsicmd[0] == WRITE_10) { in pdc_check_atapi_dma()
H A Dsata_sx4.c880 case WRITE_10: in pdc_check_atapi_dma()
890 if (scsicmd[0] == WRITE_10) { in pdc_check_atapi_dma()
H A Dlibata-scsi.c1555 case WRITE_10: in ata_scsi_rw_xlat()
1564 case WRITE_10: in ata_scsi_rw_xlat()
3502 case WRITE_10: in ata_scsiop_maint_in()
4257 case WRITE_10: in ata_get_xlat_func()
/linux/drivers/ufs/core/
H A Dufs_trace.h18 { WRITE_10, "WRITE_10" }, \
/linux/drivers/scsi/esas2r/
H A Desas2r_io.c561 case WRITE_10: in esas2r_build_sg_list_prd()
/linux/drivers/target/
H A Dtarget_core_spc.c1377 .opcode = WRITE_10,
1379 .usage_bits = {WRITE_10, 0xf8, 0xff, 0xff,
H A Dtarget_core_device.c1180 case WRITE_10: in passthrough_parse_cdb()

12