Home
last modified time | relevance | path

Searched refs:e1000_phy_m88 (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/e1000/
De1000_ethtool.c1275 if (adapter->hw.phy_type == e1000_phy_m88) { in e1000_integrated_phy_loopback()
1314 adapter->hw.phy_type == e1000_phy_m88) in e1000_integrated_phy_loopback()
1329 if (adapter->hw.phy_type == e1000_phy_m88) in e1000_integrated_phy_loopback()
De1000_hw.c175 hw->phy_type = e1000_phy_m88; in e1000_set_phy_type()
2002 } else if (hw->phy_type == e1000_phy_m88) { in e1000_setup_copper_link()
2358 if ((hw->phy_type == e1000_phy_m88) || in e1000_phy_force_speed_duplex()
2442 ((hw->phy_type == e1000_phy_m88) || in e1000_phy_force_speed_duplex()
2468 if (hw->phy_type == e1000_phy_m88) { in e1000_phy_force_speed_duplex()
6690 if (hw->phy_type == e1000_phy_m88) { in e1000_get_cable_length()
6875 if ((hw->phy_type == e1000_phy_m88) || in e1000_check_polarity()
6959 } else if ((hw->phy_type == e1000_phy_m88) || in e1000_check_downshift()
De1000_hw.h216 e1000_phy_m88 = 0, enumerator
De1000_main.c3592 (hw->phy_type == e1000_phy_m88) &&