Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgb/common/
HDcxgb_tn1010.c217 SUPPORTED_Autoneg | SUPPORTED_AUI | SUPPORTED_TP, in t3_tn1010_phy_prep()
HDcxgb_mv88e1xxx.c306 SUPPORTED_TP | SUPPORTED_IRQ, "10/100/1000BASE-T"); in t3_mv88e1xxx_phy_prep()
HDcxgb_vsc8211.c438 SUPPORTED_TP | SUPPORTED_IRQ, "10/100/1000BASE-T"); in t3_vsc8211_phy_prep()
HDcxgb_ael1002.c2221 SUPPORTED_10000baseT_Full | SUPPORTED_AUI | SUPPORTED_TP, in t3_qt2045_phy_prep()
2299 SUPPORTED_10000baseT_Full | SUPPORTED_AUI | SUPPORTED_TP, in t3_xaui_direct_phy_prep()
HDcxgb_aq100x.c473 SUPPORTED_TP | SUPPORTED_Autoneg | SUPPORTED_AUI | in t3_aq100x_phy_prep()
/freebsd-13-stable/sys/dev/cxgb/
HDcxgb_osdep.h234 #define SUPPORTED_TP (1 << 7) macro
HDcxgb_main.c2109 if (phy->caps & SUPPORTED_TP && phy->caps & SUPPORTED_Autoneg) { in cxgb_build_medialist()
2127 } else if (phy->caps & SUPPORTED_TP) { in cxgb_build_medialist()
2187 KASSERT(p->phy.caps & SUPPORTED_TP && p->phy.caps & SUPPORTED_Autoneg, in cxgb_media_status()
/freebsd-13-stable/sys/dev/axgbe/
HDxgbe_osdep.h119 #define SUPPORTED_TP (1 << 12) macro