HomeSort by: relevance | last modified time | path
    Searched defs:pci2id (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
hifn7751.c 830 static struct pci2id { struct
834 } const pci2id[] = { variable in typeref:struct:pci2id const[]
889 for (i = 0; i < __arraycount(pci2id); i++) {
890 if (pci2id[i].pci_vendor == PCI_VENDOR(pciid) &&
891 pci2id[i].pci_prod == PCI_PRODUCT(pciid)) {
892 offtbl = pci2id[i].card_id;
hifn7751.c 830 static struct pci2id { struct
834 } const pci2id[] = { variable in typeref:struct:pci2id const[]
889 for (i = 0; i < __arraycount(pci2id); i++) {
890 if (pci2id[i].pci_vendor == PCI_VENDOR(pciid) &&
891 pci2id[i].pci_prod == PCI_PRODUCT(pciid)) {
892 offtbl = pci2id[i].card_id;

Completed in 24 milliseconds