Home
last modified time | relevance | path

Searched refs:lpa (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dforcedeth.c547 int adv, lpa, newdup; in update_linkspeed() local
550 lpa = mii_rw(nic, np->phyaddr, MII_LPA, MII_READ); in update_linkspeed()
552 adv, lpa)); in update_linkspeed()
555 lpa = lpa & adv; in update_linkspeed()
556 if (lpa & LPA_100FULL) { in update_linkspeed()
559 } else if (lpa & LPA_100HALF) { in update_linkspeed()
562 } else if (lpa & LPA_10FULL) { in update_linkspeed()
565 } else if (lpa & LPA_10HALF) { in update_linkspeed()
569 printf("bad ability %hX - falling back to 10HD.\n", lpa); in update_linkspeed()
H A Dtulip.c1971 unsigned int bmsr, lpa, negotiated, new_csr6; in tulip_check_duplex() local
1974 lpa = mdio_read(nic, tp->phys[0], 5); in tulip_check_duplex()
1979 "%#x.\n", tp->nic_name, bmsr, lpa); in tulip_check_duplex()
1996 tp->full_duplex = lpa & 0x140; in tulip_check_duplex()
1999 negotiated = lpa & tp->advertising[0]; in tulip_check_duplex()
2015 tp->phys[0], lpa); in tulip_check_duplex()
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c864 u16 lpa, pcs_status, adv, adv_addr, lpi_ctrl, data; in e1000_set_eee_pchlan() local
870 lpa = I82579_EEE_LP_ABILITY; in e1000_set_eee_pchlan()
875 lpa = I217_EEE_LP_ABILITY; in e1000_set_eee_pchlan()
897 ret_val = e1000_read_emi_reg_locked(hw, lpa, in e1000_set_eee_pchlan()