Lines Matching defs:duplex
27 static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex);
515 * e1000_phy_force_speed_duplex_80003es2lan - Force PHY speed and duplex
518 * Force the speed and duplex settings onto the PHY. This is a
528 * forced whenever speed and duplex are forced.
557 e_dbg("Waiting for forced speed/duplex link on GG82563 phy.\n");
594 * duplex.
633 * e1000_get_link_up_info_80003es2lan - Report speed and duplex
636 * @duplex: pointer to duplex buffer
638 * Retrieve the current speed and duplex configuration.
641 u16 *duplex)
646 ret_val = e1000e_get_speed_and_duplex_copper(hw, speed, duplex);
651 duplex);
1083 u16 duplex;
1087 &duplex);
1094 ret_val = e1000_cfg_kmrn_10_100_80003es2lan(hw, duplex);
1103 * @duplex: current duplex setting
1108 static s32 e1000_cfg_kmrn_10_100_80003es2lan(struct e1000_hw *hw, u16 duplex)
1140 if (duplex == HALF_DUPLEX)