Home
last modified time | relevance | path

Searched refs:tpnt (Results 1 – 13 of 13) sorted by relevance

/drivers/scsi/
A Dst.c4334 if (tpnt == NULL) { in st_probe()
4350 tpnt->inited = 0; in st_probe()
4351 tpnt->dirty = 0; in st_probe()
4352 tpnt->in_use = 0; in st_probe()
4355 tpnt->density = 0; in st_probe()
4385 STm->tape = tpnt; in st_probe()
4401 tpnt->density_changed = tpnt->compression_changed = in st_probe()
4415 sprintf(tpnt->name, "st%d", tpnt->index); in st_probe()
4437 tpnt->name, tpnt->try_dio ? "yes" : "no", in st_probe()
4450 kfree(tpnt); in st_probe()
[all …]
A D53c700.c304 if (tpnt->sdev_groups == NULL) in NCR_700_detect()
305 tpnt->sdev_groups = NCR_700_dev_groups; in NCR_700_detect()
329 tpnt->eh_abort_handler = NCR_700_abort; in NCR_700_detect()
332 tpnt->sg_tablesize = NCR_700_SG_SEGMENTS; in NCR_700_detect()
333 tpnt->cmd_per_lun = NCR_700_CMD_PER_LUN; in NCR_700_detect()
336 tpnt->sdev_init = NCR_700_sdev_init; in NCR_700_detect()
339 if(tpnt->name == NULL) in NCR_700_detect()
340 tpnt->name = "53c700"; in NCR_700_detect()
341 if(tpnt->proc_name == NULL) in NCR_700_detect()
342 tpnt->proc_name = "53c700"; in NCR_700_detect()
[all …]
A Djazz_esp.c107 const struct scsi_host_template *tpnt = &scsi_esp_template; in esp_jazz_probe() local
113 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_jazz_probe()
A Dsun3x_esp.c172 const struct scsi_host_template *tpnt = &scsi_esp_template; in esp_sun3x_probe() local
178 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_sun3x_probe()
A Dmac_esp.c292 const struct scsi_host_template *tpnt = &scsi_esp_template; in esp_mac_probe() local
304 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_mac_probe()
A Dsun_esp.c455 const struct scsi_host_template *tpnt = &scsi_esp_template; in esp_sbus_probe_one() local
460 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_sbus_probe_one()
A Dncr53c8xx.c8091 if (!tpnt->name)
8092 tpnt->name = SCSI_NCR_DRIVER_NAME;
8093 if (!tpnt->shost_groups)
8094 tpnt->shost_groups = ncr53c8xx_host_groups;
8096 tpnt->queuecommand = ncr53c8xx_queue_command;
8097 tpnt->sdev_configure = ncr53c8xx_sdev_configure;
8098 tpnt->sdev_init = ncr53c8xx_sdev_init;
8100 tpnt->can_queue = SCSI_NCR_CAN_QUEUE;
8101 tpnt->this_id = 7;
8102 tpnt->sg_tablesize = SCSI_NCR_SG_TABLESIZE;
[all …]
A Dg_NCR5380.c223 static int generic_NCR5380_init_one(const struct scsi_host_template *tpnt, in generic_NCR5380_init_one() argument
315 instance = scsi_host_alloc(tpnt, sizeof(struct NCR5380_hostdata)); in generic_NCR5380_init_one()
A Dzorro_esp.c716 const struct scsi_host_template *tpnt = &scsi_esp_template; in zorro_esp_probe() local
777 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in zorro_esp_probe()
A Daha1542.c740 static struct Scsi_Host *aha1542_hw_init(const struct scsi_host_template *tpnt, in aha1542_hw_init() argument
754 sh = scsi_host_alloc(tpnt, sizeof(struct aha1542_hostdata)); in aha1542_hw_init()
A Dncr53c8xx.h1297 extern struct Scsi_Host *ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *d…
/drivers/scsi/pcmcia/
A Dsym53c500_cs.c705 const struct scsi_host_template *tpnt = &sym53c500_driver_template; in SYM53C500_config() local
755 host = scsi_host_alloc(tpnt, sizeof(struct sym53c500_data)); in SYM53C500_config()
/drivers/scsi/sym53c8xx_2/
A Dsym_glue.c1281 static struct Scsi_Host *sym_attach(const struct scsi_host_template *tpnt, int unit, in sym_attach() argument
1303 shost = scsi_host_alloc(tpnt, sizeof(*sym_data)); in sym_attach()

Completed in 64 milliseconds