• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/

Lines Matching defs:link

619  *  e1000_copper_link_setup_82577 - Setup 82577 PHY for copper link
647 * e1000e_copper_link_setup_m88 - Setup m88 PHY's for copper link
781 * e1000e_copper_link_setup_igp - Setup igp PHY's for copper link
1054 * e1000_copper_link_autoneg - Setup/Enable autoneg for copper link
1059 * and restart the negotiation process between the link partner. If
1121 * e1000e_setup_copper_link - Configure copper link settings
1124 * Calls the appropriate function to configure the link for auto-neg or forced
1125 * speed and duplex. Then we check for link, once link is established calls
1126 * to configure collision distance and flow control are called. If link is
1132 bool link;
1156 * Check link status. Wait up to 100 microseconds for link to become
1162 &link);
1166 if (link) {
1167 e_dbg("Valid link established!!!\n");
1171 e_dbg("Unable to establish link!!!\n");
1182 * auto-crossover to force MDI manually. Waits for link and returns
1183 * successful if link up is successful, else -E1000_ERR_PHY (-2).
1190 bool link;
1222 e_dbg("Waiting for forced speed/duplex link on IGP phy.\n");
1227 &link);
1231 if (!link)
1238 &link);
1252 * changes. If time expires while waiting for link up, we reset the DSP.
1261 bool link;
1294 e_dbg("Waiting for forced speed/duplex link on M88 phy.\n");
1297 100000, &link);
1301 if (!link) {
1306 * We didn't get link.
1322 100000, &link);
1371 bool link;
1400 e_dbg("Waiting for forced speed/duplex link on IFE phy.\n");
1405 &link);
1409 if (!link)
1416 &link);
1486 * e1000e_set_d3_lplu_state - Sets low power link up state for D3
1492 * The low power link up (lplu) state is set to the power management level D3
1569 * A downshift is detected by querying the PHY link health.
1740 * e1000e_phy_has_link_generic - Polls PHY for link
1742 * @iterations: number of times to poll for link
1746 * Polls the PHY status register for link, 'iterations' number of times.
1757 * twice due to the link bit being sticky. No harm doing
1899 * to verify that link is up. Read the PHY special control register to
1909 bool link;
1916 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
1920 if (!link) {
1921 e_dbg("Phy info is only valid if link is up\n");
1972 * Read PHY status to determine if link is up. If link is up, then
1982 bool link;
1984 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
1988 if (!link) {
1989 e_dbg("Phy info is only valid if link is up\n");
2042 bool link;
2044 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
2048 if (!link) {
2049 e_dbg("Phy info is only valid if link is up\n");
2700 * e1000_power_up_phy_copper - Restore copper link in case of PHY power down
2703 * In the case of a PHY power down to save power, or to turn off link during a
2704 * driver unload, or wake on lan is not enabled, restore the link to previous
2718 * e1000_power_down_phy_copper - Restore copper link in case of PHY power down
2721 * In the case of a PHY power down to save power, or to turn off link during a
2722 * driver unload, or wake on lan is not enabled, restore the link to previous
2752 * e1000_set_d0_lplu_state - Sets low power link up state for D0
2758 * The low power link up (lplu) state is set to the power management level D0
3048 /* check if link is up and at 1Gbps */
3113 bool link;
3128 e_dbg("Waiting for forced speed/duplex link on 82577 phy\n");
3133 &link);
3137 if (!link)
3144 &link);
3157 * Read PHY status to determine if link is up. If link is up, then
3167 bool link;
3169 ret_val = e1000e_phy_has_link_generic(hw, 1, 0, &link);
3173 if (!link) {
3174 e_dbg("Phy info is only valid if link is up\n");