Searched refs:ahci_pci_quirks (Results 1 – 1 of 1) sorted by relevance
55 static const struct ahci_pci_quirk ahci_pci_quirks[] = { variable239 for (i = 0; i < __arraycount(ahci_pci_quirks); i++) in ahci_pci_has_quirk()240 if (vendor == ahci_pci_quirks[i].vendor && in ahci_pci_has_quirk()241 product == ahci_pci_quirks[i].product) in ahci_pci_has_quirk()242 return ahci_pci_quirks[i].quirks; in ahci_pci_has_quirk()