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
1245 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
1265 cmd->duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;
1289 int fullduplex = 0; local
1298 fullduplex = (tanar & TANAR_FULL_DUP);
1302 fullduplex = cfg & CFG_DUPSTS;
1309 if (cmd->duplex != fullduplex) {