Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dmii.h84 #define LPA_100BASE4 0x0200 /* Can do 100mbps 4k packets */ macro
91 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
173 else if (negotiated & LPA_100BASE4) in mii_nway_result()
174 ret = LPA_100BASE4; in mii_nway_result()