Searched refs:phymask (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii.c375 uint32_t phymask; local
433 device_get_unit(*miibus), "phymask", &phymask) != 0)
434 phymask = 0xffffffff;
478 * Skip this PHY if it's not included in the phymask hint.
480 if ((phymask & (1 << ma.mii_phyno)) == 0)

Completed in 33 milliseconds