Lines Matching full:duplex
44 #define BMCR_FULLDPLX 0x0100 /* Full duplex */
65 #define BMSR_10HALF 0x0800 /* Can do 10mbps, half-duplex */
66 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
67 #define BMSR_100HALF 0x2000 /* Can do 100mbps, half-duplex */
68 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
74 #define ADVERTISE_10HALF 0x0020 /* Try for 10mbps half-duplex */
75 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
76 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
77 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
78 #define ADVERTISE_100HALF 0x0080 /* Try for 100mbps half-duplex */
80 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */
97 #define LPA_10HALF 0x0020 /* Can do 10mbps half-duplex */
98 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */
99 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */
100 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */
101 #define LPA_100HALF 0x0080 /* Can do 100mbps half-duplex */
103 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */
135 #define ADVERTISE_1000FULL 0x0200 /* Advertise 1000BASE-T full duplex */
136 #define ADVERTISE_1000HALF 0x0100 /* Advertise 1000BASE-T half duplex */
144 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */
145 #define LPA_1000HALF 0x0400 /* Link partner 1000BASE-T half duplex */