Searched refs:chip_idx (Results 1 - 1 of 1) sorted by relevance

/external/grub/netboot/
H A Dtulip.c1197 int chip_idx;
1239 chip_idx = -1;
1244 chip_idx = pci_id_tbl[i].drv_flags;
1250 if (chip_idx == -1) {
1257 tp->flags = tulip_tbl[chip_idx].flags;
1263 printf ("%s: chip_idx == %d, name == %s\n", tp->nic_name, chip_idx,
1264 tulip_tbl[chip_idx].chip_name);
1282 tulip_tbl[chip_idx].chip_name, chip_rev, ioaddr);
1285 if (chip_idx
1185 int chip_idx; local
[all...]

Completed in 47 milliseconds