Home
last modified time | relevance | path

Searched refs:phy_ext (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dselftest.h40 int phy_ext[EFX_MAX_PHY_TESTS]; member
H A Dselftest.c264 rc = efx_mcdi_phy_run_tests(efx, tests->phy_ext, flags); in efx_test_phy()
H A Dethtool_common.c384 efx_fill_test(n++, strings, data, &tests->phy_ext[i], "phy", 0, name, NULL); in efx_ethtool_fill_self_tests()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dselftest.h40 int phy_ext[EFX_MAX_PHY_TESTS]; member
H A Dselftest.c265 rc = efx_siena_mcdi_phy_run_tests(efx, tests->phy_ext, flags); in efx_test_phy()
H A Dethtool_common.c335 efx_fill_test(n++, strings, data, &tests->phy_ext[i], "phy", 0, name, NULL); in efx_ethtool_fill_self_tests()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dselftest.h40 int phy_ext[EF4_MAX_PHY_TESTS]; member
H A Dselftest.c267 rc = efx->phy_op->run_tests(efx, tests->phy_ext, flags); in ef4_test_phy()
H A Dethtool.c339 ef4_fill_test(n++, strings, data, &tests->phy_ext[i], in ef4_ethtool_fill_self_tests()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c164 struct mt7615_phy *phy_ext = mt7615_ext_phy(dev); in mt7615_mac_set_timing() local
166 if (phy_ext) in mt7615_mac_set_timing()
167 coverage_class = max_t(s16, phy_ext->coverage_class, in mt7615_mac_set_timing()