Home | History | Annotate | Download | only in linux

Lines Matching full:mbps

34 #define MII_TPISTATUS       0x1b        /* TPI status for 10mbps       */
46 #define BMCR_SPEED100 0x2000 /* Select 100Mbps */
61 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
62 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
63 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
64 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
65 #define BMSR_100BASE4 0x8000 /* Can do 100mbps, 4k packets */
70 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
72 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
74 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
76 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */
78 #define ADVERTISE_100BASE4 0x0200 /* Try for 100mbps 4k packets */
93 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
95 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */
97 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
99 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */
101 #define LPA_100BASE4 0x0200 /* Can do 100mbps 4k packets */