Searched refs:fullduplex (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/intel/io/dnet/ |
H A D | dnet_mii.c | 410 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 D | dnet_mii.h | 85 int mii_fixspeed(mii_handle_t, int phy, int speed, int fullduplex);
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | ns83820.c | 421 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 D | rtl8139.c | 189 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()
|