Searched refs:fullduplex (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c189 int speed10, fullduplex; local
213 fullduplex = inw(nic->ioaddr + MII_BMCR) & BMCRDuplex;
216 fullduplex ? "full" : "half");
H A Dns83820.c421 int speed, fullduplex, newlinkstate; local
432 if ((fullduplex = (tanlpar & TANAR_FULL_DUP)
476 fullduplex = (cfg & CFG_DUPSTS);
478 if (fullduplex)
495 speeds[speed], fullduplex ? "full" : "half");

Completed in 27 milliseconds