Lines Matching defs:atl1e_hw_stats

246 struct atl1e_hw_stats {  struct
248 unsigned long rx_ok; /* The number of good packet received. */
249 unsigned long rx_bcast; /* The number of good broadcast packet received. */
250 unsigned long rx_mcast; /* The number of good multicast packet received. */
251 unsigned long rx_pause; /* The number of Pause packet received. */
252 unsigned long rx_ctrl; /* The number of Control packet received other than Pause frame. */
253 unsigned long rx_fcs_err; /* The number of packets with bad FCS. */
254 …ned long rx_len_err; /* The number of packets with mismatch of length field and actual size. */
255 …signed long rx_byte_cnt; /* The number of bytes of good packet received. FCS is NOT included. */
256 …unt; /* The number of packets received that are less than 64 byte long and with good FCS. */
257 …frag; /* The number of packets received that are less than 64 byte long and with bad FCS. */
258 …igned long rx_sz_64; /* The number of good and bad packets received that are 64 byte long. */
259 …_65_127; /* The number of good and bad packets received that are between 65 and 127-byte long. */
260 …128_255; /* The number of good and bad packets received that are between 128 and 255-byte long. */
261 …256_511; /* The number of good and bad packets received that are between 256 and 511-byte long. */
262 …12_1023; /* The number of good and bad packets received that are between 512 and 1023-byte long. */
263 …518; /* The number of good and bad packets received that are between 1024 and 1518-byte long. */
264 …_sz_1519_max; /* The number of good and bad packets received that are between 1519-byte and MTU. */
265 … /* The number of good and bad packets received that are more than MTU size truncated by Selene. */
266 …igned long rx_rxf_ov; /* The number of frame dropped due to occurrence of RX FIFO overflow. */
267 unsigned long rx_rrd_ov; /* The number of frame dropped due to occurrence of RRD overflow. */
268 unsigned long rx_align_err; /* Alignment Error */
269 unsigned long rx_bcast_byte_cnt; /* The byte count of broadcast packet received, excluding FCS. */
270 unsigned long rx_mcast_byte_cnt; /* The byte count of multicast packet received, excluding FCS. */
271 unsigned long rx_err_addr; /* The number of packets dropped due to address filtering. */
274 unsigned long tx_ok; /* The number of good packet transmitted. */
275 unsigned long tx_bcast; /* The number of good broadcast packet transmitted. */
276 unsigned long tx_mcast; /* The number of good multicast packet transmitted. */
277 unsigned long tx_pause; /* The number of Pause packet transmitted. */
278 unsigned long tx_exc_defer; /* The number of packets transmitted with excessive deferral. */
279 … tx_ctrl; /* The number of packets transmitted is a control frame, excluding Pause frame. */
280 unsigned long tx_defer; /* The number of packets transmitted that is deferred. */
281 unsigned long tx_byte_cnt; /* The number of bytes of data transmitted. FCS is NOT included. */
282 …ed long tx_sz_64; /* The number of good and bad packets transmitted that are 64 byte long. */
283 …_127; /* The number of good and bad packets transmitted that are between 65 and 127-byte long. */
284 …_255; /* The number of good and bad packets transmitted that are between 128 and 255-byte long. */
285 …_511; /* The number of good and bad packets transmitted that are between 256 and 511-byte long. */
286 …1023; /* The number of good and bad packets transmitted that are between 512 and 1023-byte long. */
287 …; /* The number of good and bad packets transmitted that are between 1024 and 1518-byte long. */
288 …_1519_max; /* The number of good and bad packets transmitted that are between 1519-byte and MTU. */
289 … /* The number of packets subsequently transmitted successfully with a single prior collision. */
290 … /* The number of packets subsequently transmitted successfully with multiple prior collisions. */
291 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */
292 …gned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions. */
293 … /* The number of transmit packets aborted due to transmit FIFO underrun, or TRD FIFO underrun */
294 …umber of times that read beyond the EOP into the next frame area when TRD was not written timely */
295 …r; /* The number of transmit packets with length field does NOT match the actual frame size. */
296 …gned long tx_trunc; /* The number of transmit packets truncated due to size exceeding MTU. */
297 unsigned long tx_bcast_byte; /* The byte count of broadcast packet transmitted, excluding FCS. */
298 unsigned long tx_mcast_byte; /* The byte count of multicast packet transmitted, excluding FCS. */