taglinefilesource code
template2545drivers/scsi/aic7xxx.caic7xxx_register(Scsi_Host_Template *template, aha_type type,
template2819drivers/scsi/aic7xxx.cif (template->sg_tablesize != SG_NONE)
template2827drivers/scsi/aic7xxx.ctemplate->sg_tablesize = SG_NONE;
template2839drivers/scsi/aic7xxx.chost = scsi_register(template, sizeof(struct aic7xxx_host));
template3078drivers/scsi/aic7xxx.caic7xxx_detect(Scsi_Host_Template *template)
template3127drivers/scsi/aic7xxx.cfound += aic7xxx_register(template, type, base, irq);
template3236drivers/scsi/aic7xxx.cfound += aic7xxx_register(template, type, base, irq);
template3243drivers/scsi/aic7xxx.ctemplate->name = (char *) aic7xxx_info(NULL);