Home
last modified time | relevance | path

Searched refs:forced_speed_duplex (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_param.c676 adapter->hw.forced_speed_duplex = e1000_10_half; in e1000_check_copper_options()
682 adapter->hw.forced_speed_duplex = e1000_10_full; in e1000_check_copper_options()
695 adapter->hw.forced_speed_duplex = e1000_100_half; in e1000_check_copper_options()
701 adapter->hw.forced_speed_duplex = e1000_100_full; in e1000_check_copper_options()
H A De1000_hw.c1677 if (hw->forced_speed_duplex == e1000_100_full || in e1000_phy_force_speed_duplex()
1678 hw->forced_speed_duplex == e1000_10_full) { in e1000_phy_force_speed_duplex()
1695 if (hw->forced_speed_duplex == e1000_100_full || in e1000_phy_force_speed_duplex()
1696 hw->forced_speed_duplex == e1000_100_half) { in e1000_phy_force_speed_duplex()
1861 (hw->forced_speed_duplex == e1000_10_full || in e1000_phy_force_speed_duplex()
1862 hw->forced_speed_duplex == e1000_10_half)) { in e1000_phy_force_speed_duplex()
2433 (hw->forced_speed_duplex == e1000_10_full || in e1000_check_for_link()
2434 hw->forced_speed_duplex == e1000_10_half)) { in e1000_check_for_link()
H A De1000_ethtool.c1523 u8 forced_speed_duplex = hw->forced_speed_duplex; in e1000_diag_test() local
1559 hw->forced_speed_duplex = forced_speed_duplex; in e1000_diag_test()
H A De1000_main.c5028 hw->forced_speed_duplex = e1000_10_half; in e1000_set_spd_dplx()
5031 hw->forced_speed_duplex = e1000_10_full; in e1000_set_spd_dplx()
5034 hw->forced_speed_duplex = e1000_100_half; in e1000_set_spd_dplx()
5037 hw->forced_speed_duplex = e1000_100_full; in e1000_set_spd_dplx()
H A De1000_hw.h1380 u8 forced_speed_duplex; member
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c231 mac->forced_speed_duplex = ADVERTISE_10_HALF; in e1000_set_spd_dplx()
234 mac->forced_speed_duplex = ADVERTISE_10_FULL; in e1000_set_spd_dplx()
237 mac->forced_speed_duplex = ADVERTISE_100_HALF; in e1000_set_spd_dplx()
240 mac->forced_speed_duplex = ADVERTISE_100_FULL; in e1000_set_spd_dplx()
248 mac->forced_speed_duplex = ADVERTISE_1000_FULL; in e1000_set_spd_dplx()
1815 u8 forced_speed_duplex; in e1000_diag_test() local
1840 forced_speed_duplex = adapter->hw.mac.forced_speed_duplex; in e1000_diag_test()
1874 adapter->hw.mac.forced_speed_duplex = forced_speed_duplex; in e1000_diag_test()
H A Dhw.h601 u8 forced_speed_duplex; member
H A Dphy.c1488 if (mac->forced_speed_duplex & E1000_ALL_HALF_DUPLEX) { in e1000e_phy_force_speed_duplex_setup()
1499 if (mac->forced_speed_duplex & E1000_ALL_100_SPEED) { in e1000e_phy_force_speed_duplex_setup()
H A D80003es2lan.c587 if (hw->mac.forced_speed_duplex & E1000_ALL_10_SPEED) in e1000_phy_force_speed_duplex_80003es2lan()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h385 u8 forced_speed_duplex; member
H A Digb_ethtool.c2018 u8 forced_speed_duplex, autoneg; in igb_diag_test() local
2031 forced_speed_duplex = adapter->hw.mac.forced_speed_duplex; in igb_diag_test()
2070 adapter->hw.mac.forced_speed_duplex = forced_speed_duplex; in igb_diag_test()
H A De1000_phy.c1353 if (mac->forced_speed_duplex & E1000_ALL_HALF_DUPLEX) { in igb_phy_force_speed_duplex_setup()
1364 if (mac->forced_speed_duplex & E1000_ALL_100_SPEED) { in igb_phy_force_speed_duplex_setup()
H A Digb_main.c9351 mac->forced_speed_duplex = ADVERTISE_10_HALF; in igb_set_spd_dplx()
9354 mac->forced_speed_duplex = ADVERTISE_10_FULL; in igb_set_spd_dplx()
9357 mac->forced_speed_duplex = ADVERTISE_100_HALF; in igb_set_spd_dplx()
9360 mac->forced_speed_duplex = ADVERTISE_100_FULL; in igb_set_spd_dplx()
/openbmc/u-boot/drivers/net/
H A De1000.h1129 uint8_t forced_speed_duplex; member