Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c546 if (remote_adv & LPA_PAUSE_CAP) in tg3_setup_flow_control()
554 if (remote_adv & LPA_PAUSE_CAP) in tg3_setup_flow_control()
560 if ((remote_adv & LPA_PAUSE_CAP) && in tg3_setup_flow_control()
799 remote_adv &= (LPA_PAUSE_CAP | LPA_PAUSE_ASYM); in tg3_setup_copper_phy()
1298 remote_adv |= LPA_PAUSE_CAP; in tg3_setup_fiber_phy()
H A Dtg3.h1626 #define LPA_PAUSE_CAP 0x0400 macro