/Linux-v5.4/drivers/scsi/ |
D | hosts.c | 210 struct scsi_host_template *sht = shost->hostt; in scsi_add_host_with_dma() local 214 sht->info ? sht->info(shost) : sht->name); in scsi_add_host_with_dma() 368 struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize) in scsi_host_alloc() argument 374 if (sht->unchecked_isa_dma && privsize) in scsi_host_alloc() 413 shost->hostt = sht; in scsi_host_alloc() 414 shost->this_id = sht->this_id; in scsi_host_alloc() 415 shost->can_queue = sht->can_queue; in scsi_host_alloc() 416 shost->sg_tablesize = sht->sg_tablesize; in scsi_host_alloc() 417 shost->sg_prot_tablesize = sht->sg_prot_tablesize; in scsi_host_alloc() 418 shost->cmd_per_lun = sht->cmd_per_lun; in scsi_host_alloc() [all …]
|
D | scsi_proc.c | 101 void scsi_proc_hostdir_add(struct scsi_host_template *sht) in scsi_proc_hostdir_add() argument 103 if (!sht->show_info) in scsi_proc_hostdir_add() 107 if (!sht->present++) { in scsi_proc_hostdir_add() 108 sht->proc_dir = proc_mkdir(sht->proc_name, proc_scsi); in scsi_proc_hostdir_add() 109 if (!sht->proc_dir) in scsi_proc_hostdir_add() 111 __func__, sht->proc_name); in scsi_proc_hostdir_add() 120 void scsi_proc_hostdir_rm(struct scsi_host_template *sht) in scsi_proc_hostdir_rm() argument 122 if (!sht->show_info) in scsi_proc_hostdir_rm() 126 if (!--sht->present && sht->proc_dir) { in scsi_proc_hostdir_rm() 127 remove_proc_entry(sht->proc_name, proc_scsi); in scsi_proc_hostdir_rm() [all …]
|
D | qlogicfas.c | 145 static int qlogicfas_detect(struct scsi_host_template *sht) in qlogicfas_detect() argument 152 shost = __qlogicfas_detect(sht, iobase[num], irq[num]); in qlogicfas_detect()
|
D | scsi_priv.h | 114 # define scsi_proc_hostdir_add(sht) do { } while (0) argument 115 # define scsi_proc_hostdir_rm(sht) do { } while (0) argument
|
D | dpti.h | 28 static int adpt_detect(struct scsi_host_template * sht); 290 static s32 adpt_scsi_host_alloc(adpt_hba* pHba,struct scsi_host_template * sht); 300 static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) ;
|
D | scsi_sysfs.c | 298 struct scsi_host_template *sht = shost->hostt; in store_host_reset() local 306 if (sht->host_reset) in store_host_reset() 307 ret = sht->host_reset(shost, type); in store_host_reset() 974 struct scsi_host_template *sht = sdev->host->hostt; in DECLARE_EVT() local 976 if (!sht->change_queue_depth) in DECLARE_EVT() 984 retval = sht->change_queue_depth(sdev, depth); in DECLARE_EVT()
|
D | scsi_error.c | 645 struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_ramp_up() local 648 if (!sht->track_queue_depth || in scsi_handle_queue_ramp_up() 677 struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_full() local 680 if (!sht->track_queue_depth) in scsi_handle_queue_full()
|
/Linux-v5.4/drivers/usb/storage/ |
D | scsiglue.c | 661 void usb_stor_host_template_init(struct scsi_host_template *sht, in usb_stor_host_template_init() argument 664 *sht = usb_stor_host_template; in usb_stor_host_template_init() 665 sht->name = name; in usb_stor_host_template_init() 666 sht->proc_name = name; in usb_stor_host_template_init() 667 sht->module = owner; in usb_stor_host_template_init()
|
D | scsiglue.h | 29 extern void usb_stor_host_template_init(struct scsi_host_template *sht,
|
D | usb.h | 189 struct scsi_host_template *sht);
|
/Linux-v5.4/include/linux/ |
D | ata_platform.h | 22 struct scsi_host_template *sht,
|
D | ahci_platform.h | 33 struct scsi_host_template *sht);
|
D | libata.h | 1102 struct scsi_host_template *sht); 1105 struct scsi_host_template *sht); 1108 extern int ata_scsi_detect(struct scsi_host_template *sht); 1881 struct scsi_host_template *sht); 1884 struct scsi_host_template *sht, void *host_priv, int hflags); 1920 struct scsi_host_template *sht,
|
/Linux-v5.4/drivers/ata/ |
D | pata_serverworks.c | 415 struct scsi_host_template *sht = &serverworks_csb_sht; in serverworks_init_one() local 429 sht = &serverworks_osb4_sht; in serverworks_init_one() 446 return ata_pci_bmdma_init_one(pdev, ppi, sht, NULL, 0); in serverworks_init_one()
|
D | pata_platform.c | 98 struct scsi_host_template *sht, bool use16bit) in __pata_platform_probe() argument 177 irq_flags, sht); in __pata_platform_probe()
|
D | libata-sff.c | 2350 struct scsi_host_template *sht) in ata_pci_sff_activate_host() argument 2421 rc = ata_host_register(host, sht); in ata_pci_sff_activate_host() 2447 struct scsi_host_template *sht, void *host_priv, in ata_pci_init_one() argument 2486 rc = ata_pci_sff_activate_host(host, ata_bmdma_interrupt, sht); in ata_pci_init_one() 2489 rc = ata_pci_sff_activate_host(host, ata_sff_interrupt, sht); in ata_pci_init_one() 2523 struct scsi_host_template *sht, void *host_priv, int hflag) in ata_pci_sff_init_one() argument 2525 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflag, 0); in ata_pci_sff_init_one() 3235 struct scsi_host_template *sht, void *host_priv, in ata_pci_bmdma_init_one() argument 3238 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflags, 1); in ata_pci_bmdma_init_one()
|
D | libahci_platform.c | 574 struct scsi_host_template *sht) in ahci_platform_init_host() argument 661 return ahci_host_activate(host, sht); in ahci_platform_init_host()
|
D | ahci.h | 420 int ahci_host_activate(struct ata_host *host, struct scsi_host_template *sht);
|
D | libata.h | 116 struct scsi_host_template *sht);
|
D | ata_piix.c | 1646 struct scsi_host_template *sht = &piix_sht; in piix_init_one() local 1714 sht = &piix_sidpr_sht; in piix_init_one() 1744 return ata_pci_sff_activate_host(host, ata_bmdma_interrupt, sht); in piix_init_one()
|
/Linux-v5.4/drivers/scsi/pcmcia/ |
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-v5.4/drivers/scsi/bfa/ |
D | bfad_im.c | 730 struct scsi_host_template *sht; in bfad_scsi_host_alloc() local 733 sht = &bfad_im_scsi_host_template; in bfad_scsi_host_alloc() 735 sht = &bfad_im_vport_template; in bfad_scsi_host_alloc() 738 sht->max_sectors = max_xfer_size << 1; in bfad_scsi_host_alloc() 740 sht->sg_tablesize = bfad->cfg_data.io_max_sge; in bfad_scsi_host_alloc() 742 return scsi_host_alloc(sht, sizeof(struct bfad_im_port_pointer)); in bfad_scsi_host_alloc()
|
/Linux-v5.4/include/scsi/ |
D | libfc.h | 860 libfc_host_alloc(struct scsi_host_template *sht, int priv_size) in libfc_host_alloc() argument 865 shost = scsi_host_alloc(sht, sizeof(*lport) + priv_size); in libfc_host_alloc()
|
D | libiscsi.h | 389 extern struct Scsi_Host *iscsi_host_alloc(struct scsi_host_template *sht,
|
/Linux-v5.4/net/sched/ |
D | cls_rsvp.h | 421 struct rsvp_session __rcu **sht = data->ht; in tunnel_recycle() local 429 for (s = rtnl_dereference(sht[h1]); s; in tunnel_recycle()
|