tag | line | file | source code |
template | 2545 | drivers/scsi/aic7xxx.c | aic7xxx_register(Scsi_Host_Template *template, aha_type type, |
template | 2819 | drivers/scsi/aic7xxx.c | if (template->sg_tablesize != SG_NONE) |
template | 2827 | drivers/scsi/aic7xxx.c | template->sg_tablesize = SG_NONE; |
template | 2839 | drivers/scsi/aic7xxx.c | host = scsi_register(template, sizeof(struct aic7xxx_host)); |
template | 3078 | drivers/scsi/aic7xxx.c | aic7xxx_detect(Scsi_Host_Template *template) |
template | 3127 | drivers/scsi/aic7xxx.c | found += aic7xxx_register(template, type, base, irq); |
template | 3236 | drivers/scsi/aic7xxx.c | found += aic7xxx_register(template, type, base, irq); |
template | 3243 | drivers/scsi/aic7xxx.c | template->name = (char *) aic7xxx_info(NULL); |