Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A De1000phyreg.h371 #define E1000_ESSR_FIBER_LINK 0x2000 macro
H A De1000phy.c146 if (PHY_READ(sc, E1000_ESSR) & E1000_ESSR_FIBER_LINK) in e1000phy_attach()