Home
last modified time | relevance | path

Searched refs:sht (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/scsi/
A Dscsi_proc.c109 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 Dhosts.c226 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 Dqlogicfas.c149 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 Dscsi_priv.h126 # define scsi_proc_hostdir_add(sht) 0 argument
127 # define scsi_proc_hostdir_rm(sht) do { } while (0) argument
A Dscsi_sysfs.c299 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 Dscsi_error.c729 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 Dscsiglue.c685 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 Dscsiglue.h29 extern void usb_stor_host_template_init(struct scsi_host_template *sht,
A Dusb.h190 const struct scsi_host_template *sht);
/linux/include/linux/
A Data_platform.h22 const struct scsi_host_template *sht,
A Dahci_platform.h40 const struct scsi_host_template *sht);
A Dlibata.h1131 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 Dpata_serverworks.c418 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 Dpata_platform.c100 const struct scsi_host_template *sht, bool use16bit) in __pata_platform_probe() argument
181 irq_flags, sht); in __pata_platform_probe()
A Dlibata-sff.c2273 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 Dlibahci_platform.c675 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 Data_piix.c1647 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 Dahci.h432 int ahci_host_activate(struct ata_host *host, const struct scsi_host_template *sht);
A Dlibata.h138 const struct scsi_host_template *sht);
/linux/drivers/scsi/pcmcia/
A Dnsp_cs.h293 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 Dscsi_host.h773 scsi_template_proc_dir(const struct scsi_host_template *sht);
775 #define scsi_template_proc_dir(sht) NULL argument
A Dlibfc.h881 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 Dlibiscsi.h410 extern struct Scsi_Host *iscsi_host_alloc(const struct scsi_host_template *sht,
/linux/drivers/ata/pata_parport/
A Dpata_parport.h77 struct scsi_host_template sht; member
/linux/drivers/scsi/bfa/
A Dbfad_im.c729 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()

Completed in 67 milliseconds

12