Home
last modified time | relevance | path

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

12

/linux/drivers/scsi/
A Dhosts.c215 sht->info ? sht->info(shost) : sht->name); in scsi_add_host_with_dma()
421 shost->hostt = sht; in scsi_host_alloc()
422 shost->this_id = sht->this_id; in scsi_host_alloc()
423 shost->can_queue = sht->can_queue; in scsi_host_alloc()
446 if (sht->max_host_blocked) in scsi_host_alloc()
455 if (sht->max_sectors) in scsi_host_alloc()
460 if (sht->max_segment_size) in scsi_host_alloc()
468 if (sht->dma_boundary) in scsi_host_alloc()
473 if (sht->virt_boundary_mask) in scsi_host_alloc()
488 if (sht->shost_groups) { in scsi_host_alloc()
[all …]
A Dscsi_proc.c103 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()
122 if (!sht->show_info) in scsi_proc_hostdir_rm()
126 if (!--sht->present && sht->proc_dir) { in scsi_proc_hostdir_rm()
128 sht->proc_dir = NULL; in scsi_proc_hostdir_rm()
144 if (!sht->proc_dir) in scsi_proc_host_add()
149 sht->proc_dir, &proc_scsi_ops, shost); in scsi_proc_host_add()
[all …]
A Ddpti.h28 static int adpt_detect(struct scsi_host_template * sht);
290 static s32 adpt_scsi_host_alloc(adpt_hba* pHba,struct scsi_host_template * sht);
299 static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev) ;
A Dqlogicfas.c145 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()
A Dscsi_priv.h111 # define scsi_proc_hostdir_add(sht) do { } while (0) argument
112 # define scsi_proc_hostdir_rm(sht) do { } while (0) argument
A Dscsi_sysfs.c299 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()
1015 struct scsi_host_template *sht = sdev->host->hostt; in DECLARE_EVT() local
1017 if (!sht->change_queue_depth) in DECLARE_EVT()
1025 retval = sht->change_queue_depth(sdev, depth); in DECLARE_EVT()
A Dscsi_error.c689 struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_ramp_up() local
692 if (!sht->track_queue_depth || in scsi_handle_queue_ramp_up()
721 struct scsi_host_template *sht = sdev->host->hostt; in scsi_handle_queue_full() local
724 if (!sht->track_queue_depth) in scsi_handle_queue_full()
/linux/drivers/usb/storage/
A Dscsiglue.c663 void usb_stor_host_template_init(struct scsi_host_template *sht, in usb_stor_host_template_init() argument
666 *sht = usb_stor_host_template; in usb_stor_host_template_init()
667 sht->name = name; in usb_stor_host_template_init()
668 sht->proc_name = name; in usb_stor_host_template_init()
669 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 struct scsi_host_template *sht);
A Dusb.c940 struct scsi_host_template *sht) in usb_stor_probe1() argument
952 host = scsi_host_alloc(sht, sizeof(*us)); in usb_stor_probe1()
/linux/drivers/ata/
A Dpata_serverworks.c416 struct scsi_host_template *sht = &serverworks_csb_sht; in serverworks_init_one() local
430 sht = &serverworks_osb4_sht; in serverworks_init_one()
447 return ata_pci_bmdma_init_one(pdev, ppi, sht, NULL, 0); in serverworks_init_one()
A Dpata_platform.c100 struct scsi_host_template *sht, bool use16bit) in __pata_platform_probe() argument
179 irq_flags, sht); in __pata_platform_probe()
A Dlibata-sff.c2365 struct scsi_host_template *sht) in ata_pci_sff_activate_host() argument
2436 rc = ata_host_register(host, sht); in ata_pci_sff_activate_host()
2462 struct scsi_host_template *sht, void *host_priv, in ata_pci_init_one() argument
2501 rc = ata_pci_sff_activate_host(host, ata_bmdma_interrupt, sht); in ata_pci_init_one()
2504 rc = ata_pci_sff_activate_host(host, ata_sff_interrupt, sht); in ata_pci_init_one()
2538 struct scsi_host_template *sht, void *host_priv, int hflag) in ata_pci_sff_init_one() argument
2540 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflag, 0); in ata_pci_sff_init_one()
3254 struct scsi_host_template *sht, void *host_priv, in ata_pci_bmdma_init_one() argument
3257 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflags, 1); in ata_pci_bmdma_init_one()
A Dlibahci_platform.c573 struct scsi_host_template *sht) in ahci_platform_init_host() argument
662 return ahci_host_activate(host, sht); in ahci_platform_init_host()
A Data_piix.c1646 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()
A Dahci.h427 int ahci_host_activate(struct ata_host *host, struct scsi_host_template *sht);
A Dlibata.h134 struct scsi_host_template *sht);
/linux/include/linux/
A Data_platform.h22 struct scsi_host_template *sht,
A Dahci_platform.h35 struct scsi_host_template *sht);
A Dlibata.h1106 struct scsi_host_template *sht);
1109 struct scsi_host_template *sht);
1112 extern int ata_scsi_detect(struct scsi_host_template *sht);
1983 struct scsi_host_template *sht);
1986 struct scsi_host_template *sht, void *host_priv, int hflags);
2022 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/drivers/scsi/bfa/
A Dbfad_im.c730 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/include/scsi/
A Dlibfc.h860 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()
/linux/net/sched/
A Dcls_rsvp.h421 struct rsvp_session __rcu **sht = data->ht; in tunnel_recycle() local
429 for (s = rtnl_dereference(sht[h1]); s; in tunnel_recycle()

Completed in 54 milliseconds

12