Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dhifn_795x.c773 static struct pci2id { struct
777 } pci2id[] = { variable
891 for (i = 0; i < ARRAY_SIZE(pci2id); i++) { in hifn_enable_crypto()
892 if (pci2id[i].pci_vendor == dev->pdev->vendor && in hifn_enable_crypto()
893 pci2id[i].pci_prod == dev->pdev->device) { in hifn_enable_crypto()
894 offtbl = pci2id[i].card_id; in hifn_enable_crypto()