Home
last modified time | relevance | path

Searched refs:e1000_phy_get_info (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h285 s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info);
H A De1000_main.c698 e1000_phy_get_info(hw, &adapter->phy_info); in e1000_reset()
2344 e1000_phy_get_info(&adapter->hw, &adapter->phy_info); in e1000_update_phy_info_task()
H A De1000_hw.c3380 s32 e1000_phy_get_info(struct e1000_hw *hw, struct e1000_phy_info *phy_info) in e1000_phy_get_info() function