Searched refs:PHY_LP_ABILITY (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_phy.c | 21 #define PHY_LP_ABILITY 0x05 /* Link Partner Ability (Base Page) */ macro
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_defines.h | 627 #define PHY_LP_ABILITY 0x05 /* Link Partner Ability (Base Page) */ macro
|
H A D | igc_mac.c | 505 ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY, in igc_config_fc_after_link_up()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_defines.h | 699 #define PHY_LP_ABILITY 0x05 /* Link Partner Ability (Base Page) */ macro
|
H A D | e1000_mac.c | 959 ret_val = hw->phy.ops.read_reg(hw, PHY_LP_ABILITY, in igb_config_fc_after_link_up()
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 3703 (hw, PHY_LP_ABILITY, in e1000_config_fc_after_link_up() 3953 (hw, PHY_LP_ABILITY, &lp_capability) < 0) { in e1000_check_for_link() 4163 PHY_LP_ABILITY, &phy_data); in e1000_get_speed_and_duplex()
|
H A D | e1000.h | 1881 #define PHY_LP_ABILITY 0x05 /* Link Partner Ability (Base Page) */ macro
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 2102 ret_val = e1000_read_phy_reg(hw, PHY_LP_ABILITY, in e1000_config_fc_after_link_up() 2598 e1000_read_phy_reg(hw, PHY_LP_ABILITY, &phy_data); in e1000_get_speed_and_duplex()
|
H A D | e1000_hw.h | 2483 #define PHY_LP_ABILITY 0x05 /* Link Partner Ability (Base Page) */ macro
|