Home
last modified time | relevance | path

Searched refs:LPA_100HALF (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/include/
Dmii.h102 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ macro
115 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
190 else if (negotiated & LPA_100HALF) in mii_nway_result()
191 ret = LPA_100HALF; in mii_nway_result()
/external/kernel-headers/original/uapi/linux/
Dmii.h100 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */ macro
113 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
/external/syslinux/gpxe/src/drivers/net/
Detherfabric.c96 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
104 LPA_100HALF | LPA_EF_1000FULL | LPA_EF_1000HALF )
162 else if ( negotiated & LPA_100HALF ) in gmii_nway_result()
163 return ( other_bits | LPA_100HALF ); in gmii_nway_result()
Dsis190.c496 { LPA_100HALF, 0x04000800, in sis190_phy_task()
Dforcedeth.c789 } else if (lpa & LPA_100HALF) { in update_linkspeed()