Lines Matching defs:duplex
1126 * @duplex: Duplex mode.
1135 u8 duplex;
1249 * @duplex: Duplex mode setting. 1 for half duplex, 2 for full
1250 * duplex, and 0 for auto, which normally results in full
1251 * duplex.
1268 u8 duplex;
2423 /* Enable aggressive back off algorithm in half duplex mode. */
2895 /* Disable flow control in the half duplex mode. */
2896 if (1 == info->duplex)
2954 info->duplex = 1;
2956 info->duplex = 2;
2966 (1 == info->duplex));
3019 if (port->speed || port->duplex) {
3026 if (1 == port->duplex)
3029 else if (2 == port->duplex)
3064 if (1 == port->duplex)
3066 else if (2 == port->duplex)
5618 if (0 == cmd->base.duplex)
5622 else if (1 == cmd->base.duplex)
5630 port->duplex = 0;
5634 port->duplex = cmd->base.duplex + 1;