Home
last modified time | relevance | path

Searched refs:ADVERTISE_100_FULL (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h267 #define ADVERTISE_100_FULL 0x0008 macro
273 ADVERTISE_100_HALF | ADVERTISE_100_FULL | \
276 ADVERTISE_100_HALF | ADVERTISE_100_FULL)
277 #define E1000_ALL_100_SPEED (ADVERTISE_100_HALF | ADVERTISE_100_FULL)
279 #define E1000_ALL_FULL_DUPLEX (ADVERTISE_10_FULL | ADVERTISE_100_FULL | \
H A Digb_ethtool.c3145 ~(ADVERTISE_100_FULL | ADVERTISE_1000_FULL))) { in igb_set_eee()
3150 adv100m_eee = !!(edata->advertised & ADVERTISE_100_FULL); in igb_set_eee()
H A De1000_phy.c984 if (phy->autoneg_advertised & ADVERTISE_100_FULL) { in igb_phy_setup_autoneg()
H A Digb_main.c9336 mac->forced_speed_duplex = ADVERTISE_100_FULL; in igb_set_spd_dplx()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h234 #define ADVERTISE_100_FULL 0x0008 macro
241 ADVERTISE_100_FULL | ADVERTISE_1000_FULL)
244 ADVERTISE_100_FULL)
245 #define E1000_ALL_100_SPEED (ADVERTISE_100_HALF | ADVERTISE_100_FULL)
H A Dethtool.c240 mac->forced_speed_duplex = ADVERTISE_100_FULL; in e1000_set_spd_dplx()
2286 if (edata->advertised & ~(ADVERTISE_100_FULL | ADVERTISE_1000_FULL)) { in e1000e_set_eee()
H A Dphy.c1017 if (phy->autoneg_advertised & ADVERTISE_100_FULL) { in e1000_phy_setup_autoneg()
H A Dich8lan.c5420 (hw->phy.autoneg_advertised & ADVERTISE_100_FULL)) { in e1000_suspend_workarounds_ich8lan()
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h101 ADVERTISE_100_FULL |\
330 #define ADVERTISE_100_FULL 0x0008 macro
H A Datl1e_ethtool.c102 if (hw->autoneg_advertised & ADVERTISE_100_FULL) in atl1e_set_link_ksettings()
H A Datl1e_hw.c327 hw->autoneg_advertised = ADVERTISE_100_FULL; in atl1e_phy_setup_autoneg_adv()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h242 #define ADVERTISE_100_FULL 0x0008 macro
250 ADVERTISE_100_FULL | ADVERTISE_1000_FULL | ADVERTISE_2500_FULL)
H A Digc_phy.c292 if (phy->autoneg_advertised & ADVERTISE_100_FULL) { in igc_phy_setup_autoneg()
H A Digc_ethtool.c1764 if (hw->phy.autoneg_advertised & ADVERTISE_100_FULL) in igc_ethtool_get_link_ksettings()
1891 advertised |= ADVERTISE_100_FULL; in igc_ethtool_set_link_ksettings()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_param.c663 ADVERTISE_100_FULL | in e1000_check_copper_options()
690 ADVERTISE_100_FULL; in e1000_check_copper_options()
H A De1000_hw.h3075 #define ADVERTISE_100_FULL 0x0008 macro
H A De1000_hw.c1548 if (hw->autoneg_advertised & ADVERTISE_100_FULL) { in e1000_phy_setup_autoneg()
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datlx.h463 #define ADVERTISE_100_FULL 0x0008 macro
H A Datl2.c1751 ADVERTISE_100_FULL) in atl2_set_link_ksettings()
1756 } else if ((advertising & MY_ADV_MASK) == ADVERTISE_100_FULL) { in atl2_set_link_ksettings()
1758 hw->autoneg_advertised = ADVERTISE_100_FULL; in atl2_set_link_ksettings()
2560 ADVERTISE_100_FULL; in atl2_phy_setup_autoneg_adv()
2564 hw->autoneg_advertised = ADVERTISE_100_FULL; in atl2_phy_setup_autoneg_adv()
/openbmc/u-boot/drivers/net/
H A De1000.h2452 #define ADVERTISE_100_FULL 0x0008 macro
H A De1000.c3399 if (hw->autoneg_advertised & ADVERTISE_100_FULL) { in e1000_phy_setup_autoneg()