Home
last modified time | relevance | path

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

/include/uapi/linux/
Dmii.h99 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ macro
113 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)
/include/linux/
Dmii.h80 else if (negotiated & LPA_10FULL) in mii_nway_result()
81 ret = LPA_10FULL; in mii_nway_result()