Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mii/
HDukphy_subr.c112 else if (anlpar & ANLPAR_TX) in ukphy_status()
HDmii.h143 #define ANLPAR_TX 0x0080 /* link partner supports 100bTx */ macro
HDamphy.c182 else if (anlpar & ANLPAR_TX) in amphy_status()
HDtdkphy.c191 else if (anlpar & ANLPAR_TX) in tdkphy_status()
HDrlphy.c204 else if (anlpar & ANLPAR_TX) in rlphy_status()
HDnsphy.c255 else if (anlpar & ANLPAR_TX) in nsphy_status()
/freebsd-11-stable/sys/dev/dc/
HDdcphy.c331 else if (anlpar & ANLPAR_TX && in dcphy_status()
/freebsd-11-stable/sys/dev/txp/
HDif_txp.c2653 else if (anlpar & ANLPAR_TX) in txp_ifmedia_sts()