Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_82541.c948 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_82541()
955 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_82541()
961 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_82541()
968 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_82541()
982 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_82541()
988 ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_82541()
H A De1000_82571.c979 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
984 ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
999 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
1006 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
1012 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
1019 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
H A De1000_phy.c1416 IGP01E1000_PHY_PORT_CONFIG, in e1000_copper_link_setup_igp()
1423 IGP01E1000_PHY_PORT_CONFIG, in e1000_copper_link_setup_igp()
2088 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_generic()
2095 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_generic()
2101 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_generic()
2108 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_generic()
2123 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_generic()
2129 ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_generic()
H A De1000_ich8lan.c3174 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_ich8lan()
3180 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_ich8lan()
3198 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_ich8lan()
3205 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_ich8lan()
3211 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_ich8lan()
3218 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_ich8lan()
3266 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_ich8lan()
3273 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_ich8lan()
3279 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_ich8lan()
3308 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_ich8lan()
[all …]
H A De1000_82575.c760 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82575()
763 ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82575()
779 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82575()
786 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82575()
792 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82575()
799 IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82575()
H A De1000_phy.h102 #define IGP01E1000_PHY_PORT_CONFIG 0x10 /* Port Config */ macro