Searched refs:SUPPORTED_10000baseT_Full (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_ael1002.c | 350 SUPPORTED_10000baseT_Full | SUPPORTED_AUI | SUPPORTED_FIBRE, in t3_ael1002_phy_prep() 431 SUPPORTED_10000baseT_Full | SUPPORTED_AUI | SUPPORTED_FIBRE, in t3_ael1006_phy_prep() 1390 SUPPORTED_10000baseT_Full | SUPPORTED_AUI | SUPPORTED_FIBRE | in t3_ael2005_phy_prep() 2142 SUPPORTED_10000baseT_Full | SUPPORTED_AUI | SUPPORTED_FIBRE | in t3_ael2020_phy_prep() 2221 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()
|
H A D | cxgb_tn1010.c | 216 SUPPORTED_1000baseT_Full | SUPPORTED_10000baseT_Full | in t3_tn1010_phy_prep()
|
H A D | cxgb_aq100x.c | 472 SUPPORTED_1000baseT_Full | SUPPORTED_10000baseT_Full | in t3_aq100x_phy_prep()
|
H A D | cxgb_common.h | 652 return adapter_info(adap)->caps & SUPPORTED_10000baseT_Full; in is_10G()
|
H A D | cxgb_t3_hw.c | 554 { 0 }, SUPPORTED_10000baseT_Full | SUPPORTED_AUI, 560 { S_GPIO9, S_GPIO3 }, SUPPORTED_10000baseT_Full | SUPPORTED_AUI, 571 { S_GPIO9 }, SUPPORTED_10000baseT_Full | SUPPORTED_AUI, 576 { S_GPIO9 }, SUPPORTED_10000baseT_Full | SUPPORTED_AUI,
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe_osdep.h | 111 #define SUPPORTED_10000baseT_Full (1 << 9) macro
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_osdep.h | 239 #define SUPPORTED_10000baseT_Full (1 << 12) macro
|
H A D | cxgb_main.c | 479 (ai->caps & SUPPORTED_10000baseT_Full)) { in cxgb_controller_attach() 2058 if (phy->caps & SUPPORTED_10000baseT_Full) in cxgb_build_medialist() 2076 KASSERT(phy->caps & SUPPORTED_10000baseT_Full, in cxgb_build_medialist() 2083 phy->caps & SUPPORTED_10000baseT_Full) { in cxgb_build_medialist()
|