Searched defs:other_vendors (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii_other.c42 } other_vendors[] = { variable in typeref:struct:__anon6112
138 for (int i = 0; other_vendors[i].vendor; i++) {
139 if (vid == other_vendors[i].oui) {
140 ph->phy_vendor = other_vendors[i].vendor;

Completed in 45 milliseconds