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

12

/drivers/scsi/
H A Dfdomain.h23 extern struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt );
H A Dmac_scsi.c218 * Function : int macscsi_detect(struct scsi_host_template * tpnt)
223 * Inputs : tpnt - template for this SCSI adapter.
229 int __init macscsi_detect(struct scsi_host_template * tpnt) argument
242 tpnt->can_queue =
244 tpnt->cmd_per_lun =
246 tpnt->sg_tablesize =
250 tpnt->this_id = setup_hostid;
253 tpnt->this_id = 7;
263 instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata));
H A Dmvme147.c67 int mvme147_detect(struct scsi_host_template *tpnt) argument
78 tpnt->proc_name = "MVME147";
79 tpnt->proc_info = &wd33c93_proc_info;
81 instance = scsi_register(tpnt, sizeof(struct WD33C93_hostdata));
H A Dsun3_scsi.c191 * Function : int sun3scsi_detect(struct scsi_host_template * tpnt)
196 * Inputs : tpnt - template for this SCSI adapter.
202 int __init sun3scsi_detect(struct scsi_host_template * tpnt) argument
221 tpnt->proc_name = "Sun3 5380 SCSI";
224 tpnt->can_queue =
226 tpnt->cmd_per_lun =
228 tpnt->sg_tablesize =
232 tpnt->this_id = setup_hostid;
235 tpnt->this_id = 7;
259 instance = scsi_register (tpnt, sizeo
[all...]
H A Dsun3_scsi_vme.c133 * Function : int sun3scsi_detect(struct scsi_host_template * tpnt)
138 * Inputs : tpnt - template for this SCSI adapter.
144 static int __init sun3scsi_detect(struct scsi_host_template * tpnt) argument
169 tpnt->proc_name = "Sun3 5380 VME SCSI";
172 tpnt->can_queue =
174 tpnt->cmd_per_lun =
176 tpnt->sg_tablesize =
180 tpnt->this_id = setup_hostid;
183 tpnt->this_id = 7;
221 instance = scsi_register (tpnt, sizeo
[all...]
H A Dt128.c185 * Function : int t128_detect(struct scsi_host_template * tpnt)
191 * Inputs : tpnt - template for this SCSI adapter.
197 int __init t128_detect(struct scsi_host_template * tpnt){ argument
204 tpnt->proc_name = "t128";
205 tpnt->proc_info = &t128_proc_info;
247 instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata));
H A Dultrastor.c354 static int ultrastor_14f_detect(struct scsi_host_template * tpnt) argument
504 tpnt->this_id = config.ha_scsi_id;
505 tpnt->unchecked_isa_dma = (config.subversion != U34F);
526 tpnt->sg_tablesize = ULTRASTOR_14F_MAX_SG;
536 static int ultrastor_24f_detect(struct scsi_host_template * tpnt)
608 tpnt->this_id = config.ha_scsi_id;
609 tpnt->unchecked_isa_dma = 0;
610 tpnt->sg_tablesize = ULTRASTOR_24F_MAX_SG;
612 shpnt = scsi_register(tpnt, 0);
642 tpnt
[all...]
H A Dst.c3995 struct scsi_tape *tpnt = NULL;
4064 tpnt = kzalloc(sizeof(struct scsi_tape), GFP_ATOMIC);
4065 if (tpnt == NULL) {
4070 kref_init(&tpnt->kref);
4071 tpnt->disk = disk;
4073 disk->private_data = &tpnt->driver;
4075 tpnt->driver = &st_template;
4076 scsi_tapes[i] = tpnt;
4079 tpnt->device = SDp;
4081 tpnt
3979 struct scsi_tape *tpnt = NULL; local
4201 struct scsi_tape *tpnt; local
4245 struct scsi_tape *tpnt = to_scsi_tape(kref); local
[all...]
H A Ddtc.c199 * Function : int dtc_detect(struct scsi_host_template * tpnt)
205 * Inputs : tpnt - template for this SCSI adapter.
211 static int __init dtc_detect(struct scsi_host_template * tpnt) argument
219 tpnt->proc_name = "dtc3x80";
220 tpnt->proc_info = &dtc_proc_info;
261 instance = scsi_register(tpnt, sizeof(struct NCR5380_hostdata));
H A Dpas16.c371 * Function : int pas16_detect(struct scsi_host_template * tpnt)
377 * Inputs : tpnt - template for this SCSI adapter.
383 int __init pas16_detect(struct scsi_host_template * tpnt) argument
391 tpnt->proc_name = "pas16";
392 tpnt->proc_info = &pas16_proc_info;
442 instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata));
H A Dosst.c5843 struct osst_tape * tpnt;
5884 tpnt = kzalloc(sizeof(struct osst_tape), GFP_ATOMIC);
5885 if (!tpnt) {
5899 kfree(tpnt);
5902 os_scsi_tapes[dev_num] = tpnt;
5903 tpnt->buffer = buffer;
5904 tpnt->device = SDp;
5905 drive->private_data = &tpnt->driver;
5907 tpnt->driver = &osst_template;
5908 tpnt
5837 struct osst_tape * tpnt; local
6002 struct osst_tape * tpnt; local
[all...]
H A D53c700.c288 NCR_700_detect(struct scsi_host_template *tpnt, argument
298 if(tpnt->sdev_attrs == NULL)
299 tpnt->sdev_attrs = NCR_700_dev_attrs;
318 tpnt->queuecommand = NCR_700_queuecommand;
319 tpnt->eh_abort_handler = NCR_700_abort;
320 tpnt->eh_bus_reset_handler = NCR_700_bus_reset;
321 tpnt->eh_host_reset_handler = NCR_700_host_reset;
322 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST;
323 tpnt->sg_tablesize = NCR_700_SG_SEGMENTS;
324 tpnt
[all...]
H A Dfdomain.c896 struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt )
948 tpnt->this_id = (this_id & 0x07);
949 adapter_mask = (1 << tpnt->this_id);
952 tpnt->this_id = 7;
955 tpnt->this_id = 6;
963 shpnt = scsi_register( tpnt, 0 );
1007 static int fdomain_16x0_detect(struct scsi_host_template *tpnt) argument
1011 return (__fdomain_16x0_detect(tpnt) != NULL);
H A Djazz_esp.c134 struct scsi_host_template *tpnt = &scsi_esp_template; local
140 host = scsi_host_alloc(tpnt, sizeof(struct esp));
H A Dsun3x_esp.c199 struct scsi_host_template *tpnt = &scsi_esp_template; local
205 host = scsi_host_alloc(tpnt, sizeof(struct esp));
H A DNCR53c406a.c451 static int __init NCR53c406a_detect(struct scsi_host_template * tpnt) argument
527 tpnt->proc_name = "NCR53c406a";
529 shpnt = scsi_register(tpnt, 0);
540 tpnt->can_queue = 1;
543 tpnt->can_queue = 0;
H A Dg_NCR5380.c273 * @tpnt: the scsi template
285 int __init generic_NCR5380_detect(struct scsi_host_template * tpnt) argument
354 tpnt->proc_name = "g_NCR5380";
438 instance = scsi_register(tpnt, sizeof(struct NCR5380_hostdata));
H A Dmac_esp.c486 struct scsi_host_template *tpnt = &scsi_esp_template; local
498 host = scsi_host_alloc(tpnt, sizeof(struct esp));
H A Dwd7000.c1397 static __init int wd7000_detect(struct scsi_host_template *tpnt) argument
1416 tpnt->proc_name = "wd7000";
1417 tpnt->proc_info = &wd7000_proc_info;
1496 sh = scsi_register(tpnt, sizeof(Adapter));
H A Du14-34f.c799 (unsigned long port_base, unsigned int j, struct scsi_host_template *tpnt) {
889 if (have_old_firmware) tpnt->use_clustering = DISABLE_CLUSTERING;
892 sh[j] = scsi_register(tpnt, sizeof(struct hostdata));
1085 static int u14_34f_detect(struct scsi_host_template *tpnt) { argument
1088 tpnt->proc_name = "u14-34f";
1106 if (j < MAX_BOARDS && port_detect(io_port[k], j, tpnt)) j++;
798 port_detect(unsigned long port_base, unsigned int j, struct scsi_host_template *tpnt) argument
H A Dsun_esp.c494 struct scsi_host_template *tpnt = &scsi_esp_template; local
499 host = scsi_host_alloc(tpnt, sizeof(struct esp));
H A Dncr53c8xx.c8298 struct Scsi_Host * __init ncr_attach(struct scsi_host_template *tpnt, argument
8307 if (!tpnt->name)
8308 tpnt->name = SCSI_NCR_DRIVER_NAME;
8309 if (!tpnt->shost_attrs)
8310 tpnt->shost_attrs = ncr53c8xx_host_attrs;
8312 tpnt->queuecommand = ncr53c8xx_queue_command;
8313 tpnt->slave_configure = ncr53c8xx_slave_configure;
8314 tpnt->slave_alloc = ncr53c8xx_slave_alloc;
8315 tpnt->eh_bus_reset_handler = ncr53c8xx_bus_reset;
8316 tpnt
[all...]
H A Deata.c1077 struct scsi_host_template *tpnt)
1269 sh[j] = shost = scsi_register(tpnt, sizeof(struct hostdata));
1561 static int eata2x_detect(struct scsi_host_template *tpnt) argument
1565 tpnt->proc_name = "eata2x";
1602 if (j < MAX_BOARDS && port_detect(io_port[k], j, tpnt))
1076 port_detect(unsigned long port_base, unsigned int j, struct scsi_host_template *tpnt) argument
H A Daha1542.c969 static int __init aha1542_detect(struct scsi_host_template * tpnt) argument
983 tpnt->proc_name = "aha1542";
1113 shpnt = scsi_register(tpnt,
H A Dqlogicpti.c1299 struct scsi_host_template *tpnt; local
1309 tpnt = match->data;
1317 host = scsi_host_alloc(tpnt, sizeof(struct qlogicpti));

Completed in 272 milliseconds

12