Searched refs:e1000e_get_speed_and_duplex_copper (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/e1000e/ |
D | mac.h | 19 s32 e1000e_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed,
|
D | 80003es2lan.c | 646 ret_val = e1000e_get_speed_and_duplex_copper(hw, speed, duplex); in e1000_get_link_up_info_80003es2lan() 1086 ret_val = e1000e_get_speed_and_duplex_copper(hw, &speed, in e1000_cfg_on_link_up_80003es2lan()
|
D | mac.c | 1305 s32 e1000e_get_speed_and_duplex_copper(struct e1000_hw *hw, u16 *speed, in e1000e_get_speed_and_duplex_copper() function
|
D | 82571.c | 227 mac->ops.get_link_up_info = e1000e_get_speed_and_duplex_copper; in e1000_init_mac_params_82571()
|
D | ich8lan.c | 1436 e1000e_get_speed_and_duplex_copper(hw, &speed, &duplex); in e1000_check_for_copper_link_ich8lan() 5170 ret_val = e1000e_get_speed_and_duplex_copper(hw, speed, duplex); in e1000_get_link_up_info_ich8lan()
|