Lines Matching defs:duplex
325 /* speed_duplex[] is used for setting the speed and duplex mode of NIC.
326 0: indicate autonegotiation for both speed and duplex mode
327 1: indicate 100Mbps half duplex mode
328 2: indicate 100Mbps full duplex mode
329 3: indicate 10Mbps half duplex mode
330 4: indicate 10Mbps full duplex mode
331 5: indicate 1000Mbps full duplex mode
337 VELOCITY_PARAM(speed_duplex, "Setting the speed and duplex mode");
898 /* set duplex mode of MAC according to duplex mode of MII */
913 * 2. set correct MII/GMII and half/full duplex mode in CHIPGCR
985 * description of the new link state, detailing speed and duplex
992 const char *duplex;
1010 duplex = "full";
1012 duplex = "half";
1019 duplex = "full";
1023 duplex = "half";
1027 duplex = "full";
1031 duplex = "half";
1035 duplex = "full";
1039 duplex = "unknown";
1043 netdev_notice(vptr->netdev, "Link %s speed %sM bps %s duplex\n",
1044 link, speed, duplex);
3360 cmd->base.duplex = DUPLEX_FULL;
3362 cmd->base.duplex = DUPLEX_HALF;
3388 new_status |= ((cmd->base.duplex == DUPLEX_FULL) ?