Lines Matching refs:tpnt
353 static int ultrastor_14f_detect(struct scsi_host_template * tpnt) in ultrastor_14f_detect() argument
503 tpnt->this_id = config.ha_scsi_id; in ultrastor_14f_detect()
504 tpnt->unchecked_isa_dma = (config.subversion != U34F); in ultrastor_14f_detect()
525 tpnt->sg_tablesize = ULTRASTOR_14F_MAX_SG; in ultrastor_14f_detect()
535 static int ultrastor_24f_detect(struct scsi_host_template * tpnt) in ultrastor_24f_detect() argument
607 tpnt->this_id = config.ha_scsi_id; in ultrastor_24f_detect()
608 tpnt->unchecked_isa_dma = 0; in ultrastor_24f_detect()
609 tpnt->sg_tablesize = ULTRASTOR_24F_MAX_SG; in ultrastor_24f_detect()
611 shpnt = scsi_register(tpnt, 0); in ultrastor_24f_detect()
641 tpnt->sg_tablesize); in ultrastor_24f_detect()
647 static int ultrastor_detect(struct scsi_host_template * tpnt) in ultrastor_detect() argument
649 tpnt->proc_name = "ultrastor"; in ultrastor_detect()
650 return ultrastor_14f_detect(tpnt) || ultrastor_24f_detect(tpnt); in ultrastor_detect()