Searched defs:remote_adv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c540 static void tg3_setup_flow_control(struct tg3 *tp, uint32_t local_adv, uint32_t remote_adv) argument
546 if (remote_adv & LPA_PAUSE_CAP)
550 else if (remote_adv & LPA_PAUSE_ASYM)
554 if (remote_adv & LPA_PAUSE_CAP)
560 if ((remote_adv & LPA_PAUSE_CAP) &&
561 (remote_adv & LPA_PAUSE_ASYM))
793 uint32_t local_adv, remote_adv; local
798 tg3_readphy(tp, MII_LPA, &remote_adv);
799 remote_adv &= (LPA_PAUSE_CAP | LPA_PAUSE_ASYM);
807 tg3_setup_flow_control(tp, local_adv, remote_adv);
1293 uint32_t local_adv, remote_adv; local
[all...]

Completed in 638 milliseconds