Home
last modified time | relevance | path

Searched refs:new_adv (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c725 set_advice(int *combined_adv, int new_adv) { in set_advice() argument
737 if (new_adv & GRP1_ADV) in set_advice()
739 else if (new_adv & GRP2_ADV) in set_advice()
744 *combined_adv |= new_adv; in set_advice()
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c601 uint32_t new_adv; in tg3_phy_copper_begin() local
614 new_adv = (ADVERTISE_CSMA | ADVERTISE_PAUSE_CAP); in tg3_phy_copper_begin()
616 new_adv |= ADVERTISE_10HALF; in tg3_phy_copper_begin()
619 new_adv |= ADVERTISE_10FULL; in tg3_phy_copper_begin()
622 new_adv |= ADVERTISE_100HALF; in tg3_phy_copper_begin()
625 new_adv |= ADVERTISE_100FULL; in tg3_phy_copper_begin()
627 tg3_writephy(tp, MII_ADVERTISE, new_adv); in tg3_phy_copper_begin()
631 new_adv = 0; in tg3_phy_copper_begin()
633 new_adv |= MII_TG3_CTRL_ADV_1000_HALF; in tg3_phy_copper_begin()
636 new_adv |= MII_TG3_CTRL_ADV_1000_FULL; in tg3_phy_copper_begin()
[all …]