Home
last modified time | relevance | path

Searched refs:forced_speed_duplex (Results 1 – 15 of 15) 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_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/igc/
H A Digc_mac.c453 if (hw->mac.forced_speed_duplex == IGC_FORCED_10H || in igc_config_fc_after_link_up()
454 hw->mac.forced_speed_duplex == IGC_FORCED_100H) in igc_config_fc_after_link_up()
H A Digc_hw.h104 enum igc_forced_speed_duplex forced_speed_duplex; member
H A Digc_base.c127 switch (hw->mac.forced_speed_duplex) { in igc_setup_copper_link_base()
H A Digc_phy.c806 switch (hw->mac.forced_speed_duplex) { in igc_force_speed_duplex()
H A Digc_ethtool.c2064 mac->forced_speed_duplex = (duplex == DUPLEX_FULL) ? in igc_handle_autoneg_disabled()
2068 mac->forced_speed_duplex = (duplex == DUPLEX_FULL) ? in igc_handle_autoneg_disabled()
/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.c9464 mac->forced_speed_duplex = ADVERTISE_10_HALF; in igb_set_spd_dplx()
9467 mac->forced_speed_duplex = ADVERTISE_10_FULL; in igb_set_spd_dplx()
9470 mac->forced_speed_duplex = ADVERTISE_100_HALF; in igb_set_spd_dplx()
9473 mac->forced_speed_duplex = ADVERTISE_100_FULL; in igb_set_spd_dplx()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h599 u8 forced_speed_duplex; member
H A D80003es2lan.c587 if (hw->mac.forced_speed_duplex & E1000_ALL_10_SPEED) in e1000_phy_force_speed_duplex_80003es2lan()
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()