Home
last modified time | relevance | path

Searched refs:pci2id (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hifn/
H A Dhifn7751.c963 struct pci2id { struct
968 static struct pci2id pci2id[] = { argument
1023 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()