Searched refs:__e1000_read_phy_reg_hv (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_phy.c | 3532 static s32 __e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data, in __e1000_read_phy_reg_hv() function 3601 return __e1000_read_phy_reg_hv(hw, offset, data, FALSE, FALSE); in e1000_read_phy_reg_hv() 3615 return __e1000_read_phy_reg_hv(hw, offset, data, TRUE, FALSE); in e1000_read_phy_reg_hv_locked() 3629 return __e1000_read_phy_reg_hv(hw, offset, data, TRUE, true); in e1000_read_phy_reg_page_hv()
|