Home
last modified time | relevance | path

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

/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_ethtool.c1519 u8 forced_speed_duplex = hw->forced_speed_duplex; in e1000_diag_test() local
1555 hw->forced_speed_duplex = forced_speed_duplex; in e1000_diag_test()
H A De1000_main.c5037 hw->forced_speed_duplex = e1000_10_half; in e1000_set_spd_dplx()
5040 hw->forced_speed_duplex = e1000_10_full; in e1000_set_spd_dplx()
5043 hw->forced_speed_duplex = e1000_100_half; in e1000_set_spd_dplx()
5046 hw->forced_speed_duplex = e1000_100_full; in e1000_set_spd_dplx()
H A De1000_hw.h1380 u8 forced_speed_duplex; member
/linux/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c233 mac->forced_speed_duplex = ADVERTISE_10_HALF; in e1000_set_spd_dplx()
236 mac->forced_speed_duplex = ADVERTISE_10_FULL; in e1000_set_spd_dplx()
239 mac->forced_speed_duplex = ADVERTISE_100_HALF; in e1000_set_spd_dplx()
242 mac->forced_speed_duplex = ADVERTISE_100_FULL; in e1000_set_spd_dplx()
250 mac->forced_speed_duplex = ADVERTISE_1000_FULL; in e1000_set_spd_dplx()
1791 u8 forced_speed_duplex; in e1000_diag_test() local
1814 forced_speed_duplex = adapter->hw.mac.forced_speed_duplex; in e1000_diag_test()
1848 adapter->hw.mac.forced_speed_duplex = forced_speed_duplex; in e1000_diag_test()
H A Dhw.h599 u8 forced_speed_duplex; member
H A Dphy.c1487 if (mac->forced_speed_duplex & E1000_ALL_HALF_DUPLEX) { in e1000e_phy_force_speed_duplex_setup()
1498 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()
/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.c9456 mac->forced_speed_duplex = ADVERTISE_10_HALF; in igb_set_spd_dplx()
9459 mac->forced_speed_duplex = ADVERTISE_10_FULL; in igb_set_spd_dplx()
9462 mac->forced_speed_duplex = ADVERTISE_100_HALF; in igb_set_spd_dplx()
9465 mac->forced_speed_duplex = ADVERTISE_100_FULL; in igb_set_spd_dplx()