Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_ich8lan.h117 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0)
118 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1)
119 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2)
120 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3)
136 #define HV_MUX_DATA_CTRL PHY_REG(776, 16)
164 #define CV_SMB_CTRL PHY_REG(769, 23)
182 #define HV_SMB_ADDR PHY_REG(768, 26)
198 #define HV_OEM_BITS PHY_REG(768, 25)
213 #define HV_PM_CTRL PHY_REG(770, 17)
271 #define I217_CGFREG PHY_REG(772, 29)
[all …]
H A De1000_ich8lan.c1579 PHY_REG(776, 20), in e1000_check_for_copper_link_ich8lan()
1592 PHY_REG(776, 20), data); in e1000_check_for_copper_link_ich8lan()
1603 PHY_REG(776, 20), in e1000_check_for_copper_link_ich8lan()
2705 hw->phy.ops.read_reg(hw, PHY_REG(769, 20), &phy_reg); in e1000_lv_jumbo_workaround_ich8lan()
2771 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data); in e1000_lv_jumbo_workaround_ich8lan()
2777 hw->phy.ops.read_reg(hw, PHY_REG(769, 16), &data); in e1000_lv_jumbo_workaround_ich8lan()
2782 hw->phy.ops.read_reg(hw, PHY_REG(776, 20), &data); in e1000_lv_jumbo_workaround_ich8lan()
2830 hw->phy.ops.read_reg(hw, PHY_REG(769, 23), &data); in e1000_lv_jumbo_workaround_ich8lan()
2835 hw->phy.ops.read_reg(hw, PHY_REG(769, 16), &data); in e1000_lv_jumbo_workaround_ich8lan()
2840 hw->phy.ops.read_reg(hw, PHY_REG(776, 20), &data); in e1000_lv_jumbo_workaround_ich8lan()
[all …]
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_ich8lan.h116 #define BM_RCTL PHY_REG(BM_WUC_PAGE, 0)
117 #define BM_WUC PHY_REG(BM_WUC_PAGE, 1)
118 #define BM_WUFC PHY_REG(BM_WUC_PAGE, 2)
119 #define BM_WUS PHY_REG(BM_WUC_PAGE, 3)
135 #define HV_MUX_DATA_CTRL PHY_REG(776, 16)
163 #define CV_SMB_CTRL PHY_REG(769, 23)
182 #define HV_SMB_ADDR PHY_REG(768, 26)
198 #define HV_OEM_BITS PHY_REG(768, 25)
213 #define HV_PM_CTRL PHY_REG(770, 17)
269 #define I217_CGFREG PHY_REG(772, 29)
[all …]