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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_phy.c89 u16 phy_id_high = 0; local
93 &phy_id_high);
96 hw->phy.id = (u32)(phy_id_high << 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.c3002 u16 phy_id_high, phy_id_low; local
3011 ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high);
3015 hw->phy_id = (u32) (phy_id_high << 16);

Completed in 36 milliseconds