Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/base/
H A Dngbe_phy.c147 u16 phy_id_low = 0; in ngbe_get_phy_id() local
156 &phy_id_low); in ngbe_get_phy_id()
157 hw->phy.id |= (u32)(phy_id_low & NGBE_PHY_REVISION_MASK); in ngbe_get_phy_id()
158 hw->phy.revision = (u32)(phy_id_low & ~NGBE_PHY_REVISION_MASK); in ngbe_get_phy_id()
161 phy_id_high, phy_id_low); in ngbe_get_phy_id()
/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()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c179 u16 phy_id_low = 0; in txgbe_get_phy_id() local
189 &phy_id_low); in txgbe_get_phy_id()
190 hw->phy.id |= (u32)(phy_id_low & TXGBE_PHY_REVISION_MASK); in txgbe_get_phy_id()
191 hw->phy.revision = (u32)(phy_id_low & ~TXGBE_PHY_REVISION_MASK); in txgbe_get_phy_id()
194 phy_id_high, phy_id_low); in txgbe_get_phy_id()