Lines Matching defs:link

244 	/* link setup */
246 /* physical interface link setup */
248 /* check for link */
250 /* link info */
416 /* Setup link and flow control */
426 * important that we do this after we have tried to establish link
428 * is no link.
464 * link partner's capabilities.
525 * e1000_setup_copper_link_82541 - Configure copper link settings
528 * Calls the appropriate function to configure the link for auto-neg or forced
529 * speed and duplex. Then we check for link, once link is established calls
530 * to configure collision distance and flow control are called. If link is
578 * e1000_check_for_link_82541 - Check/Store link connection
581 * This checks the link condition of the adapter and stores the
588 bool link;
594 * has completed and/or if our link status has changed. The
605 * link. If so, then we want to get the current speed/duplex
608 ret_val = e1000_phy_has_link_generic(hw, 1, 0, &link);
612 if (!link) {
614 goto out; /* No link detected */
621 * immediately after link-up
627 * we have already determined whether we have link or not.
647 * different link partner.
658 * e1000_config_dsp_after_link_change_82541 - Config DSP after link
660 * @link_up: boolean flag for link up status
666 * gigabit link is achieved to improve link quality.
688 DEBUGOUT("Error getting link speed and duplex\n");
932 * e1000_set_d3_lplu_state_82541 - Sets low power link up state for D3
938 * The low power link up (lplu) state is set to the power management level D3
1222 * e1000_power_down_phy_copper_82541 - Remove link in case of PHY power down
1225 * In the case of a PHY power down to save power, or to turn off link during a
1226 * driver unload, or wake on lan is not enabled, remove the link.