Searched defs:aic79xx_iocell_info (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c197 static const struct ahd_linux_iocell_opts aic79xx_iocell_info[] = variable in typeref:struct:ahd_linux_iocell_opts
1018 && (instance < ARRAY_SIZE(aic79xx_iocell_info))) {
1021 iocell_info = (uint8_t*)&aic79xx_iocell_info[instance];
1379 if (ahd->unit < ARRAY_SIZE(aic79xx_iocell_info)) {
1382 iocell_opts = &aic79xx_iocell_info[ahd->unit];
2769 if (ahd->unit < ARRAY_SIZE(aic79xx_iocell_info)) {
2772 iocell_opts = &aic79xx_iocell_info[ahd->unit];

Completed in 52 milliseconds