Searched refs:duplex (Results 1 – 11 of 11) sorted by relevance
| /third_party/dev/ethernet/e1000/ |
| A D | README | 126 By default, the adapter auto-negotiates the speed and duplex of the 128 configure the speed and duplex settings on the adapter. Example usage: 131 full-duplex 135 defaults to half-duplex. 138 to half duplex you must use this command: 141 full-duplex 146 autoselect - Enables auto-negotiation for speed and duplex. 149 option to select full-duplex mode. 152 option to select full-duplex mode. 155 supports only full-duplex mode. [all …]
|
| A D | e1000_mac.h | 65 u16 *duplex); 67 u16 *speed, u16 *duplex);
|
| A D | e1000_vf.c | 49 u16 *duplex); 223 u16 *duplex) in e1000_get_link_up_info_vf() argument 242 *duplex = FULL_DUPLEX; in e1000_get_link_up_info_vf() 245 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_vf()
|
| A D | e1000_80003es2lan.c | 58 u16 *duplex); 63 static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex); 722 u16 *duplex) in e1000_get_link_up_info_80003es2lan() argument 730 duplex); in e1000_get_link_up_info_80003es2lan() 735 duplex); in e1000_get_link_up_info_80003es2lan() 1180 u16 duplex; in e1000_cfg_on_link_up_80003es2lan() local 1186 &duplex); in e1000_cfg_on_link_up_80003es2lan() 1193 ret_val = e1000_cfg_kmrn_10_100_80003es2lan(hw, duplex); in e1000_cfg_on_link_up_80003es2lan() 1207 static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex) in e1000_cfg_kmrn_10_100_80003es2lan() argument 1243 if (duplex == HALF_DUPLEX) in e1000_cfg_kmrn_10_100_80003es2lan()
|
| A D | e1000_82541.c | 53 u16 *duplex); 446 u16 *duplex) in e1000_get_link_up_info_82541() argument 454 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, duplex); in e1000_get_link_up_info_82541() 472 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_82541() 480 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_82541() 483 *duplex = HALF_DUPLEX; in e1000_get_link_up_info_82541() 676 u16 phy_data, phy_saved_data, speed, duplex, i; in e1000_config_dsp_after_link_change_82541() local 687 ret_val = hw->mac.ops.get_link_up_info(hw, &speed, &duplex); in e1000_config_dsp_after_link_change_82541()
|
| A D | e1000_mac.c | 1358 u16 speed, duplex; in e1000_config_fc_after_link_up_generic() local 1505 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex); in e1000_config_fc_after_link_up_generic() 1511 if (duplex == HALF_DUPLEX) in e1000_config_fc_after_link_up_generic() 1661 u16 *duplex) in e1000_get_speed_and_duplex_copper_generic() argument 1680 *duplex = FULL_DUPLEX; in e1000_get_speed_and_duplex_copper_generic() 1683 *duplex = HALF_DUPLEX; in e1000_get_speed_and_duplex_copper_generic() 1700 u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex_fiber_serdes_generic() argument 1705 *duplex = FULL_DUPLEX; in e1000_get_speed_and_duplex_fiber_serdes_generic()
|
| A D | e1000_82575.c | 59 u16 *duplex); 84 u16 *speed, u16 *duplex); 1090 u16 *duplex) in e1000_get_link_up_info_82575() argument 1098 duplex); in e1000_get_link_up_info_82575() 1101 duplex); in e1000_get_link_up_info_82575() 1116 u16 speed, duplex; in e1000_check_for_link_82575() local 1122 &duplex); in e1000_check_for_link_82575() 1278 *duplex = FULL_DUPLEX; in e1000_get_pcs_speed_and_duplex_82575() 1280 *duplex = HALF_DUPLEX; in e1000_get_pcs_speed_and_duplex_82575() 1288 *duplex = FULL_DUPLEX; in e1000_get_pcs_speed_and_duplex_82575() [all …]
|
| A D | e1000_api.h | 70 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex);
|
| A D | e1000_api.c | 701 s32 e1000_get_speed_and_duplex(struct e1000_hw *hw, u16 *speed, u16 *duplex) in e1000_get_speed_and_duplex() argument 704 return hw->mac.ops.get_link_up_info(hw, speed, duplex); in e1000_get_speed_and_duplex()
|
| A D | e1000_82543.c | 1203 u16 speed, duplex; in e1000_check_for_copper_link_82543() local 1287 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex); in e1000_check_for_copper_link_82543()
|
| A D | e1000_ich8lan.c | 113 u16 *speed, u16 *duplex); 1126 u16 speed, duplex, scale = 0; in e1000_platform_pm_pch_lpt() local 1138 hw->mac.ops.get_link_up_info(hw, &speed, &duplex); in e1000_platform_pm_pch_lpt() 1579 u16 speed, duplex; in e1000_check_for_copper_link_ich8lan() local 1581 e1000_get_speed_and_duplex_copper_generic(hw, &speed, &duplex); in e1000_check_for_copper_link_ich8lan() 1585 if (duplex == HALF_DUPLEX && speed == SPEED_10) { in e1000_check_for_copper_link_ich8lan() 1590 duplex == FULL_DUPLEX && speed != SPEED_1000) { in e1000_check_for_copper_link_ich8lan() 5407 u16 *duplex) in e1000_get_link_up_info_ich8lan() argument 5413 ret_val = e1000_get_speed_and_duplex_copper_generic(hw, speed, duplex); in e1000_get_link_up_info_ich8lan()
|
Completed in 30 milliseconds