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

/external/grub/netboot/
H A Dtulip.c185 static struct pci_id_info pci_id_tbl[] = {
407 int pci_id_idx; /* index into pci_id_tbl[] */
1241 while (pci_id_tbl[i].name) {
1243 (pci_id_tbl[i].id.pci & pci_id_tbl[i].id.pci_mask) ) {
1244 chip_idx = pci_id_tbl[i].drv_flags;
1262 tp->pci_id_idx, pci_id_tbl[tp->pci_id_idx].name);
184 static struct pci_id_info pci_id_tbl[] = { variable in typeref:struct:pci_id_info

Completed in 49 milliseconds