HomeSort by: relevance | last modified time | path
    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