/drivers/scsi/arm/ |
D | fas216.c | 144 unsigned int off = reg << info->scsi.io_shift; in fas216_readb() 145 return readb(info->scsi.io_base + off); in fas216_readb() 150 unsigned int off = reg << info->scsi.io_shift; in fas216_writeb() 151 writeb(val, info->scsi.io_base + off); in fas216_writeb() 195 info->scsi.io_shift, info->scsi.irq, in fas216_dumpinfo() 196 info->scsi.cfg[0], info->scsi.cfg[1], info->scsi.cfg[2], in fas216_dumpinfo() 197 info->scsi.cfg[3]); in fas216_dumpinfo() 199 info->scsi.type, info->scsi.phase); in fas216_dumpinfo() 200 print_SCp(&info->scsi.SCp, " SCp={ ", " }\n"); in fas216_dumpinfo() 202 info->scsi.async_stp, in fas216_dumpinfo() [all …]
|
D | acornscsi.c | 258 printk("BH @%p +%04x, ", host->scsi.SCp.ptr, in acornscsi_dumpdma() 259 host->scsi.SCp.this_residual); in acornscsi_dumpdma() 261 host->scsi.SCp.scsi_xferred); in acornscsi_dumpdma() 396 host->scsi.phase = PHASE_IDLE; in acornscsi_resetcard() 397 host->scsi.disconnectable = 0; in acornscsi_resetcard() 726 if (host->scsi.disconnectable && host->SCpnt) { in acornscsi_kick() 728 host->scsi.disconnectable = 0; in acornscsi_kick() 749 host->scsi.phase = PHASE_CONNECTING; in acornscsi_kick() 751 host->scsi.SCp = SCpnt->SCp; in acornscsi_kick() 815 SCpnt->result = result << 16 | host->scsi.SCp.Message << 8 | host->scsi.SCp.Status; in acornscsi_done() [all …]
|
D | powertec.c | 136 int dmach = info->info.scsi.dma; in powertecscsi_dma_setup() 176 if (info->info.scsi.dma != NO_DMA) in powertecscsi_dma_stop() 177 disable_dma(info->info.scsi.dma); in powertecscsi_dma_stop() 191 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in powertecscsi_info() 344 info->info.scsi.io_base = base + POWERTEC_FAS216_OFFSET; in powertecscsi_probe() 345 info->info.scsi.io_shift = POWERTEC_FAS216_SHIFT; in powertecscsi_probe() 346 info->info.scsi.irq = ec->irq; in powertecscsi_probe() 347 info->info.scsi.dma = ec->dma; in powertecscsi_probe() 379 if (info->info.scsi.dma != NO_DMA) { in powertecscsi_probe() 380 if (request_dma(info->info.scsi.dma, "powertec")) { in powertecscsi_probe() [all …]
|
D | cumana_2.c | 162 int dmach = info->info.scsi.dma; in cumanascsi_2_dma_setup() 286 if (info->info.scsi.dma != NO_DMA) { in cumanascsi_2_dma_stop() 288 disable_dma(info->info.scsi.dma); in cumanascsi_2_dma_stop() 303 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in cumanascsi_2_info() 433 info->info.scsi.io_base = base + CUMANASCSI2_FAS216_OFFSET; in cumanascsi2_probe() 434 info->info.scsi.io_shift = CUMANASCSI2_FAS216_SHIFT; in cumanascsi2_probe() 435 info->info.scsi.irq = ec->irq; in cumanascsi2_probe() 436 info->info.scsi.dma = ec->dma; in cumanascsi2_probe() 466 if (info->info.scsi.dma != NO_DMA) { in cumanascsi2_probe() 467 if (request_dma(info->info.scsi.dma, "cumanascsi2")) { in cumanascsi2_probe() [all …]
|
D | eesox.c | 163 int dmach = info->info.scsi.dma; in eesoxscsi_dma_setup() 373 if (info->info.scsi.dma != NO_DMA) in eesoxscsi_dma_stop() 374 disable_dma(info->info.scsi.dma); in eesoxscsi_dma_stop() 388 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in eesoxscsi_info() 552 info->info.scsi.io_base = base + EESOX_FAS216_OFFSET; in eesoxscsi_probe() 553 info->info.scsi.io_shift = EESOX_FAS216_SHIFT; in eesoxscsi_probe() 554 info->info.scsi.irq = ec->irq; in eesoxscsi_probe() 555 info->info.scsi.dma = ec->dma; in eesoxscsi_probe() 586 if (info->info.scsi.dma != NO_DMA) { in eesoxscsi_probe() 587 if (request_dma(info->info.scsi.dma, "eesox")) { in eesoxscsi_probe() [all …]
|
D | arxescsi.c | 117 void __iomem *base = info->info.scsi.io_base; in arxescsi_dma_pseudo() 217 host->hostt->name, info->info.scsi.type, info->ec->slot_no, in arxescsi_info() 307 info->info.scsi.io_base = base + 0x2000; in arxescsi_probe() 308 info->info.scsi.irq = 0; in arxescsi_probe() 309 info->info.scsi.dma = NO_DMA; in arxescsi_probe() 310 info->info.scsi.io_shift = 5; in arxescsi_probe()
|
D | acornscsi-io.S | 19 @ Purpose: transfer a block of data from the acorn scsi card to memory 74 @ Purpose: transfer a block of data from memory to the acorn scsi card
|
/drivers/s390/scsi/ |
D | zfcp_fc.h | 212 void zfcp_fc_scsi_to_fcp(struct fcp_cmnd *fcp, struct scsi_cmnd *scsi, in zfcp_fc_scsi_to_fcp() argument 217 int_to_scsilun(scsi->device->lun, (struct scsi_lun *) &fcp->fc_lun); in zfcp_fc_scsi_to_fcp() 224 if (scsi_populate_tag_msg(scsi, tag)) { in zfcp_fc_scsi_to_fcp() 236 if (scsi->sc_data_direction == DMA_FROM_DEVICE) in zfcp_fc_scsi_to_fcp() 238 if (scsi->sc_data_direction == DMA_TO_DEVICE) in zfcp_fc_scsi_to_fcp() 241 memcpy(fcp->fc_cdb, scsi->cmnd, scsi->cmd_len); in zfcp_fc_scsi_to_fcp() 243 fcp->fc_dl = scsi_bufflen(scsi); in zfcp_fc_scsi_to_fcp() 245 if (scsi_get_prot_type(scsi) == SCSI_PROT_DIF_TYPE1) in zfcp_fc_scsi_to_fcp() 246 fcp->fc_dl += fcp->fc_dl / scsi->device->sector_size * 8; in zfcp_fc_scsi_to_fcp() 256 struct scsi_cmnd *scsi) in zfcp_fc_eval_fcp_rsp() argument [all …]
|
D | zfcp_dbf.h | 265 debug_info_t *scsi; member 320 if (level <= adapter->dbf->scsi->level) in _zfcp_dbf_scsi()
|
D | zfcp_dbf.c | 437 debug_event(dbf->scsi, 1, rec, sizeof(*rec)); in zfcp_dbf_scsi() 460 debug_unregister(dbf->scsi); in zfcp_dbf_unregister() 514 dbf->scsi = zfcp_dbf_reg(name, dbfsize, sizeof(struct zfcp_dbf_scsi)); in zfcp_dbf_adapter_register() 515 if (!dbf->scsi) in zfcp_dbf_adapter_register()
|
/drivers/scsi/ |
D | Kconfig | 33 <file:Documentation/scsi/scsi.txt>. 56 bool "legacy /proc/scsi/ support" 61 /proc/scsi. In Linux 2.6 this has been superseded by 83 <file:Documentation/scsi/scsi.txt>. 98 <file:Documentation/scsi/st.txt> in the kernel source. This is NOT 102 <file:Documentation/scsi/scsi.txt>. The module will be called st. 117 <file:Documentation/scsi/osst.txt> in the kernel source. 124 <file:Documentation/scsi/scsi.txt>. The module will be called osst. 137 <file:Documentation/scsi/scsi.txt>. 167 <file:Documentation/scsi/scsi-generic.txt> for more information. [all …]
|
D | scsi_transport_spi.c | 1127 char *scsi = "FAST-?"; in spi_display_xfer_agreement() local 1133 case 7: scsi = "FAST-320"; break; in spi_display_xfer_agreement() 1134 case 8: scsi = "FAST-160"; break; in spi_display_xfer_agreement() 1135 case 9: scsi = "FAST-80"; break; in spi_display_xfer_agreement() 1137 case 11: scsi = "FAST-40"; break; in spi_display_xfer_agreement() 1138 case 12: scsi = "FAST-20"; break; in spi_display_xfer_agreement() 1143 scsi = "FAST-20"; in spi_display_xfer_agreement() 1145 scsi = "FAST-10"; in spi_display_xfer_agreement() 1147 scsi = "FAST-5"; in spi_display_xfer_agreement() 1157 scsi, tp->width ? "WIDE " : "", kb100/10, kb100 % 10, in spi_display_xfer_agreement()
|
D | wd7000.c | 726 static inline void any2scsi(unchar * scsi, int any) in any2scsi() argument 728 *scsi++ = (unsigned)any >> 16; in any2scsi() 729 *scsi++ = (unsigned)any >> 8; in any2scsi() 730 *scsi++ = any; in any2scsi() 733 static inline int scsi2int(unchar * scsi) in scsi2int() argument 735 return (scsi[0] << 16) | (scsi[1] << 8) | scsi[2]; in scsi2int()
|
/drivers/scsi/cxgbi/ |
D | Kconfig | 1 source "drivers/scsi/cxgbi/cxgb3i/Kconfig" 2 source "drivers/scsi/cxgbi/cxgb4i/Kconfig"
|
/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 3 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $ 34 "tag_info" option. See Documentation/scsi/aic79xx.txt for details. 74 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
|
D | Kconfig.aic7xxx | 3 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $ 39 "tag_info" option. See Documentation/scsi/aic7xxx.txt for details. 79 are defined in the drivers/scsi/aic7xxx/aic7xxx.h - search for the
|
/drivers/s390/ |
D | Makefile | 5 obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/
|
/drivers/staging/keucr/ |
D | Makefile | 1 ccflags-y := -Idrivers/scsi
|
D | TODO | 5 version of the usb-storage scsi interface code, but should
|
/drivers/staging/rts_pstor/ |
D | Makefile | 1 ccflags := -Idrivers/scsi
|
/drivers/scsi/aacraid/ |
D | Makefile | 8 ccflags-y := -Idrivers/scsi
|
/drivers/staging/rts5139/ |
D | Makefile | 30 EXTRA_CFLAGS := -Idrivers/scsi -I$(PWD)
|
/drivers/scsi/pcmcia/ |
D | Makefile | 2 ccflags-y := -Idrivers/scsi
|
/drivers/usb/image/ |
D | Kconfig | 28 The scanner will appear as a scsi generic device to the rest
|
/drivers/usb/storage/ |
D | Makefile | 8 ccflags-y := -Idrivers/scsi
|