Searched refs:pci2id (Results 1 – 1 of 1) sorted by relevance
713 static struct pci2id { struct717 } pci2id[] = { argument826 for (i = 0; i < ARRAY_SIZE(pci2id); i++) { in hifn_enable_crypto()827 if (pci2id[i].pci_vendor == dev->pdev->vendor && in hifn_enable_crypto()828 pci2id[i].pci_prod == dev->pdev->device) { in hifn_enable_crypto()829 offtbl = pci2id[i].card_id; in hifn_enable_crypto()