Searched refs:PHY_STATUS (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/drivers/net/e1000/ |
D | e1000_hw.c | 1505 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_setup_copper_link() 1508 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_setup_copper_link() 1821 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_phy_force_speed_duplex() 1826 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_phy_force_speed_duplex() 1851 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_phy_force_speed_duplex() 1856 e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_phy_force_speed_duplex() 2126 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_config_fc_after_link_up() 2129 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg); in e1000_config_fc_after_link_up() 2460 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_check_for_link() 2463 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_check_for_link() [all …]
|
D | e1000_hw.h | 2500 #define PHY_STATUS 0x01 /* Status Register */ macro
|
/linux-2.6.39/drivers/net/pch_gbe/ |
D | pch_gbe_phy.c | 29 #define PHY_STATUS 0x01 /* Status Regiser */ macro
|
/linux-2.6.39/drivers/staging/et131x/ |
D | et1310_phy.h | 479 #define PHY_STATUS 0x01 /* #define TRU_MI_STATUS_REGISTER 1 */ macro
|
D | et1310_phy.c | 387 MiRead(etdev, PHY_STATUS, &mistatus); in ET1310_PhyLinkStatus()
|
/linux-2.6.39/drivers/net/igb/ |
D | e1000_phy.c | 1550 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_wait_autoneg() 1553 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_wait_autoneg() 1589 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_phy_has_link() 1598 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, &phy_status); in igb_phy_has_link()
|
D | e1000_defines.h | 559 #define PHY_STATUS 0x01 /* Status Register */ macro
|
D | e1000_mac.c | 811 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, in igb_config_fc_after_link_up() 815 ret_val = hw->phy.ops.read_reg(hw, PHY_STATUS, in igb_config_fc_after_link_up()
|
/linux-2.6.39/drivers/net/e1000e/ |
D | defines.h | 590 #define PHY_STATUS 0x01 /* Status Register */ macro
|
D | phy.c | 1730 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status); in e1000_wait_autoneg() 1733 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status); in e1000_wait_autoneg() 1769 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status); in e1000e_phy_has_link_generic() 1777 ret_val = e1e_rphy(hw, PHY_STATUS, &phy_status); in e1000e_phy_has_link_generic()
|
D | lib.c | 1115 ret_val = e1e_rphy(hw, PHY_STATUS, &mii_status_reg); in e1000e_config_fc_after_link_up() 1118 ret_val = e1e_rphy(hw, PHY_STATUS, &mii_status_reg); in e1000e_config_fc_after_link_up()
|
D | netdev.c | 941 e1e_rphy(hw, PHY_STATUS, &phy_status); in e1000_print_hw_hang() 4045 ret_val |= e1e_rphy(hw, PHY_STATUS, &phy->bmsr); in e1000_phy_read_status()
|