Lines Matching refs:chip_idx
1215 int chip_idx;
1259 chip_idx = -1;
1264 chip_idx = pci_id_tbl[i].drv_flags;
1270 if (chip_idx == -1) {
1277 tp->flags = tulip_tbl[chip_idx].flags;
1283 printf ("%s: chip_idx == %d, name == %s\n", tp->nic_name, chip_idx,
1284 tulip_tbl[chip_idx].chip_name);
1302 tulip_tbl[chip_idx].chip_name, chip_rev, ioaddr);
1305 if (chip_idx == DC21041 && inl(ioaddr + CSR9) & 0x8000) {
1307 chip_idx = DC21040;
1314 if (chip_idx == DC21040) {
1324 } else if (chip_idx == LC82C168) {
1334 } else if (chip_idx == COMET) {
1384 tp->chip_id = chip_idx;
1390 if (chip_idx == DC21143 && chip_rev == 65)