Searched refs:pci2id (Results 1 – 1 of 1) sorted by relevance
963 struct pci2id { struct968 static struct pci2id pci2id[] = { argument1023 for (i = 0; i < nitems(pci2id); i++) { in hifn_enable_crypto()1024 if (pci2id[i].pci_vendor == pci_get_vendor(sc->sc_dev) && in hifn_enable_crypto()1025 pci2id[i].pci_prod == pci_get_device(sc->sc_dev)) { in hifn_enable_crypto()1026 offtbl = pci2id[i].card_id; in hifn_enable_crypto()