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
493 * @fd_bit: full duplex bit
531 * Resolve full duplex flow control as per IEEE 802.3-2005 table 28B-3
550 * mii_bmcr_encode_fixed - encode fixed speed/duplex settings to a BMCR value
552 * @duplex: a DUPLEX_* value
554 * Encode the speed and duplex to a BMCR value. 2500, 1000, 100 and 10 Mbps are
556 * Mbps. Unknown duplex values are encoded to half-duplex.
558 static inline u16 mii_bmcr_encode_fixed(int speed, int duplex) in mii_bmcr_encode_fixed() argument
578 if (duplex == DUPLEX_FULL) in mii_bmcr_encode_fixed()