Lines Matching defs:duplex
569 * speed and duplex were not forced. If the link needed to be forced, then
579 uint16_t speed, duplex;
704 * negotiated to HALF DUPLEX, flow control should not be
707 ret_val = mac->ops.get_link_up_info(hw, &speed, &duplex);
709 DEBUGOUT("Error getting link speed and duplex\n");
713 if (duplex == HALF_DUPLEX)
730 * igc_get_speed_and_duplex_copper_generic - Retrieve current speed/duplex
733 * @duplex: stores the current duplex
735 * Read the status register for the current speed/duplex and store the current
736 * speed and duplex for copper connections.
740 uint16_t *duplex)
769 *duplex = FULL_DUPLEX;
770 DEBUGOUT("Full Duplex\n");
772 *duplex = HALF_DUPLEX;
773 DEBUGOUT("Half Duplex\n");