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

/linux-master/drivers/scsi/
H A Dst.c4263 struct scsi_tape *tpnt = NULL;
4291 tpnt = kzalloc(sizeof(struct scsi_tape), GFP_KERNEL);
4292 if (tpnt == NULL) {
4297 kref_init(&tpnt->kref);
4299 tpnt->device = SDp;
4301 tpnt->tape_type = MT_ISSCSI1;
4303 tpnt->tape_type = MT_ISSCSI2;
4305 tpnt->buffer = buffer;
4306 tpnt->buffer->last_SRpnt = NULL;
4308 tpnt
4248 struct scsi_tape *tpnt = NULL; local
4400 struct scsi_tape *tpnt = dev_get_drvdata(dev); local
4426 struct scsi_tape *tpnt = to_scsi_tape(kref); local
[all...]
H A D53c700.c293 NCR_700_detect(struct scsi_host_template *tpnt, argument
303 if (tpnt->sdev_groups == NULL)
304 tpnt->sdev_groups = NCR_700_dev_groups;
327 tpnt->queuecommand = NCR_700_queuecommand;
328 tpnt->eh_abort_handler = NCR_700_abort;
329 tpnt->eh_host_reset_handler = NCR_700_host_reset;
330 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST;
331 tpnt->sg_tablesize = NCR_700_SG_SEGMENTS;
332 tpnt->cmd_per_lun = NCR_700_CMD_PER_LUN;
333 tpnt
[all...]
H A Dsun3x_esp.c172 const struct scsi_host_template *tpnt = &scsi_esp_template; local
178 host = scsi_host_alloc(tpnt, sizeof(struct esp));
H A Djazz_esp.c107 const struct scsi_host_template *tpnt = &scsi_esp_template; local
113 host = scsi_host_alloc(tpnt, sizeof(struct esp));
H A Dmac_esp.c292 const struct scsi_host_template *tpnt = &scsi_esp_template; local
304 host = scsi_host_alloc(tpnt, sizeof(struct esp));
H A Dg_NCR5380.c222 static int generic_NCR5380_init_one(const struct scsi_host_template *tpnt, argument
314 instance = scsi_host_alloc(tpnt, sizeof(struct NCR5380_hostdata));
H A Dsun_esp.c455 const struct scsi_host_template *tpnt = &scsi_esp_template; local
460 host = scsi_host_alloc(tpnt, sizeof(struct esp));
H A Dncr53c8xx.c8079 struct Scsi_Host * __init ncr_attach(struct scsi_host_template *tpnt, argument
8088 WARN_ON_ONCE(tpnt->cmd_size < sizeof(struct ncr_cmd_priv));
8090 if (!tpnt->name)
8091 tpnt->name = SCSI_NCR_DRIVER_NAME;
8092 if (!tpnt->shost_groups)
8093 tpnt->shost_groups = ncr53c8xx_host_groups;
8095 tpnt->queuecommand = ncr53c8xx_queue_command;
8096 tpnt->slave_configure = ncr53c8xx_slave_configure;
8097 tpnt->slave_alloc = ncr53c8xx_slave_alloc;
8098 tpnt
[all...]
H A Daha1542.c740 static struct Scsi_Host *aha1542_hw_init(const struct scsi_host_template *tpnt, argument
754 sh = scsi_host_alloc(tpnt, sizeof(struct aha1542_hostdata));
H A Dzorro_esp.c716 const struct scsi_host_template *tpnt = &scsi_esp_template; local
777 host = scsi_host_alloc(tpnt, sizeof(struct esp));
H A Dncr53c8xx.h1297 extern struct Scsi_Host *ncr_attach(struct scsi_host_template *tpnt, int unit, struct ncr_device *device);
/linux-master/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c705 const struct scsi_host_template *tpnt = &sym53c500_driver_template; local
738 * irq_level == 0 implies tpnt->can_queue == 0, which
755 host = scsi_host_alloc(tpnt, sizeof(struct sym53c500_data));
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1280 static struct Scsi_Host *sym_attach(const struct scsi_host_template *tpnt, int unit, argument
1302 shost = scsi_host_alloc(tpnt, sizeof(*sym_data));

Completed in 154 milliseconds