| /linux/drivers/scsi/ |
| A D | scsi_proc.c | 109 if (e->sht == sht) in __scsi_lookup_proc_entry() 121 e = __scsi_lookup_proc_entry(sht); in scsi_lookup_proc_entry() 159 if (!sht->show_info) in scsi_proc_hostdir_add() 163 e = __scsi_lookup_proc_entry(sht); in scsi_proc_hostdir_add() 176 sht->proc_name); in scsi_proc_hostdir_add() 180 e->sht = sht; in scsi_proc_hostdir_add() 200 if (!sht->show_info) in scsi_proc_hostdir_rm() 225 if (!sht->show_info) in scsi_proc_host_add() 228 e = scsi_lookup_proc_entry(sht); in scsi_proc_host_add() 255 if (!sht->show_info) in scsi_proc_host_rm() [all …]
|
| A D | hosts.c | 226 sht->info ? sht->info(shost) : sht->name); in scsi_add_host_with_dma() 436 shost->hostt = sht; in scsi_host_alloc() 437 shost->this_id = sht->this_id; in scsi_host_alloc() 438 shost->can_queue = sht->can_queue; in scsi_host_alloc() 441 shost->cmd_per_lun = sht->cmd_per_lun; in scsi_host_alloc() 462 if (sht->max_host_blocked) in scsi_host_alloc() 471 if (sht->max_sectors) in scsi_host_alloc() 476 if (sht->max_segment_size) in scsi_host_alloc() 482 if (sht->dma_alignment) in scsi_host_alloc() 490 if (sht->dma_boundary) in scsi_host_alloc() [all …]
|
| A D | qlogicfas.c | 149 static int qlogicfas_detect(struct scsi_host_template *sht) in qlogicfas_detect() argument 156 shost = __qlogicfas_detect(sht, iobase[num], irq[num]); in qlogicfas_detect()
|
| A D | scsi_priv.h | 126 # define scsi_proc_hostdir_add(sht) 0 argument 127 # define scsi_proc_hostdir_rm(sht) do { } while (0) argument
|
| A D | scsi_sysfs.c | 299 const struct scsi_host_template *sht = shost->hostt; in store_host_reset() local 307 if (sht->host_reset) in store_host_reset() 308 ret = sht->host_reset(shost, type); in store_host_reset() 1035 const struct scsi_host_template *sht = sdev->host->hostt; in DECLARE_EVT() local 1037 if (!sht->change_queue_depth) in DECLARE_EVT() 1045 retval = sht->change_queue_depth(sdev, depth); in DECLARE_EVT()
|
| A D | scsi_error.c | 729 const struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_ramp_up() local 732 if (!sht->track_queue_depth || in scsi_handle_queue_ramp_up() 761 const struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_full() local 764 if (!sht->track_queue_depth) in scsi_handle_queue_full()
|
| /linux/drivers/usb/storage/ |
| A D | scsiglue.c | 685 void usb_stor_host_template_init(struct scsi_host_template *sht, in usb_stor_host_template_init() argument 688 *sht = usb_stor_host_template; in usb_stor_host_template_init() 689 sht->name = name; in usb_stor_host_template_init() 690 sht->proc_name = name; in usb_stor_host_template_init() 691 sht->module = owner; in usb_stor_host_template_init()
|
| A D | scsiglue.h | 29 extern void usb_stor_host_template_init(struct scsi_host_template *sht,
|
| A D | usb.h | 190 const struct scsi_host_template *sht);
|
| /linux/include/linux/ |
| A D | ata_platform.h | 22 const struct scsi_host_template *sht,
|
| A D | ahci_platform.h | 40 const struct scsi_host_template *sht);
|
| A D | libata.h | 1131 const struct scsi_host_template *sht); 1134 const struct scsi_host_template *sht); 2058 const struct scsi_host_template *sht); 2061 const struct scsi_host_template *sht, void *host_priv, int hflags); 2097 const struct scsi_host_template *sht,
|
| /linux/drivers/ata/ |
| A D | pata_serverworks.c | 418 const struct scsi_host_template *sht = &serverworks_csb_sht; in serverworks_init_one() local 432 sht = &serverworks_osb4_sht; in serverworks_init_one() 449 return ata_pci_bmdma_init_one(pdev, ppi, sht, NULL, 0); in serverworks_init_one()
|
| A D | pata_platform.c | 100 const struct scsi_host_template *sht, bool use16bit) in __pata_platform_probe() argument 181 irq_flags, sht); in __pata_platform_probe()
|
| A D | libata-sff.c | 2273 const struct scsi_host_template *sht) in ata_pci_sff_activate_host() argument 2344 rc = ata_host_register(host, sht); in ata_pci_sff_activate_host() 2370 const struct scsi_host_template *sht, void *host_priv, in ata_pci_init_one() argument 2407 rc = ata_pci_sff_activate_host(host, ata_bmdma_interrupt, sht); in ata_pci_init_one() 2410 rc = ata_pci_sff_activate_host(host, ata_sff_interrupt, sht); in ata_pci_init_one() 2444 const struct scsi_host_template *sht, void *host_priv, int hflag) in ata_pci_sff_init_one() argument 2446 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflag, 0); in ata_pci_sff_init_one() 3171 const struct scsi_host_template *sht, void *host_priv, in ata_pci_bmdma_init_one() argument 3174 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflags, 1); in ata_pci_bmdma_init_one()
|
| A D | libahci_platform.c | 675 const struct scsi_host_template *sht) in ahci_platform_init_host() argument 756 return ahci_host_activate(host, sht); in ahci_platform_init_host()
|
| A D | ata_piix.c | 1647 const struct scsi_host_template *sht = &piix_sht; in piix_init_one() local 1715 sht = &piix_sidpr_sht; in piix_init_one() 1745 return ata_pci_sff_activate_host(host, ata_bmdma_interrupt, sht); in piix_init_one()
|
| A D | ahci.h | 432 int ahci_host_activate(struct ata_host *host, const struct scsi_host_template *sht);
|
| A D | libata.h | 138 const struct scsi_host_template *sht);
|
| /linux/drivers/scsi/pcmcia/ |
| A D | nsp_cs.h | 293 static struct Scsi_Host *nsp_detect (struct scsi_host_template *sht); 324 static struct Scsi_Host *nsp_detect(struct scsi_host_template *sht);
|
| /linux/include/scsi/ |
| A D | scsi_host.h | 773 scsi_template_proc_dir(const struct scsi_host_template *sht); 775 #define scsi_template_proc_dir(sht) NULL argument
|
| A D | libfc.h | 881 libfc_host_alloc(const struct scsi_host_template *sht, int priv_size) in libfc_host_alloc() argument 886 shost = scsi_host_alloc(sht, sizeof(*lport) + priv_size); in libfc_host_alloc()
|
| A D | libiscsi.h | 410 extern struct Scsi_Host *iscsi_host_alloc(const struct scsi_host_template *sht,
|
| /linux/drivers/ata/pata_parport/ |
| A D | pata_parport.h | 77 struct scsi_host_template sht; member
|
| /linux/drivers/scsi/bfa/ |
| A D | bfad_im.c | 729 struct scsi_host_template *sht; in bfad_scsi_host_alloc() local 732 sht = &bfad_im_scsi_host_template; in bfad_scsi_host_alloc() 734 sht = &bfad_im_vport_template; in bfad_scsi_host_alloc() 737 sht->max_sectors = max_xfer_size << 1; in bfad_scsi_host_alloc() 739 sht->sg_tablesize = bfad->cfg_data.io_max_sge; in bfad_scsi_host_alloc() 741 return scsi_host_alloc(sht, sizeof(struct bfad_im_port_pointer)); in bfad_scsi_host_alloc()
|