Home
last modified time | relevance | path

Searched refs:ANLPAR_TX_FD (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/mii/
H A Dukphy_subr.c108 else if (anlpar & ANLPAR_TX_FD) in ukphy_status()
H A Dmii.h142 #define ANLPAR_TX_FD 0x0100 /* link partner supports 100bTx FD */ macro
H A Damphy.c176 if (anlpar & ANLPAR_TX_FD) in amphy_status()
H A Drlphy.c198 if (anlpar & ANLPAR_TX_FD) in rlphy_status()
H A Dtdkphy.c185 if (anlpar & ANLPAR_TX_FD) in tdkphy_status()
H A Dnsphy.c242 if (anlpar & ANLPAR_TX_FD) in nsphy_status()
/freebsd/sys/dev/dc/
H A Ddcphy.c323 if (anlpar & ANLPAR_TX_FD && in dcphy_status()
/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v2.c3039 } else if (common_adv & (ANLPAR_TX_FD | ANLPAR_TX)) { in xgbe_phy_read_status()
3043 if (common_adv & ANLPAR_TX_FD) in xgbe_phy_read_status()