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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dfdomain.h23 extern struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt );
H A Dmac_scsi.c193 * Function : int macscsi_detect(struct scsi_host_template * tpnt)
198 * Inputs : tpnt - template for this SCSI adapter.
204 int macscsi_detect(struct scsi_host_template * tpnt) argument
217 tpnt->can_queue =
219 tpnt->cmd_per_lun =
221 tpnt->sg_tablesize =
225 tpnt->this_id = setup_hostid;
228 tpnt->this_id = 7;
238 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.c184 * Function : int sun3scsi_detect(struct scsi_host_template * tpnt)
189 * Inputs : tpnt - template for this SCSI adapter.
195 int sun3scsi_detect(struct scsi_host_template * tpnt) argument
214 tpnt->proc_name = "Sun3 5380 SCSI";
217 tpnt->can_queue =
219 tpnt->cmd_per_lun =
221 tpnt->sg_tablesize =
225 tpnt->this_id = setup_hostid;
228 tpnt->this_id = 7;
252 instance = scsi_register (tpnt, sizeo
[all...]
H A Dsun3_scsi_vme.c126 * Function : int sun3scsi_detect(struct scsi_host_template * tpnt)
131 * Inputs : tpnt - template for this SCSI adapter.
137 static int sun3scsi_detect(struct scsi_host_template * tpnt) argument
162 tpnt->proc_name = "Sun3 5380 VME SCSI";
165 tpnt->can_queue =
167 tpnt->cmd_per_lun =
169 tpnt->sg_tablesize =
173 tpnt->this_id = setup_hostid;
176 tpnt->this_id = 7;
214 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.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);
521 tpnt->sg_tablesize = ULTRASTOR_14F_MAX_SG;
531 static int ultrastor_24f_detect(struct scsi_host_template * tpnt)
603 tpnt->this_id = config.ha_scsi_id;
604 tpnt->unchecked_isa_dma = 0;
605 tpnt->sg_tablesize = ULTRASTOR_24F_MAX_SG;
607 shpnt = scsi_register(tpnt, 0);
637 tpnt
[all...]
H A Dst.c3988 struct scsi_tape *tpnt = NULL;
4057 tpnt = kzalloc(sizeof(struct scsi_tape), GFP_ATOMIC);
4058 if (tpnt == NULL) {
4063 kref_init(&tpnt->kref);
4064 tpnt->disk = disk;
4066 disk->private_data = &tpnt->driver;
4068 tpnt->driver = &st_template;
4069 scsi_tapes[i] = tpnt;
4072 tpnt->device = SDp;
4074 tpnt
3972 struct scsi_tape *tpnt = NULL; local
4194 struct scsi_tape *tpnt; local
4238 struct scsi_tape *tpnt = to_scsi_tape(kref); local
[all...]
H A Dpas16.c367 * Function : int pas16_detect(struct scsi_host_template * tpnt)
373 * Inputs : tpnt - template for this SCSI adapter.
379 int __init pas16_detect(struct scsi_host_template * tpnt) argument
387 tpnt->proc_name = "pas16";
388 tpnt->proc_info = &pas16_proc_info;
438 instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata));
H A Ddtc.c195 * Function : int dtc_detect(struct scsi_host_template * tpnt)
201 * Inputs : tpnt - template for this SCSI adapter.
207 static int __init dtc_detect(struct scsi_host_template * tpnt) argument
215 tpnt->proc_name = "dtc3x80";
216 tpnt->proc_info = &dtc_proc_info;
257 instance = scsi_register(tpnt, sizeof(struct NCR5380_hostdata));
H A Dosst.c5835 struct osst_tape * tpnt;
5878 tpnt = kzalloc(sizeof(struct osst_tape), GFP_ATOMIC);
5879 if (!tpnt) {
5893 kfree(tpnt);
5896 os_scsi_tapes[dev_num] = tpnt;
5897 tpnt->buffer = buffer;
5898 tpnt->device = SDp;
5899 drive->private_data = &tpnt->driver;
5901 tpnt->driver = &osst_template;
5902 tpnt
5829 struct osst_tape * tpnt; local
5996 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 Djazz_esp.c134 struct scsi_host_template *tpnt = &scsi_esp_template; local
140 host = scsi_host_alloc(tpnt, sizeof(struct esp));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dfdomain.h23 extern struct Scsi_Host *__fdomain_16x0_detect(struct scsi_host_template *tpnt );
H A Dmac_scsi.c193 * Function : int macscsi_detect(struct scsi_host_template * tpnt)
198 * Inputs : tpnt - template for this SCSI adapter.
204 int macscsi_detect(struct scsi_host_template * tpnt) argument
217 tpnt->can_queue =
219 tpnt->cmd_per_lun =
221 tpnt->sg_tablesize =
225 tpnt->this_id = setup_hostid;
228 tpnt->this_id = 7;
238 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.c184 * Function : int sun3scsi_detect(struct scsi_host_template * tpnt)
189 * Inputs : tpnt - template for this SCSI adapter.
195 int sun3scsi_detect(struct scsi_host_template * tpnt) argument
214 tpnt->proc_name = "Sun3 5380 SCSI";
217 tpnt->can_queue =
219 tpnt->cmd_per_lun =
221 tpnt->sg_tablesize =
225 tpnt->this_id = setup_hostid;
228 tpnt->this_id = 7;
252 instance = scsi_register (tpnt, sizeo
[all...]
H A Dsun3_scsi_vme.c126 * Function : int sun3scsi_detect(struct scsi_host_template * tpnt)
131 * Inputs : tpnt - template for this SCSI adapter.
137 static int sun3scsi_detect(struct scsi_host_template * tpnt) argument
162 tpnt->proc_name = "Sun3 5380 VME SCSI";
165 tpnt->can_queue =
167 tpnt->cmd_per_lun =
169 tpnt->sg_tablesize =
173 tpnt->this_id = setup_hostid;
176 tpnt->this_id = 7;
214 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.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);
521 tpnt->sg_tablesize = ULTRASTOR_14F_MAX_SG;
531 static int ultrastor_24f_detect(struct scsi_host_template * tpnt)
603 tpnt->this_id = config.ha_scsi_id;
604 tpnt->unchecked_isa_dma = 0;
605 tpnt->sg_tablesize = ULTRASTOR_24F_MAX_SG;
607 shpnt = scsi_register(tpnt, 0);
637 tpnt
[all...]
H A Dst.c3988 struct scsi_tape *tpnt = NULL;
4057 tpnt = kzalloc(sizeof(struct scsi_tape), GFP_ATOMIC);
4058 if (tpnt == NULL) {
4063 kref_init(&tpnt->kref);
4064 tpnt->disk = disk;
4066 disk->private_data = &tpnt->driver;
4068 tpnt->driver = &st_template;
4069 scsi_tapes[i] = tpnt;
4072 tpnt->device = SDp;
4074 tpnt
3972 struct scsi_tape *tpnt = NULL; local
4194 struct scsi_tape *tpnt; local
4238 struct scsi_tape *tpnt = to_scsi_tape(kref); local
[all...]
H A Dpas16.c367 * Function : int pas16_detect(struct scsi_host_template * tpnt)
373 * Inputs : tpnt - template for this SCSI adapter.
379 int __init pas16_detect(struct scsi_host_template * tpnt) argument
387 tpnt->proc_name = "pas16";
388 tpnt->proc_info = &pas16_proc_info;
438 instance = scsi_register (tpnt, sizeof(struct NCR5380_hostdata));
H A Ddtc.c195 * Function : int dtc_detect(struct scsi_host_template * tpnt)
201 * Inputs : tpnt - template for this SCSI adapter.
207 static int __init dtc_detect(struct scsi_host_template * tpnt) argument
215 tpnt->proc_name = "dtc3x80";
216 tpnt->proc_info = &dtc_proc_info;
257 instance = scsi_register(tpnt, sizeof(struct NCR5380_hostdata));
H A Dosst.c5835 struct osst_tape * tpnt;
5878 tpnt = kzalloc(sizeof(struct osst_tape), GFP_ATOMIC);
5879 if (!tpnt) {
5893 kfree(tpnt);
5896 os_scsi_tapes[dev_num] = tpnt;
5897 tpnt->buffer = buffer;
5898 tpnt->device = SDp;
5899 drive->private_data = &tpnt->driver;
5901 tpnt->driver = &osst_template;
5902 tpnt
5829 struct osst_tape * tpnt; local
5996 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...]

Completed in 371 milliseconds

123