Lines Matching defs:link

464  *  igc_copper_link_autoneg - Setup/Enable autoneg for copper link
469 * and restart the negotiation process between the link partner. If
528 * igc_setup_copper_link_generic - Configure copper link settings
531 * Calls the appropriate function to configure the link for auto-neg or forced
532 * speed and duplex. Then we check for link, once link is established calls
533 * to configure collision distance and flow control are called. If link is
539 bool link;
562 /* Check link status. Wait up to 100 microseconds for link to become
566 &link);
570 if (link) {
571 DEBUGOUT("Valid link established!!!\n");
575 DEBUGOUT("Unable to establish link!!!\n");
643 * igc_set_d3_lplu_state_generic - Sets low power link up state for D3
649 * The low power link up (lplu) state is set to the power management level D3
738 * A downshift is detected by querying the PHY link health.
795 * igc_phy_has_link_generic - Polls PHY for link
797 * @iterations: number of times to poll for link
801 * Polls the PHY status register for link, 'iterations' number of times.
816 * twice due to the link bit being sticky. No harm doing
901 * igc_power_up_phy_copper - Restore copper link in case of PHY power down
904 * In the case of a PHY power down to save power, or to turn off link during a
905 * driver unload, or wake on lan is not enabled, restore the link to previous
920 * igc_power_down_phy_copper - Restore copper link in case of PHY power down
923 * In the case of a PHY power down to save power, or to turn off link during a
924 * driver unload, or wake on lan is not enabled, restore the link to previous