Home
last modified time | relevance | path

Searched refs:bfe_phyaddr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/bfe/
H A Dif_bfe.c509 bfe_ifmedia_sts, BMSR_DEFCAPMASK, sc->bfe_phyaddr, MII_OFFSET_ANY, in bfe_attach()
856 sc->bfe_phyaddr = eeprom[90] & 0x1f; in bfe_get_config()
1202 (sc->bfe_phyaddr << BFE_MDIO_PMD_SHIFT) | in bfe_readphy()
1219 (sc->bfe_phyaddr << BFE_MDIO_PMD_SHIFT) | in bfe_writephy()
H A Dif_bfereg.h614 u_int8_t bfe_phyaddr; /* Address of the card's PHY */ member