Home | History | Annotate | Download | only in linux

Lines Matching defs:duplex

42  * @duplex: Duplex mode; one of %DUPLEX_*
75 * If autonegotiation is disabled, the speed and @duplex represent the
80 * @duplex is %DUPLEX_UNKNOWN or the best enabled duplex mode.
101 __u8 duplex;
316 * @supported: Mask of %SUPPORTED_* flags for the speed/duplex combinations
318 * @advertised: Mask of %ADVERTISED_* flags for the speed/duplex combinations
320 * @lp_advertised: Mask of %ADVERTISED_* flags for the speed/duplex
1580 /* Duplex, half or full. */
1585 static inline int ethtool_validate_duplex(__u8 duplex)
1587 switch (duplex) {
1738 * @duplex: Duplex mode; one of %DUPLEX_*
1784 * If autonegotiation is disabled, the speed and @duplex represent the
1789 * @duplex is %DUPLEX_UNKNOWN or the best enabled duplex mode.
1821 __u8 duplex;