Home
last modified time | relevance | path

Searched refs:fullduplex (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet_mii.c410 const int fullduplex = MII_ABILITY_10BASE_T_FD in mii_disable_fullduplex() local
424 if (miiadvert & fullduplex) in mii_disable_fullduplex()
426 miiadvert & ~fullduplex); in mii_disable_fullduplex()
514 mii_fixspeed(mii_handle_t mac, int phy, int speed, int fullduplex) in mii_fixspeed() argument
521 fullduplex ? "full" : "half"); in mii_fixspeed()
536 if (fullduplex) in mii_fixspeed()
543 phyd->fix_duplex = fullduplex; in mii_fixspeed()
H A Ddnet_mii.h85 int mii_fixspeed(mii_handle_t, int phy, int speed, int fullduplex);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c421 int speed, fullduplex, newlinkstate; in phy_intr() local
432 if ((fullduplex = (tanlpar & TANAR_FULL_DUP) in phy_intr()
476 fullduplex = (cfg & CFG_DUPSTS); in phy_intr()
478 if (fullduplex) in phy_intr()
495 speeds[speed], fullduplex ? "full" : "half"); in phy_intr()
H A Drtl8139.c189 int speed10, fullduplex; in rtl8139_probe() local
213 fullduplex = inw(nic->ioaddr + MII_BMCR) & BMCRDuplex; in rtl8139_probe()
216 fullduplex ? "full" : "half"); in rtl8139_probe()