Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c339 u16 phy_id_high = 0; in ixgbe_get_phy_id() local
343 &phy_id_high); in ixgbe_get_phy_id()
346 hw->phy.id = (u32)(phy_id_high << 16); in ixgbe_get_phy_id()
/linux-6.6.21/drivers/net/ethernet/intel/e1000/
De1000_hw.c3136 u16 phy_id_high, phy_id_low; in e1000_detect_gig_phy() local
3143 ret_val = e1000_read_phy_reg(hw, PHY_ID1, &phy_id_high); in e1000_detect_gig_phy()
3147 hw->phy_id = (u32)(phy_id_high << 16); in e1000_detect_gig_phy()