Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c172 u16 phy_id_low = 0; in txgbe_get_phy_id() local
184 &phy_id_low); in txgbe_get_phy_id()
185 hw->phy.id |= (u32)(phy_id_low & TXGBE_PHY_REVISION_MASK); in txgbe_get_phy_id()
186 hw->phy.revision = (u32)(phy_id_low & ~TXGBE_PHY_REVISION_MASK); in txgbe_get_phy_id()
189 phy_id_high, phy_id_low); in txgbe_get_phy_id()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.c398 u16 phy_id_low = 0; in ixgbe_get_phy_id() local
410 &phy_id_low); in ixgbe_get_phy_id()
411 hw->phy.id |= (u32)(phy_id_low & IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
412 hw->phy.revision = (u32)(phy_id_low & ~IXGBE_PHY_REVISION_MASK); in ixgbe_get_phy_id()
415 phy_id_high, phy_id_low); in ixgbe_get_phy_id()