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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_phy.h67 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data);
H A De1000_phy.c190 * igb_write_phy_reg_mdic - Write MDI control register
197 s32 igb_write_phy_reg_mdic(struct e1000_hw *hw, u32 offset, u16 data) function
366 ret_val = igb_write_phy_reg_mdic(hw,
405 ret_val = igb_write_phy_reg_mdic(hw,
414 ret_val = igb_write_phy_reg_mdic(hw, MAX_PHY_REG_ADDRESS & offset,
H A De1000_82575.c1546 ret_val = igb_write_phy_reg_mdic(hw, offset, data);

Completed in 236 milliseconds