Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_param.c678 adapter->hw.forced_speed_duplex = e1000_10_half; in e1000_check_copper_options()
684 adapter->hw.forced_speed_duplex = e1000_10_full; in e1000_check_copper_options()
697 adapter->hw.forced_speed_duplex = e1000_100_half; in e1000_check_copper_options()
703 adapter->hw.forced_speed_duplex = e1000_100_full; in e1000_check_copper_options()
H A De1000_hw.c1675 if (hw->forced_speed_duplex == e1000_100_full || in e1000_phy_force_speed_duplex()
1676 hw->forced_speed_duplex == e1000_10_full) { in e1000_phy_force_speed_duplex()
1693 if (hw->forced_speed_duplex == e1000_100_full || in e1000_phy_force_speed_duplex()
1694 hw->forced_speed_duplex == e1000_100_half) { in e1000_phy_force_speed_duplex()
1859 (hw->forced_speed_duplex == e1000_10_full || in e1000_phy_force_speed_duplex()
1860 hw->forced_speed_duplex == e1000_10_half)) { in e1000_phy_force_speed_duplex()
2431 (hw->forced_speed_duplex == e1000_10_full || in e1000_check_for_link()
2432 hw->forced_speed_duplex == e1000_10_half)) { in e1000_check_for_link()
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.c5030 hw->forced_speed_duplex = e1000_10_half; in e1000_set_spd_dplx()
5033 hw->forced_speed_duplex = e1000_10_full; in e1000_set_spd_dplx()
5036 hw->forced_speed_duplex = e1000_100_half; in e1000_set_spd_dplx()
5039 hw->forced_speed_duplex = e1000_100_full; in e1000_set_spd_dplx()
H A De1000_hw.h1383 u8 forced_speed_duplex; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c223 mac->forced_speed_duplex = ADVERTISE_10_HALF; in e1000_set_spd_dplx()
226 mac->forced_speed_duplex = ADVERTISE_10_FULL; in e1000_set_spd_dplx()
229 mac->forced_speed_duplex = ADVERTISE_100_HALF; in e1000_set_spd_dplx()
232 mac->forced_speed_duplex = ADVERTISE_100_FULL; in e1000_set_spd_dplx()
240 mac->forced_speed_duplex = ADVERTISE_1000_FULL; in e1000_set_spd_dplx()
1798 u8 forced_speed_duplex; in e1000_diag_test() local
1823 forced_speed_duplex = adapter->hw.mac.forced_speed_duplex; in e1000_diag_test()
1857 adapter->hw.mac.forced_speed_duplex = forced_speed_duplex; in e1000_diag_test()
H A Dhw.h580 u8 forced_speed_duplex; member
H A Dphy.c1438 if (mac->forced_speed_duplex & E1000_ALL_HALF_DUPLEX) { in e1000e_phy_force_speed_duplex_setup()
1449 if (mac->forced_speed_duplex & E1000_ALL_100_SPEED) { in e1000e_phy_force_speed_duplex_setup()
H A D80003es2lan.c588 if (hw->mac.forced_speed_duplex & E1000_ALL_10_SPEED) in e1000_phy_force_speed_duplex_80003es2lan()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_hw.h99 u8 forced_speed_duplex; member
H A Digc_main.c4969 mac->forced_speed_duplex = ADVERTISE_10_HALF; in igc_set_spd_dplx()
4972 mac->forced_speed_duplex = ADVERTISE_10_FULL; in igc_set_spd_dplx()
4975 mac->forced_speed_duplex = ADVERTISE_100_HALF; in igc_set_spd_dplx()
4978 mac->forced_speed_duplex = ADVERTISE_100_FULL; in igc_set_spd_dplx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_hw.h385 u8 forced_speed_duplex; member
H A Digb_ethtool.c2015 u8 forced_speed_duplex, autoneg; in igb_diag_test() local
2028 forced_speed_duplex = adapter->hw.mac.forced_speed_duplex; in igb_diag_test()
2067 adapter->hw.mac.forced_speed_duplex = forced_speed_duplex; in igb_diag_test()
H A De1000_phy.c1352 if (mac->forced_speed_duplex & E1000_ALL_HALF_DUPLEX) { in igb_phy_force_speed_duplex_setup()
1363 if (mac->forced_speed_duplex & E1000_ALL_100_SPEED) { in igb_phy_force_speed_duplex_setup()
H A Digb_main.c9143 mac->forced_speed_duplex = ADVERTISE_10_HALF; in igb_set_spd_dplx()
9146 mac->forced_speed_duplex = ADVERTISE_10_FULL; in igb_set_spd_dplx()
9149 mac->forced_speed_duplex = ADVERTISE_100_HALF; in igb_set_spd_dplx()
9152 mac->forced_speed_duplex = ADVERTISE_100_FULL; in igb_set_spd_dplx()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1130 uint8_t forced_speed_duplex; member
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c1607 hw->mac.forced_speed_duplex = in eth_igb_start()