Home
last modified time | relevance | path

Searched refs:MDIO_EEE_100TX (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dmdio.h212 if (eee_cap & MDIO_EEE_100TX) in mmd_eee_cap_to_ethtool_sup_t()
240 if (eee_adv & MDIO_EEE_100TX) in mmd_eee_adv_to_ethtool_adv_t()
269 reg |= MDIO_EEE_100TX; in ethtool_adv_to_mmd_eee_adv_t()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmdio.h258 #define MDIO_EEE_100TX MDIO_AN_EEE_ADV_100TX /* 100TX EEE cap */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmdio.h258 #define MDIO_EEE_100TX MDIO_AN_EEE_ADV_100TX /* 100TX EEE cap */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmdio.h276 #define MDIO_EEE_100TX MDIO_AN_EEE_ADV_100TX /* 100TX EEE cap */ macro
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dbcm7xxx.c342 MDIO_EEE_100TX); in bcm7xxx_28nm_ephy_eee_enable()
H A Dphy-core.c316 broken |= MDIO_EEE_100TX; in of_set_phy_eee_broken()
H A Dbcm-phy-lib.c355 mask |= MDIO_EEE_100TX; in bcm_phy_set_eee()
H A Dphy.c1285 if (eee_adv & MDIO_EEE_100TX) in mmd_eee_adv_to_linkmode()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h258 #ifndef MDIO_EEE_100TX
259 #define MDIO_EEE_100TX 0x0002 macro
H A Dr8168_n.c24021 tp->eee_adv_t = MDIO_EEE_1000T | MDIO_EEE_100TX; in rtl8168_init_software_variable()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dr8152.c6507 tp->eee_adv = MDIO_EEE_100TX; in rtl_ops_init()
6530 tp->eee_adv = MDIO_EEE_1000T | MDIO_EEE_100TX; in rtl_ops_init()
6548 tp->eee_adv = MDIO_EEE_1000T | MDIO_EEE_100TX; in rtl_ops_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_main.c2158 adapter->eee_advert = MDIO_EEE_100TX | MDIO_EEE_1000T; in igb_up()
3581 MDIO_EEE_100TX | MDIO_EEE_1000T; in igb_probe()
3592 MDIO_EEE_100TX | MDIO_EEE_1000T; in igb_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c7421 adapter->eee_advert = MDIO_EEE_100TX | MDIO_EEE_1000T; in e1000_probe()