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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c182 static struct pci_id_info pci_id_tbl[] = { variable in typeref:struct:pci_id_info
408 int pci_id_idx; /* index into pci_id_tbl[] */
1261 while (pci_id_tbl[i].name) {
1263 (pci_id_tbl[i].id.pci & pci_id_tbl[i].id.pci_mask) ) {
1264 chip_idx = pci_id_tbl[i].drv_flags;
1282 tp->pci_id_idx, pci_id_tbl[tp->pci_id_idx].name);

Completed in 27 milliseconds