Home
last modified time | relevance | path

Searched refs:PHY_ID2 (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_defines.h985 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
H A De1000_82571.c463 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id_82571()
H A De1000_phy.c220 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id()
H A De1000_ich8lan.c184 ret_val = hw->phy.ops.read_reg_locked(hw, PHY_ID2, &phy_reg); in e1000_phy_is_accessible_pchlan()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_defines.h1063 #define PHY_ID2 0x03 /* Phy Id Reg (word 2) */ macro
H A Digc_phy.c219 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in igc_get_phy_id()