Searched refs:fullduplex (Results 1 – 2 of 2) sorted by relevance
604 int speed, fullduplex, newlinkstate; in phy_intr() local618 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) && in phy_intr()661 fullduplex = (cfg & CFG_DUPSTS); in phy_intr()663 if (fullduplex) { in phy_intr()697 fullduplex ? "full" : "half"); in phy_intr()1209 int fullduplex = 0; local1230 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;1253 cmd->base.duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;1277 int fullduplex = 0; local1286 fullduplex = (tanar & TANAR_FULL_DUP);[all …]
749 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) in bcm_enet_set_duplex() argument754 if (fullduplex) in bcm_enet_set_duplex()