OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:re_devs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_re_pci.c
92
static const struct rtk_type
re_devs
[] = {
variable in typeref:typename:const struct rtk_type[]
136
for (i = 0; i < __arraycount(
re_devs
); i++) {
137
if (PCI_VENDOR(pa->pa_id) !=
re_devs
[i].rtk_vid)
139
if (PCI_PRODUCT(pa->pa_id) ==
re_devs
[i].rtk_did)
140
return &
re_devs
[i];
if_re_pci.c
92
static const struct rtk_type
re_devs
[] = {
variable in typeref:typename:const struct rtk_type[]
136
for (i = 0; i < __arraycount(
re_devs
); i++) {
137
if (PCI_VENDOR(pa->pa_id) !=
re_devs
[i].rtk_vid)
139
if (PCI_PRODUCT(pa->pa_id) ==
re_devs
[i].rtk_did)
140
return &
re_devs
[i];
Completed in 55 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025