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

/external/kernel-headers/original/uapi/linux/
H A Dmii.h102 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro
112 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
113 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
/external/syslinux/gpxe/src/include/
H A Dmii.h104 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro
114 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
115 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
186 if (negotiated & LPA_100FULL)
187 ret = LPA_100FULL;

Completed in 90 milliseconds