Lines Matching refs:fullduplex
604 int speed, fullduplex, newlinkstate; in phy_intr() local
616 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) && in phy_intr()
659 fullduplex = (cfg & CFG_DUPSTS); in phy_intr()
661 if (fullduplex) { in phy_intr()
695 fullduplex ? "full" : "half"); in phy_intr()
1211 int fullduplex = 0; local
1232 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
1255 cmd->base.duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;
1279 int fullduplex = 0; local
1288 fullduplex = (tanar & TANAR_FULL_DUP);
1292 fullduplex = cfg & CFG_DUPSTS;
1299 if (cmd->base.duplex != fullduplex) {