Lines Matching full:clr
118 #define IGC_CRCERRS 0x04000 /* CRC Error Count - R/clr */
119 #define IGC_ALGNERRC 0x04004 /* Alignment Error Count - R/clr */
120 #define IGC_RXERRC 0x0400C /* Receive Error Count - R/clr */
121 #define IGC_MPC 0x04010 /* Missed Packet Count - R/clr */
122 #define IGC_SCC 0x04014 /* Single Collision Count - R/clr */
123 #define IGC_ECOL 0x04018 /* Excessive Collision Count - R/clr */
124 #define IGC_MCC 0x0401C /* Multiple Collision Count - R/clr */
125 #define IGC_LATECOL 0x04020 /* Late Collision Count - R/clr */
126 #define IGC_COLC 0x04028 /* Collision Count - R/clr */
127 #define IGC_RERC 0x0402C /* Receive Error Count - R/clr */
128 #define IGC_DC 0x04030 /* Defer Count - R/clr */
129 #define IGC_TNCRS 0x04034 /* Tx-No CRS - R/clr */
130 #define IGC_HTDPMC 0x0403C /* Host Transmit Discarded by MAC - R/clr */
131 #define IGC_RLEC 0x04040 /* Receive Length Error Count - R/clr */
132 #define IGC_XONRXC 0x04048 /* XON Rx Count - R/clr */
133 #define IGC_XONTXC 0x0404C /* XON Tx Count - R/clr */
134 #define IGC_XOFFRXC 0x04050 /* XOFF Rx Count - R/clr */
135 #define IGC_XOFFTXC 0x04054 /* XOFF Tx Count - R/clr */
136 #define IGC_FCRUC 0x04058 /* Flow Control Rx Unsupported Count- R/clr */
137 #define IGC_PRC64 0x0405C /* Packets Rx (64 bytes) - R/clr */
138 #define IGC_PRC127 0x04060 /* Packets Rx (65-127 bytes) - R/clr */
139 #define IGC_PRC255 0x04064 /* Packets Rx (128-255 bytes) - R/clr */
140 #define IGC_PRC511 0x04068 /* Packets Rx (255-511 bytes) - R/clr */
141 #define IGC_PRC1023 0x0406C /* Packets Rx (512-1023 bytes) - R/clr */
142 #define IGC_PRC1522 0x04070 /* Packets Rx (1024-1522 bytes) - R/clr */
143 #define IGC_GPRC 0x04074 /* Good Packets Rx Count - R/clr */
144 #define IGC_BPRC 0x04078 /* Broadcast Packets Rx Count - R/clr */
145 #define IGC_MPRC 0x0407C /* Multicast Packets Rx Count - R/clr */
146 #define IGC_GPTC 0x04080 /* Good Packets Tx Count - R/clr */
147 #define IGC_GORCL 0x04088 /* Good Octets Rx Count Low - R/clr */
148 #define IGC_GORCH 0x0408C /* Good Octets Rx Count High - R/clr */
149 #define IGC_GOTCL 0x04090 /* Good Octets Tx Count Low - R/clr */
150 #define IGC_GOTCH 0x04094 /* Good Octets Tx Count High - R/clr */
151 #define IGC_RNBC 0x040A0 /* Rx No Buffers Count - R/clr */
152 #define IGC_RUC 0x040A4 /* Rx Undersize Count - R/clr */
153 #define IGC_RFC 0x040A8 /* Rx Fragment Count - R/clr */
154 #define IGC_ROC 0x040AC /* Rx Oversize Count - R/clr */
155 #define IGC_RJC 0x040B0 /* Rx Jabber Count - R/clr */
156 #define IGC_MGTPRC 0x040B4 /* Management Packets Rx Count - R/clr */
157 #define IGC_MGTPDC 0x040B8 /* Management Packets Dropped Count - R/clr */
158 #define IGC_MGTPTC 0x040BC /* Management Packets Tx Count - R/clr */
159 #define IGC_TORL 0x040C0 /* Total Octets Rx Low - R/clr */
160 #define IGC_TORH 0x040C4 /* Total Octets Rx High - R/clr */
161 #define IGC_TOTL 0x040C8 /* Total Octets Tx Low - R/clr */
162 #define IGC_TOTH 0x040CC /* Total Octets Tx High - R/clr */
163 #define IGC_TPR 0x040D0 /* Total Packets Rx - R/clr */
164 #define IGC_TPT 0x040D4 /* Total Packets Tx - R/clr */
165 #define IGC_PTC64 0x040D8 /* Packets Tx (64 bytes) - R/clr */
166 #define IGC_PTC127 0x040DC /* Packets Tx (65-127 bytes) - R/clr */
167 #define IGC_PTC255 0x040E0 /* Packets Tx (128-255 bytes) - R/clr */
168 #define IGC_PTC511 0x040E4 /* Packets Tx (256-511 bytes) - R/clr */
169 #define IGC_PTC1023 0x040E8 /* Packets Tx (512-1023 bytes) - R/clr */
170 #define IGC_PTC1522 0x040EC /* Packets Tx (1024-1522 Bytes) - R/clr */
171 #define IGC_MPTC 0x040F0 /* Multicast Packets Tx Count - R/clr */
172 #define IGC_BPTC 0x040F4 /* Broadcast Packets Tx Count - R/clr */
173 #define IGC_TSCTC 0x040F8 /* TCP Segmentation Context Tx - R/clr */