taglinefilesource code
template3566drivers/scsi/aic7xxx.caic7xxx_register(Scsi_Host_Template *template,
template3863drivers/scsi/aic7xxx.cif (template->sg_tablesize != SG_NONE)
template3871drivers/scsi/aic7xxx.ctemplate->sg_tablesize = SG_NONE;
template3883drivers/scsi/aic7xxx.chost = scsi_register(template, sizeof(struct aic7xxx_host));
template4195drivers/scsi/aic7xxx.caic7xxx_detect(Scsi_Host_Template *template)
template4203drivers/scsi/aic7xxx.ctemplate->proc_dir = &proc_scsi_aic7xxx;
template4266drivers/scsi/aic7xxx.cfound += aic7xxx_register(template, &config);
template4422drivers/scsi/aic7xxx.cfound += aic7xxx_register(template, &config);
template4435drivers/scsi/aic7xxx.ctemplate->name = aic7xxx_info(NULL);