Lines Matching refs:fullduplex
618 int speed, fullduplex, newlinkstate; in phy_intr() local
630 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) && in phy_intr()
673 fullduplex = (cfg & CFG_DUPSTS); in phy_intr()
675 if (fullduplex) { in phy_intr()
709 fullduplex ? "full" : "half"); in phy_intr()
1225 int fullduplex = 0; local
1246 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
1269 cmd->base.duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;
1293 int fullduplex = 0; local
1302 fullduplex = (tanar & TANAR_FULL_DUP);
1306 fullduplex = cfg & CFG_DUPSTS;
1313 if (cmd->base.duplex != fullduplex) {