Home
last modified time | relevance | path

Searched refs:WRITE_6 (Results 1 – 25 of 49) sorted by relevance

12

/linux-3.4.99/drivers/scsi/
Dsd.h106 case WRITE_6: in scsi_medium_access_command()
Daha1740.c354 else if (*cmd == READ_6 || *cmd == WRITE_6) in aha1740_queuecommand_lck()
398 else if (*cmd == WRITE_10 || *cmd == WRITE_6) in aha1740_queuecommand_lck()
Dscsi_trace.c263 case WRITE_6: in scsi_trace_parse_cdb()
DNCR5380.c525 case WRITE_6: in should_disconnect()
962 case WRITE_6: in NCR5380_queue_command_lck()
974 case WRITE_6: in NCR5380_queue_command_lck()
1247 case WRITE_6: in collect_stats()
Daha1542.c600 else if (*cmd == READ_6 || *cmd == WRITE_6) in aha1542_queuecommand_lck()
613 if (*cmd == WRITE_10 || *cmd == WRITE_6) in aha1542_queuecommand_lck()
654 else if (*cmd == WRITE_10 || *cmd == WRITE_6) in aha1542_queuecommand_lck()
Datari_NCR5380.c926 case WRITE_6: in NCR5380_queue_command_lck()
948 case WRITE_6: in NCR5380_queue_command_lck()
1366 case WRITE_6: in collect_stats()
Dsun3_NCR5380.c873 case WRITE_6: in NCR5380_queue_command_lck()
897 case WRITE_6: in NCR5380_queue_command_lck()
1309 case WRITE_6: in collect_stats()
Dpmcraid.h1012 else if (op == WRITE_6 || op == WRITE_10 || op == WRITE_12 || \
D3w-xxxx.c1765 if (srb->cmnd[0] == READ_6 || srb->cmnd[0] == WRITE_6) { in tw_scsiop_read_write()
1977 case WRITE_6: in tw_scsi_queue_lck()
2159 case WRITE_6: in DEF_SCSI_QCMD()
Dfd_mcs.c913 case WRITE_6: in fd_mcs_intr()
Dppa.c546 (v == READ_10) || (v == WRITE_6) || (v == WRITE_10)); in ppa_completion()
Dimm.c653 (v == READ_10) || (v == WRITE_6) || (v == WRITE_10)); in imm_completion()
Dmegaraid.c498 case WRITE_6: /* fall through */ in mega_get_ldrv_num()
733 case WRITE_6: in mega_build_cmd()
1533 if( status && islogical && (cmd->cmnd[0] == WRITE_6 || in mega_cmd_done()
/linux-3.4.99/drivers/usb/storage/
Ddebug.c67 case WRITE_6: what = "WRITE_6"; break; in usb_stor_show_command()
/linux-3.4.99/drivers/ide/
Dide-tape.c292 if ((pc->c[0] == READ_6 || pc->c[0] == WRITE_6) in idetape_analyze_error()
306 if (pc->c[0] == WRITE_6) { in idetape_analyze_error()
313 if (pc->c[0] == READ_6 || pc->c[0] == WRITE_6) { in idetape_analyze_error()
349 } else if (pc->c[0] == READ_6 || pc->c[0] == WRITE_6) { in ide_tape_callback()
558 else if (opcode == WRITE_6) { in ide_tape_create_rw_cmd()
559 pc->c[0] = WRITE_6; in ide_tape_create_rw_cmd()
636 ide_tape_create_rw_cmd(tape, pc, rq, WRITE_6); in idetape_do_request()
/linux-3.4.99/include/scsi/
Dscsi.h59 #define WRITE_6 0x0a macro
/linux-3.4.99/arch/ia64/hp/sim/
Dsimscsi.c265 case WRITE_6: in simscsi_queuecommand_lck()
/linux-3.4.99/include/trace/events/
Dscsi.h23 scsi_opcode_name(WRITE_6), \
/linux-3.4.99/drivers/scsi/aacraid/
Daachba.c1539 case WRITE_6: in io_callback()
1732 if (scsicmd->cmnd[0] == WRITE_6) /* 6 byte command */ in aac_write()
1887 if (cmd->cmnd[0] == WRITE_6) { in aac_synchronize()
2444 case WRITE_6: in aac_scsi_cmd()
2658 case WRITE_6: in aac_srb_callback()
/linux-3.4.99/drivers/ata/
Dpata_pdc2027x.c457 case WRITE_6: in pdc2027x_check_atapi_dma()
Dlibata-scsi.c1650 if (cdb[0] == WRITE_10 || cdb[0] == WRITE_6 || cdb[0] == WRITE_16) in ata_scsi_rw_xlat()
1664 case WRITE_6: in ata_scsi_rw_xlat()
3103 case WRITE_6: in ata_get_xlat_func()
/linux-3.4.99/drivers/staging/rts5139/
Drts51x_scsi.c75 case WRITE_6: in scsi_show_command()
848 } else if ((srb->cmnd[0] == READ_6) || (srb->cmnd[0] == WRITE_6)) { in read_write()
1913 case WRITE_6: in rts51x_scsi_handler()
/linux-3.4.99/drivers/usb/image/
Dmicrotek.c238 case WRITE_6: what = "WRITE_6"; break; in mts_show_command()
/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_scsi.c51 case WRITE_6: what = "WRITE_6"; break; in scsi_show_command()
731 } else if ((srb->cmnd[0] == READ_6) || (srb->cmnd[0] == WRITE_6)) { in read_write()
2615 } else if ((srb->cmnd[0] == READ_6) || (srb->cmnd[0] == WRITE_6)) { in led_shine()
3123 case WRITE_6: in rtsx_scsi_handler()
/linux-3.4.99/block/
Dscsi_ioctl.c169 __set_bit(WRITE_6, filter->write_ok); in blk_set_cmd_filter_defaults()

12