Home
last modified time | relevance | path

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

12

/linux/drivers/scsi/
H A Dscsi_proc.c59 const struct scsi_host_template *sht; member
102 __scsi_lookup_proc_entry(const struct scsi_host_template *sht) in __scsi_lookup_proc_entry() argument
109 if (e->sht == sht) in __scsi_lookup_proc_entry()
116 scsi_lookup_proc_entry(const struct scsi_host_template *sht) in scsi_lookup_proc_entry() argument
121 e = __scsi_lookup_proc_entry(sht); in scsi_lookup_proc_entry()
132 scsi_template_proc_dir(const struct scsi_host_template *sht) in scsi_template_proc_dir() argument
134 struct scsi_proc_entry *e = scsi_lookup_proc_entry(sht); in scsi_template_proc_dir()
154 int scsi_proc_hostdir_add(const struct scsi_host_template *sht) in scsi_proc_hostdir_add() argument
159 if (!sht->show_info) in scsi_proc_hostdir_add()
163 e = __scsi_lookup_proc_entry(sht); in scsi_proc_hostdir_add()
[all …]
H A Dhosts.c222 const struct scsi_host_template *sht = shost->hostt; in scsi_add_host_with_dma() local
226 sht->info ? sht->info(shost) : sht->name); in scsi_add_host_with_dma()
381 * @sht: pointer to scsi host template
392 struct Scsi_Host *scsi_host_alloc(const struct scsi_host_template *sht, int privsize)
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()
439 shost->sg_tablesize = sht in scsi_host_alloc()
393 scsi_host_alloc(const struct scsi_host_template * sht,int privsize) scsi_host_alloc() argument
[all...]
H 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()
H A Dscsi_priv.h126 # define scsi_proc_hostdir_add(sht) 0 argument
127 # define scsi_proc_hostdir_rm(sht) do { } while (0) argument
H 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()
H 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/
H 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()
H A Dscsiglue.h29 extern void usb_stor_host_template_init(struct scsi_host_template *sht,
H A Dusb.h190 const struct scsi_host_template *sht);
H A Dusb.c1022 const struct scsi_host_template *sht) in usb_stor_probe1() argument
1034 host = scsi_host_alloc(sht, sizeof(*us)); in usb_stor_probe1()
/linux/drivers/ata/
H 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()
H A Dahci.h432 int ahci_host_activate(struct ata_host *host, const struct scsi_host_template *sht);
H A Dlibahci.c2697 const struct scsi_host_template *sht) in ahci_host_activate_multi_irqs() argument
2727 return ata_host_register(host, sht); in ahci_host_activate_multi_irqs()
2741 int ahci_host_activate(struct ata_host *host, const struct scsi_host_template *sht) in ahci_host_activate() argument
2758 rc = ahci_host_activate_multi_irqs(host, sht); in ahci_host_activate()
2761 IRQF_SHARED, sht); in ahci_host_activate()
/linux/include/linux/
H A Data_platform.h22 const struct scsi_host_template *sht,
H A Dahci_platform.h40 const struct scsi_host_template *sht);
H A Dlibata.h1131 const struct scsi_host_template *sht);
1134 const struct scsi_host_template *sht);
1423 * Base operations to inherit from and initializers for sht
1433 * sht initializers
1448 * All sht initializers (BASE, PIO, BMDMA, NCQ) must be instantiated
1449 * by the edge drivers. Because the 'module' field of sht must be the in sata_pmp_supported()
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/scsi/pcmcia/
H 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);
H A Dnsp_cs.c1323 static struct Scsi_Host *nsp_detect(struct scsi_host_template *sht) in nsp_detect() argument
1328 nsp_dbg(NSP_DEBUG_INIT, "this_id=%d", sht->this_id); in nsp_detect()
1358 sht->name = data->nspinfo; in nsp_detect()
/linux/include/scsi/
H A Dscsi_host.h773 scsi_template_proc_dir(const struct scsi_host_template *sht);
775 #define scsi_template_proc_dir(sht) NULL
776 scsi_template_proc_dir(sht) global() argument
H 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()
H A Dlibiscsi.h410 extern struct Scsi_Host *iscsi_host_alloc(const struct scsi_host_template *sht,
/linux/drivers/scsi/bfa/
H 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()
/linux/drivers/ata/pata_parport/
H A Dpata_parport.h77 struct scsi_host_template sht; member
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h348 const struct scsi_host_template *sht; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c499 const struct scsi_host_template *sht = &qla2xxx_driver_template; in qla24xx_create_vhost() local
502 vha = qla2x00_create_host(sht, ha); in qla24xx_create_vhost()

12