Lines Matching defs:xlgmac_stats
147 struct xlgmac_stats { struct
149 u64 txoctetcount_gb;
150 u64 txframecount_gb;
151 u64 txbroadcastframes_g;
152 u64 txmulticastframes_g;
153 u64 tx64octets_gb;
154 u64 tx65to127octets_gb;
155 u64 tx128to255octets_gb;
156 u64 tx256to511octets_gb;
157 u64 tx512to1023octets_gb;
158 u64 tx1024tomaxoctets_gb;
159 u64 txunicastframes_gb;
160 u64 txmulticastframes_gb;
161 u64 txbroadcastframes_gb;
162 u64 txunderflowerror;
163 u64 txoctetcount_g;
164 u64 txframecount_g;
165 u64 txpauseframes;
166 u64 txvlanframes_g;
169 u64 rxframecount_gb;
170 u64 rxoctetcount_gb;
171 u64 rxoctetcount_g;
172 u64 rxbroadcastframes_g;
173 u64 rxmulticastframes_g;
174 u64 rxcrcerror;
175 u64 rxrunterror;
176 u64 rxjabbererror;
177 u64 rxundersize_g;
178 u64 rxoversize_g;
179 u64 rx64octets_gb;
180 u64 rx65to127octets_gb;
181 u64 rx128to255octets_gb;
182 u64 rx256to511octets_gb;
183 u64 rx512to1023octets_gb;
184 u64 rx1024tomaxoctets_gb;
185 u64 rxunicastframes_g;
186 u64 rxlengtherror;
187 u64 rxoutofrangetype;
188 u64 rxpauseframes;
189 u64 rxfifooverflow;
190 u64 rxvlanframes_gb;
191 u64 rxwatchdogerror;
194 u64 tx_tso_packets;
195 u64 rx_split_header_packets;
196 u64 tx_process_stopped;
197 u64 rx_process_stopped;
198 u64 tx_buffer_unavailable;
199 u64 rx_buffer_unavailable;
200 u64 fatal_bus_error;
201 u64 tx_vlan_packets;
202 u64 rx_vlan_packets;
203 u64 napi_poll_isr;
204 u64 napi_poll_txtimer;