Lines Matching full:auto
183 /* Because we didn't get link via the internal auto-negotiation in igc_force_mac_fc()
185 * auto-neg), we have to manually enable/disable transmit an in igc_force_mac_fc()
373 /* We only want to go out to the PHY registers to see if Auto-Neg in igc_check_for_copper_link()
409 /* Auto-Neg is enabled. Auto Speed Detection takes care in igc_check_for_copper_link()
415 /* Configure Flow Control now that Auto-Neg has completed. in igc_check_for_copper_link()
453 * Checks the status of auto-negotiation after link up to ensure that the
455 * flow control needs to be forced also. If auto-negotiation is enabled
466 /* Check for the case where we have fiber media and auto-neg failed in igc_config_fc_after_link_up()
480 /* Check for the case where we have copper media and auto-neg is in igc_config_fc_after_link_up()
481 * enabled. In this case, we need to check and see if Auto-Neg in igc_config_fc_after_link_up()
500 hw_dbg("Copper PHY and Auto Neg has not completed.\n"); in igc_config_fc_after_link_up()
505 * read both the Auto Negotiation Advertisement in igc_config_fc_after_link_up()
518 /* Two bits in the Auto Negotiation Advertisement Register in igc_config_fc_after_link_up()
519 * (Address 4) and two bits in the Auto Negotiation Base in igc_config_fc_after_link_up()
626 /* Now we need to do one last check... If we auto- in igc_config_fc_after_link_up()
654 * igc_get_auto_rd_done - Check for auto read completion
657 * Check EEPROM for Auto Read done bit.
672 hw_dbg("Auto read by HW from NVM has not completed.\n"); in igc_get_auto_rd_done()