Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bfe/
H A Dif_bfe.c508 bfe_ifmedia_sts, BMSR_DEFCAPMASK, sc->bfe_phyaddr, MII_OFFSET_ANY, in bfe_attach()
855 sc->bfe_phyaddr = eeprom[90] & 0x1f; in bfe_get_config()
1201 (sc->bfe_phyaddr << BFE_MDIO_PMD_SHIFT) | in bfe_readphy()
1218 (sc->bfe_phyaddr << BFE_MDIO_PMD_SHIFT) | in bfe_writephy()
H A Dif_bfereg.h613 u_int8_t bfe_phyaddr; /* Address of the card's PHY */ member