OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aq_products
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_aq.c
1582
}
aq_products
[] = {
variable in typeref:typename:const struct aq_product[]
1688
for (i = 0; i < __arraycount(
aq_products
); i++) {
1689
if (PCI_VENDOR(pa->pa_id) ==
aq_products
[i].aq_vendor &&
1690
PCI_PRODUCT(pa->pa_id) ==
aq_products
[i].aq_product)
1691
return &
aq_products
[i];
if_aq.c
1582
}
aq_products
[] = {
variable in typeref:typename:const struct aq_product[]
1688
for (i = 0; i < __arraycount(
aq_products
); i++) {
1689
if (PCI_VENDOR(pa->pa_id) ==
aq_products
[i].aq_vendor &&
1690
PCI_PRODUCT(pa->pa_id) ==
aq_products
[i].aq_product)
1691
return &
aq_products
[i];
Completed in 29 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025