Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dst.c4348 struct scsi_tape *tpnt = NULL; in st_probe() local
4376 tpnt = kzalloc_obj(struct scsi_tape); in st_probe()
4377 if (tpnt == NULL) { in st_probe()
4382 kref_init(&tpnt->kref); in st_probe()
4384 tpnt->device = SDp; in st_probe()
4386 tpnt->tape_type = MT_ISSCSI1; in st_probe()
4388 tpnt->tape_type = MT_ISSCSI2; in st_probe()
4390 tpnt->buffer = buffer; in st_probe()
4391 tpnt->buffer->last_SRpnt = NULL; in st_probe()
4393 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 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()
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 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 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()