Lines Matching full:duplex
24 unsigned int full_duplex : 1; /* is full duplex? */
90 * @duplex_lock: Non-zero if duplex is locked at full
94 * if the media is operating or locked at full duplex, and
492 * @fd_bit: full duplex bit
530 * Resolve full duplex flow control as per IEEE 802.3-2005 table 28B-3
549 * mii_bmcr_encode_fixed - encode fixed speed/duplex settings to a BMCR value
551 * @duplex: a DUPLEX_* value
553 * Encode the speed and duplex to a BMCR value. 2500, 1000, 100 and 10 Mbps are
555 * Mbps. Unknown duplex values are encoded to half-duplex.
557 static inline u16 mii_bmcr_encode_fixed(int speed, int duplex) in mii_bmcr_encode_fixed() argument
577 if (duplex == DUPLEX_FULL) in mii_bmcr_encode_fixed()