Home | History | Annotate | Download | only in net

Lines Matching defs:duplex

175 	int media, speed, duplex;
228 duplex = ((stat_ge & LPA_1000FULL)
232 printf("%s: link up, 1000bps %s-duplex\n",
233 dev->name, duplex ? "full" : "half");
243 duplex = (media & ADVERTISE_FULL) ? 1 : 0;
245 printf("%s: link up, %sMbps %s-duplex\n",
246 dev->name, speed ? "100" : "10", duplex ? "full" : "half");
278 /* set gmac for 1000BaseTX and Full Duplex */
283 /* set gmac for 1000BaseTX and Half Duplex */
289 /* set MII for 100BaseTX and Full Duplex */
294 /* set MII for 10BaseT and Full Duplex */
299 /* set MII for 100BaseTX and Half Duplex */
304 /* set MII for 10BaseT and Half Duplex */