Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dst.c4269 struct scsi_tape *tpnt = NULL; in st_probe() local
4297 tpnt = kzalloc(sizeof(struct scsi_tape), GFP_KERNEL); in st_probe()
4298 if (tpnt == NULL) { in st_probe()
4303 kref_init(&tpnt->kref); in st_probe()
4305 tpnt->device = SDp; in st_probe()
4307 tpnt->tape_type = MT_ISSCSI1; in st_probe()
4309 tpnt->tape_type = MT_ISSCSI2; in st_probe()
4311 tpnt->buffer = buffer; in st_probe()
4312 tpnt->buffer->last_SRpnt = NULL; in st_probe()
4314 tpnt->inited = 0; in st_probe()
[all …]
H A D53c700.c294 NCR_700_detect(struct scsi_host_template *tpnt, in NCR_700_detect() argument
304 if (tpnt->sdev_groups == NULL) in NCR_700_detect()
305 tpnt->sdev_groups = NCR_700_dev_groups; in NCR_700_detect()
328 tpnt->queuecommand = NCR_700_queuecommand; in NCR_700_detect()
329 tpnt->eh_abort_handler = NCR_700_abort; in NCR_700_detect()
330 tpnt->eh_host_reset_handler = NCR_700_host_reset; in NCR_700_detect()
331 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST; 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()
334 tpnt->sdev_configure = NCR_700_sdev_configure; in NCR_700_detect()
[all …]
H 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()
H A Dncr53c8xx.c8080 struct Scsi_Host * __init ncr_attach(struct scsi_host_template *tpnt, argument
8089 WARN_ON_ONCE(tpnt->cmd_size < sizeof(struct ncr_cmd_priv));
8091 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;
8099 tpnt->eh_bus_reset_handler = ncr53c8xx_bus_reset;
[all …]
H 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()
H 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()
H A Dncr53c8xx.h1297 extern struct Scsi_Host *ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *d…
/linux/drivers/scsi/pcmcia/
H 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()
/linux/drivers/scsi/sym53c8xx_2/
H 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()