• 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/igb/

Lines Matching defs:link

424  *  igb_copper_link_setup_82580 - Setup 82580 PHY for copper link
466 * igb_copper_link_setup_m88 - Setup m88 PHY's for copper link
573 * igb_copper_link_setup_igp - Setup igp PHY's for copper link
712 * igb_copper_link_autoneg - Setup/Enable autoneg for copper link
717 * and restart the negotiation process between the link partner. If
944 * igb_setup_copper_link - Configure copper link settings
947 * Calls the appropriate function to configure the link for auto-neg or forced
948 * speed and duplex. Then we check for link, once link is established calls
949 * to configure collision distance and flow control are called. If link is
955 bool link;
980 * Check link status. Wait up to 100 microseconds for link to become
986 &link);
990 if (link) {
991 hw_dbg("Valid link established!!!\n");
995 hw_dbg("Unable to establish link!!!\n");
1007 * auto-crossover to force MDI manually. Waits for link and returns
1008 * successful if link up is successful, else -E1000_ERR_PHY (-2).
1015 bool link;
1047 hw_dbg("Waiting for forced speed/duplex link on IGP phy.\n");
1052 &link);
1056 if (!link)
1063 &link);
1078 * changes. If time expires while waiting for link up, we reset the DSP.
1087 bool link;
1120 hw_dbg("Waiting for forced speed/duplex link on M88 phy.\n");
1122 ret_val = igb_phy_has_link(hw, PHY_FORCE_LIMIT, 100000, &link);
1126 if (!link) {
1128 * We didn't get link.
1143 100000, &link);
1239 * igb_set_d3_lplu_state - Sets low power link up state for D3
1245 * The low power link up (lplu) state is set to the power management level D3
1334 * A downshift is detected by querying the PHY link health.
1474 * igb_phy_has_link - Polls PHY for link
1476 * @iterations: number of times to poll for link
1480 * Polls the PHY status register for link, 'iterations' number of times.
1491 * twice due to the link bit being sticky. No harm doing
1637 * to verify that link is up. Read the PHY special control register to
1647 bool link;
1655 ret_val = igb_phy_has_link(hw, 1, 0, &link);
1659 if (!link) {
1660 hw_dbg("Phy info is only valid if link is up\n");
1713 * Read PHY status to determine if link is up. If link is up, then
1723 bool link;
1725 ret_val = igb_phy_has_link(hw, 1, 0, &link);
1729 if (!link) {
1730 hw_dbg("Phy info is only valid if link is up\n");
1934 * igb_power_up_phy_copper - Restore copper link in case of PHY power down
1937 * In the case of a PHY power down to save power, or to turn off link during a
1938 * driver unload, restore the link to previous settings.
1998 * auto-crossover to force MDI manually. Waits for link and returns
1999 * successful if link up is successful, else -E1000_ERR_PHY (-2).
2006 bool link;
2039 hw_dbg("Waiting for forced speed/duplex link on 82580 phy\n");
2044 &link);
2048 if (!link)
2055 &link);
2068 * Read PHY status to determine if link is up. If link is up, then
2078 bool link;
2081 ret_val = igb_phy_has_link(hw, 1, 0, &link);
2085 if (!link) {
2086 hw_dbg("Phy info is only valid if link is up\n");