Searched refs:tpnt (Results 1 – 7 of 7) sorted by relevance
4348 struct scsi_tape *tpnt = NULL; in st_probe() local4376 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 …]
294 NCR_700_detect(struct scsi_host_template *tpnt, in NCR_700_detect() argument304 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 …]
292 const struct scsi_host_template *tpnt = &scsi_esp_template; in esp_mac_probe() local304 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in esp_mac_probe()
223 static int generic_NCR5380_init_one(const struct scsi_host_template *tpnt, in generic_NCR5380_init_one() argument315 instance = scsi_host_alloc(tpnt, sizeof(struct NCR5380_hostdata)); in generic_NCR5380_init_one()
716 const struct scsi_host_template *tpnt = &scsi_esp_template; in zorro_esp_probe() local777 host = scsi_host_alloc(tpnt, sizeof(struct esp)); in zorro_esp_probe()
1297 extern struct Scsi_Host *ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *d…
705 const struct scsi_host_template *tpnt = &sym53c500_driver_template; in SYM53C500_config() local755 host = scsi_host_alloc(tpnt, sizeof(struct sym53c500_data)); in SYM53C500_config()