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

/linux-4.1.27/drivers/crypto/
H A Dhifn_795x.c775 static struct pci2id { struct
779 } pci2id[] = { variable in typeref:struct:pci2id
893 for (i = 0; i < ARRAY_SIZE(pci2id); i++) { hifn_enable_crypto()
894 if (pci2id[i].pci_vendor == dev->pdev->vendor && hifn_enable_crypto()
895 pci2id[i].pci_prod == dev->pdev->device) { hifn_enable_crypto()
896 offtbl = pci2id[i].card_id; hifn_enable_crypto()

Completed in 72 milliseconds