Lines Matching defs:duplex
1194 * @duplex: Duplex mode.
1203 u8 duplex;
1317 * @duplex: Duplex mode setting. 1 for half duplex, 2 for full
1318 * duplex, and 0 for auto, which normally results in full
1319 * duplex.
1336 u8 duplex;
2735 /* Enable aggressive back off algorithm in half duplex mode. */
3264 /* Disable flow control in the half duplex mode. */
3265 if (1 == info->duplex)
3324 info->duplex = 1;
3326 info->duplex = 2;
3336 (1 == info->duplex));
3392 if (port->speed || port->duplex) {
3399 if (1 == port->duplex)
3402 else if (2 == port->duplex)
3437 if (1 == port->duplex)
3439 else if (2 == port->duplex)
5993 if (0 == cmd->base.duplex)
5997 else if (1 == cmd->base.duplex)
6005 port->duplex = 0;
6009 port->duplex = cmd->base.duplex + 1;