Searched refs:LPA_100FULL (Results 1 – 3 of 3) sorted by relevance
83 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro90 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)91 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
148 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro155 #define LPA_DUPLEX (LPA_10FULL | LPA_100FULL)156 #define LPA_100 (LPA_100FULL | LPA_100HALF | LPA_100BASE4)
381 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ macro556 if (lpa & LPA_100FULL) { in update_linkspeed()