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

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii_other.c73 } other_phys[] = { variable in typeref:struct:__anon6113
142 for (int j = 0; other_phys[j].desc; j++) {
143 if (vid == other_phys[j].oui &&
144 pid == other_phys[j].model) {
145 ph->phy_model = other_phys[j].desc;

Completed in 145 milliseconds