Searched defs:tpnt (Results 1 - 25 of 30) sorted by relevance

12

/drivers/scsi/
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 Djazz_esp.c134 struct scsi_host_template *tpnt = &scsi_esp_template; local
140 host = scsi_host_alloc(tpnt, sizeof(struct esp));
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 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 Dsun3x_esp.c199 struct scsi_host_template *tpnt = &scsi_esp_template; local
205 host = scsi_host_alloc(tpnt, sizeof(struct esp));
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 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 Deata_pio.c948 static int eata_pio_detect(struct scsi_host_template *tpnt) argument
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 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 Dsun_esp.c494 struct scsi_host_template *tpnt = &scsi_esp_template; local
499 host = scsi_host_alloc(tpnt, sizeof(struct esp));
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 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 Din2000.c1917 static int __init in2000_detect(struct scsi_host_template * tpnt) argument
2004 tpnt->proc_name = "in2000";
2005 instance = scsi_register(tpnt, sizeof(struct IN2000_hostdata));
H A Dqlogicpti.c1298 struct scsi_host_template *tpnt; local
1308 tpnt = match->data;
1316 host = scsi_host_alloc(tpnt, sizeof(struct qlogicpti));
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 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 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 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 Dfd_mcs.c348 static int fd_mcs_detect(struct scsi_host_template * tpnt) argument
416 if (!(shpnt = scsi_register(tpnt, sizeof(struct fd_hostdata)))) {
H A Dsym53c416.c611 int __init sym53c416_detect(struct scsi_host_template *tpnt) argument
695 shpnt = scsi_register(tpnt, 0);
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
/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c707 struct scsi_host_template *tpnt = &sym53c500_driver_template; local
740 * irq_level == 0 implies tpnt->can_queue == 0, which
757 host = scsi_host_alloc(tpnt, sizeof(struct sym53c500_data));
/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1328 static struct Scsi_Host * __devinit sym_attach(struct scsi_host_template *tpnt, argument
1350 shost = scsi_host_alloc(tpnt, sizeof(*sym_data));

Completed in 275 milliseconds

12