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.c217 * Function : int macscsi_detect(struct scsi_host_template * tpnt)
222 * Inputs : tpnt - template for this SCSI adapter.
228 int __init macscsi_detect(struct scsi_host_template * tpnt) argument
241 tpnt->can_queue =
243 tpnt->cmd_per_lun =
245 tpnt->sg_tablesize =
249 tpnt->this_id = setup_hostid;
252 tpnt->this_id = 7;
262 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.c190 * Function : int sun3scsi_detect(struct scsi_host_template * tpnt)
195 * Inputs : tpnt - template for this SCSI adapter.
201 int __init sun3scsi_detect(struct scsi_host_template * tpnt) argument
220 tpnt->proc_name = "Sun3 5380 SCSI";
223 tpnt->can_queue =
225 tpnt->cmd_per_lun =
227 tpnt->sg_tablesize =
231 tpnt->this_id = setup_hostid;
234 tpnt->this_id = 7;
258 instance = scsi_register (tpnt, sizeo
[all...]
H A Dsun3_scsi_vme.c132 * Function : int sun3scsi_detect(struct scsi_host_template * tpnt)
137 * Inputs : tpnt - template for this SCSI adapter.
143 static int __init sun3scsi_detect(struct scsi_host_template * tpnt) argument
168 tpnt->proc_name = "Sun3 5380 VME SCSI";
171 tpnt->can_queue =
173 tpnt->cmd_per_lun =
175 tpnt->sg_tablesize =
179 tpnt->this_id = setup_hostid;
182 tpnt->this_id = 7;
220 instance = scsi_register (tpnt, sizeo
[all...]
H A Dt128.c184 * Function : int t128_detect(struct scsi_host_template * tpnt)
190 * Inputs : tpnt - template for this SCSI adapter.
196 int __init t128_detect(struct scsi_host_template * tpnt){ argument
203 tpnt->proc_name = "t128";
204 tpnt->proc_info = &t128_proc_info;
246 instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata));
H A Dultrastor.c353 static int ultrastor_14f_detect(struct scsi_host_template * tpnt) argument
503 tpnt->this_id = config.ha_scsi_id;
504 tpnt->unchecked_isa_dma = (config.subversion != U34F);
525 tpnt->sg_tablesize = ULTRASTOR_14F_MAX_SG;
535 static int ultrastor_24f_detect(struct scsi_host_template * tpnt)
607 tpnt->this_id = config.ha_scsi_id;
608 tpnt->unchecked_isa_dma = 0;
609 tpnt->sg_tablesize = ULTRASTOR_24F_MAX_SG;
611 shpnt = scsi_register(tpnt, 0);
641 tpnt
[all...]
H A Dst.c4016 struct scsi_tape *tpnt = NULL;
4085 tpnt = kzalloc(sizeof(struct scsi_tape), GFP_ATOMIC);
4086 if (tpnt == NULL) {
4091 kref_init(&tpnt->kref);
4092 tpnt->disk = disk;
4094 disk->private_data = &tpnt->driver;
4096 tpnt->driver = &st_template;
4097 scsi_tapes[i] = tpnt;
4100 tpnt->device = SDp;
4102 tpnt
4000 struct scsi_tape *tpnt = NULL; local
4224 struct scsi_tape *tpnt; local
4269 struct scsi_tape *tpnt = to_scsi_tape(kref); local
[all...]
H A Ddtc.c198 * Function : int dtc_detect(struct scsi_host_template * tpnt)
204 * Inputs : tpnt - template for this SCSI adapter.
210 static int __init dtc_detect(struct scsi_host_template * tpnt) argument
218 tpnt->proc_name = "dtc3x80";
219 tpnt->proc_info = &dtc_proc_info;
260 instance = scsi_register(tpnt, sizeof(struct NCR5380_hostdata));
H A Dpas16.c370 * Function : int pas16_detect(struct scsi_host_template * tpnt)
376 * Inputs : tpnt - template for this SCSI adapter.
382 int __init pas16_detect(struct scsi_host_template * tpnt) argument
390 tpnt->proc_name = "pas16";
391 tpnt->proc_info = &pas16_proc_info;
441 instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata));
H A Dosst.c5842 struct osst_tape * tpnt;
5883 tpnt = kzalloc(sizeof(struct osst_tape), GFP_ATOMIC);
5884 if (!tpnt) {
5898 kfree(tpnt);
5901 os_scsi_tapes[dev_num] = tpnt;
5902 tpnt->buffer = buffer;
5903 tpnt->device = SDp;
5904 drive->private_data = &tpnt->driver;
5906 tpnt->driver = &osst_template;
5907 tpnt
5836 struct osst_tape * tpnt; local
6001 struct osst_tape * tpnt; local
[all...]
H A D53c700.c287 NCR_700_detect(struct scsi_host_template *tpnt, argument
297 if(tpnt->sdev_attrs == NULL)
298 tpnt->sdev_attrs = NCR_700_dev_attrs;
317 tpnt->queuecommand = NCR_700_queuecommand;
318 tpnt->eh_abort_handler = NCR_700_abort;
319 tpnt->eh_bus_reset_handler = NCR_700_bus_reset;
320 tpnt->eh_host_reset_handler = NCR_700_host_reset;
321 tpnt->can_queue = NCR_700_COMMAND_SLOTS_PER_HOST;
322 tpnt->sg_tablesize = NCR_700_SG_SEGMENTS;
323 tpnt
[all...]
H A Dfdomain.c895 struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt )
947 tpnt->this_id = (this_id & 0x07);
948 adapter_mask = (1 << tpnt->this_id);
951 tpnt->this_id = 7;
954 tpnt->this_id = 6;
962 shpnt = scsi_register( tpnt, 0 );
1006 static int fdomain_16x0_detect(struct scsi_host_template *tpnt) argument
1010 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.c272 * @tpnt: the scsi template
284 int __init generic_NCR5380_detect(struct scsi_host_template * tpnt) argument
353 tpnt->proc_name = "g_NCR5380";
437 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.c1396 static __init int wd7000_detect(struct scsi_host_template *tpnt) argument
1415 tpnt->proc_name = "wd7000";
1416 tpnt->proc_info = &wd7000_proc_info;
1495 sh = scsi_register(tpnt, sizeof(Adapter));
H A Du14-34f.c798 (unsigned long port_base, unsigned int j, struct scsi_host_template *tpnt) {
888 if (have_old_firmware) tpnt->use_clustering = DISABLE_CLUSTERING;
891 sh[j] = scsi_register(tpnt, sizeof(struct hostdata));
1084 static int u14_34f_detect(struct scsi_host_template *tpnt) { argument
1087 tpnt->proc_name = "u14-34f";
1105 if (j < MAX_BOARDS && port_detect(io_port[k], j, tpnt)) j++;
797 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.c8297 struct Scsi_Host * __init ncr_attach(struct scsi_host_template *tpnt, argument
8306 if (!tpnt->name)
8307 tpnt->name = SCSI_NCR_DRIVER_NAME;
8308 if (!tpnt->shost_attrs)
8309 tpnt->shost_attrs = ncr53c8xx_host_attrs;
8311 tpnt->queuecommand = ncr53c8xx_queue_command;
8312 tpnt->slave_configure = ncr53c8xx_slave_configure;
8313 tpnt->slave_alloc = ncr53c8xx_slave_alloc;
8314 tpnt->eh_bus_reset_handler = ncr53c8xx_bus_reset;
8315 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.c968 static int __init aha1542_detect(struct scsi_host_template * tpnt) argument
982 tpnt->proc_name = "aha1542";
1112 shpnt = scsi_register(tpnt,
H A Dqlogicpti.c1298 struct scsi_host_template *tpnt; local
1308 tpnt = match->data;
1316 host = scsi_host_alloc(tpnt, sizeof(struct qlogicpti));

Completed in 252 milliseconds

12