Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/scsi/
H 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 …]
H 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 …]
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.c748 const struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_ramp_up() local
751 if (!sht->track_queue_depth || in scsi_handle_queue_ramp_up()
780 const struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_full() local
783 if (!sht->track_queue_depth) in scsi_handle_queue_full()
/linux-6.15/drivers/usb/storage/
H A Dscsiglue.c682 void usb_stor_host_template_init(struct scsi_host_template *sht, in usb_stor_host_template_init() argument
685 *sht = usb_stor_host_template; in usb_stor_host_template_init()
686 sht->name = name; in usb_stor_host_template_init()
687 sht->proc_name = name; in usb_stor_host_template_init()
688 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);
/linux-6.15/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);
2057 const struct scsi_host_template *sht);
2060 const struct scsi_host_template *sht, void *host_priv, int hflags);
2096 const struct scsi_host_template *sht,
/linux-6.15/drivers/ata/
H 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()
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 Dlibata-sff.c2275 const struct scsi_host_template *sht) in ata_pci_sff_activate_host() argument
2346 rc = ata_host_register(host, sht); in ata_pci_sff_activate_host()
2372 const struct scsi_host_template *sht, void *host_priv, in ata_pci_init_one() argument
2409 rc = ata_pci_sff_activate_host(host, ata_bmdma_interrupt, sht); in ata_pci_init_one()
2412 rc = ata_pci_sff_activate_host(host, ata_sff_interrupt, sht); in ata_pci_init_one()
2446 const struct scsi_host_template *sht, void *host_priv, int hflag) in ata_pci_sff_init_one() argument
2448 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflag, 0); in ata_pci_sff_init_one()
3173 const struct scsi_host_template *sht, void *host_priv, in ata_pci_bmdma_init_one() argument
3176 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflags, 1); in ata_pci_bmdma_init_one()
H A Dlibahci_platform.c701 const struct scsi_host_template *sht) in ahci_platform_init_host() argument
782 return ahci_host_activate(host, sht); in ahci_platform_init_host()
H 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()
H A Dlibata.h138 const struct scsi_host_template *sht);
H A Dahci.h448 int ahci_host_activate(struct ata_host *host, const struct scsi_host_template *sht);
/linux-6.15/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);
/linux-6.15/include/scsi/
H A Dscsi_host.h771 scsi_template_proc_dir(const struct scsi_host_template *sht);
773 #define scsi_template_proc_dir(sht) NULL 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-6.15/drivers/ata/pata_parport/
H A Dpata_parport.h77 struct scsi_host_template sht; member
/linux-6.15/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()

12