Searched refs:__e1000_read_phy_reg_igp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c720 * __e1000_read_phy_reg_igp - Read igp PHY register
730 static s32 __e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data, function
735 DEBUGFUNC("__e1000_read_phy_reg_igp");
772 return __e1000_read_phy_reg_igp(hw, offset, data, FALSE);
786 return __e1000_read_phy_reg_igp(hw, offset, data, TRUE);

Completed in 64 milliseconds