Home
last modified time | relevance | path

Searched refs:LPA_PAUSE_ASYM (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dmii.h106 #define LPA_PAUSE_ASYM 0x0800 /* Can pause asymetrically */ macro
/external/syslinux/gpxe/src/include/
Dmii.h108 #define LPA_PAUSE_ASYM 0x0800 /* Can pause asymetrically */ macro
/external/syslinux/gpxe/src/drivers/net/
Dtg3.c569 else if (remote_adv & LPA_PAUSE_ASYM) in tg3_setup_flow_control()
580 (remote_adv & LPA_PAUSE_ASYM)) in tg3_setup_flow_control()
819 remote_adv &= (LPA_PAUSE_CAP | LPA_PAUSE_ASYM); in tg3_setup_copper_phy()
1320 remote_adv |= LPA_PAUSE_ASYM; in tg3_setup_fiber_phy()
Dsky2.c1493 if ((lpa & LPA_PAUSE_CAP) && (lpa & LPA_PAUSE_ASYM)) in sky2_autoneg_done()