OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ahci_pci_quirks
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
ahcisata_pci.c
55
static const struct ahci_pci_quirk
ahci_pci_quirks
[] = {
variable in typeref:typename:const struct ahci_pci_quirk[]
239
for (i = 0; i < __arraycount(
ahci_pci_quirks
); i++)
240
if (vendor ==
ahci_pci_quirks
[i].vendor &&
241
product ==
ahci_pci_quirks
[i].product)
242
return
ahci_pci_quirks
[i].quirks;
Completed in 11 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025