/linux-4.4.14/drivers/scsi/ |
D | aha152x.c | 520 #define HOSTDATA(shpnt) ((struct aha152x_hostdata *) &shpnt->hostdata) argument 522 #define HOSTNO ((shpnt)->host_no) 524 #define CURRENT_SC (HOSTDATA(shpnt)->current_SC) 525 #define DONE_SC (HOSTDATA(shpnt)->done_SC) 526 #define ISSUE_SC (HOSTDATA(shpnt)->issue_SC) 527 #define DISCONNECTED_SC (HOSTDATA(shpnt)->disconnected_SC) 528 #define QLOCK (HOSTDATA(shpnt)->lock) 529 #define QLOCKER (HOSTDATA(shpnt)->locker) 530 #define QLOCKERL (HOSTDATA(shpnt)->lockerl) 532 #define STATE (HOSTDATA(shpnt)->state) [all …]
|
D | aha1740.c | 109 static int aha1740_show_info(struct seq_file *m, struct Scsi_Host *shpnt) in aha1740_show_info() argument 111 struct aha1740_hostdata *host = HOSTDATA(shpnt); in aha1740_show_info() 114 shpnt->io_port, shpnt->irq, host->edev->slot, in aha1740_show_info() 555 struct Scsi_Host *shpnt; in aha1740_probe() local 577 shpnt = scsi_host_alloc(&aha1740_template, in aha1740_probe() 579 if(shpnt == NULL) in aha1740_probe() 582 shpnt->base = 0; in aha1740_probe() 583 shpnt->io_port = slotbase; in aha1740_probe() 584 shpnt->n_io_port = SLOTSIZE; in aha1740_probe() 585 shpnt->irq = irq_level; in aha1740_probe() [all …]
|
D | fdomain.c | 518 static void print_banner( struct Scsi_Host *shpnt ) in print_banner() argument 520 if (!shpnt) return; /* This won't ever happen */ in print_banner() 524 shpnt->host_no, shpnt->this_id); in print_banner() 526 printk(KERN_INFO "scsi%d: <fdomain> BIOS version ", shpnt->host_no); in print_banner() 535 bios_base, shpnt->this_id ); in print_banner() 543 shpnt->host_no, in print_banner() 898 struct Scsi_Host *shpnt; in __fdomain_16x0_detect() local 962 shpnt = scsi_register( tpnt, 0 ); in __fdomain_16x0_detect() 963 if(shpnt == NULL) { in __fdomain_16x0_detect() 967 shpnt->irq = interrupt_level; in __fdomain_16x0_detect() [all …]
|
D | atp870u.c | 2570 struct Scsi_Host *shpnt = NULL; in atp870u_probe() local 2685 shpnt = scsi_host_alloc(&atp870u_template, sizeof(struct atp_unit)); in atp870u_probe() 2686 if (!shpnt) in atp870u_probe() 2689 p = (struct atp_unit *)&shpnt->hostdata; in atp870u_probe() 2691 atpdev->host = shpnt; in atp870u_probe() 2695 if (atp870u_init_tables(shpnt) < 0) { in atp870u_probe() 2700 if (request_irq(pdev->irq, atp870u_intr_handle, IRQF_SHARED, "atp880i", shpnt)) { in atp870u_probe() 2705 spin_lock_irqsave(shpnt->host_lock, flags); in atp870u_probe() 2733 tscam(shpnt); in atp870u_probe() 2737 shpnt->max_id = 16; in atp870u_probe() [all …]
|
D | NCR53c406a.c | 454 struct Scsi_Host *shpnt = NULL; in NCR53c406a_detect() local 529 shpnt = scsi_register(tpnt, 0); in NCR53c406a_detect() 530 if (!shpnt) { in NCR53c406a_detect() 536 if (request_irq(irq_level, do_NCR53c406a_intr, 0, "NCR53c406a", shpnt)) { in NCR53c406a_detect() 567 shpnt->irq = irq_level; in NCR53c406a_detect() 568 shpnt->io_port = port_base; in NCR53c406a_detect() 569 shpnt->n_io_port = 0x10; in NCR53c406a_detect() 571 shpnt->dma = dma_chan; in NCR53c406a_detect() 585 free_irq(irq_level, shpnt); in NCR53c406a_detect() 588 scsi_unregister(shpnt); in NCR53c406a_detect()
|
D | sym53c416.c | 614 struct Scsi_Host * shpnt = NULL; in sym53c416_detect() local 695 shpnt = scsi_register(tpnt, 0); in sym53c416_detect() 696 if (!shpnt) in sym53c416_detect() 699 if (request_irq(hosts[i].irq, sym53c416_intr_handle, 0, ID, shpnt)) in sym53c416_detect() 703 shpnt->unique_id = hosts[i].base; in sym53c416_detect() 704 shpnt->io_port = hosts[i].base; in sym53c416_detect() 705 shpnt->n_io_port = IO_RANGE; in sym53c416_detect() 706 shpnt->irq = hosts[i].irq; in sym53c416_detect() 707 shpnt->this_id = hosts[i].scsi_id; in sym53c416_detect() 714 scsi_unregister(shpnt); in sym53c416_detect()
|
D | ultrastor.c | 538 struct Scsi_Host * shpnt = NULL; in ultrastor_24f_detect() local 611 shpnt = scsi_register(tpnt, 0); in ultrastor_24f_detect() 612 if (!shpnt) { in ultrastor_24f_detect() 618 if (request_irq(config.interrupt, do_ultrastor_interrupt, 0, "Ultrastor", shpnt)) in ultrastor_24f_detect() 625 shpnt->irq = config.interrupt; in ultrastor_24f_detect() 626 shpnt->dma_channel = config.dma_channel; in ultrastor_24f_detect() 627 shpnt->io_port = config.port_address; in ultrastor_24f_detect() 665 static const char *ultrastor_info(struct Scsi_Host * shpnt) in ultrastor_info() argument
|
D | ultrastor.h | 17 static const char *ultrastor_info(struct Scsi_Host *shpnt);
|
D | u14-34f.c | 1942 static int u14_34f_release(struct Scsi_Host *shpnt) { in u14_34f_release() argument 1945 for (j = 0; sh[j] != NULL && sh[j] != shpnt; j++); in u14_34f_release()
|
D | nsp32.c | 2809 static const char *nsp32_info(struct Scsi_Host *shpnt) in nsp32_info() argument 2811 nsp32_hw_data *data = (nsp32_hw_data *)shpnt->hostdata; in nsp32_info()
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | nsp_cs.h | 294 static const char *nsp_info (struct Scsi_Host *shpnt);
|
D | nsp_cs.c | 1359 static const char *nsp_info(struct Scsi_Host *shpnt) in nsp_info() argument 1361 nsp_hw_data *data = (nsp_hw_data *)shpnt->hostdata; in nsp_info()
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 632 generated when shpnt->block is set.
|