Lines Matching defs:duplex
324 u32 duplex; /* Link duplex: 0=Half, 1=Full */
525 new_duplex = ndev->phydev->duplex;
529 /* We get called only if link has changed (speed/duplex/status) */
531 priv->duplex = new_duplex;
532 if (DUPLEX_FULL == priv->duplex)
1174 /* Full duplex enable bit set when auto negotiation happens */
1179 ((priv->duplex == DUPLEX_FULL) ? 0x1 : 0));
1332 /* check the mode of operation - full/half duplex */
1333 if (phydev->duplex != priv->duplex) {
1335 priv->duplex = phydev->duplex;
1350 priv->duplex = ~0;
1524 priv->duplex = ~0;
1530 /* No PHY , fix the link, speed and duplex settings */
1534 priv->duplex = DUPLEX_FULL;