Lines Matching full:fullduplex
604 int speed, fullduplex, newlinkstate; in phy_intr() local
618 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()
1210 int fullduplex = 0; local
1231 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
1254 cmd->base.duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;
1278 int fullduplex = 0; local
1287 fullduplex = (tanar & TANAR_FULL_DUP);
1291 fullduplex = cfg & CFG_DUPSTS;
1298 if (cmd->base.duplex != fullduplex) {