Lines Matching defs:stats_msg_block

309 struct stats_msg_block {  struct
311 u32 rx_ok; /* good RX packets */
312 u32 rx_bcast; /* good RX broadcast packets */
313 u32 rx_mcast; /* good RX multicast packets */
314 u32 rx_pause; /* RX pause frames */
315 u32 rx_ctrl; /* RX control packets other than pause frames */
316 u32 rx_fcs_err; /* RX packets with bad FCS */
317 u32 rx_len_err; /* RX packets with length != actual size */
318 u32 rx_byte_cnt; /* good bytes received. FCS is NOT included */
319 u32 rx_runt; /* RX packets < 64 bytes with good FCS */
320 u32 rx_frag; /* RX packets < 64 bytes with bad FCS */
321 u32 rx_sz_64; /* 64 byte RX packets */
322 u32 rx_sz_65_127;
323 u32 rx_sz_128_255;
324 u32 rx_sz_256_511;
325 u32 rx_sz_512_1023;
326 u32 rx_sz_1024_1518;
327 u32 rx_sz_1519_max; /* 1519 byte to MTU RX packets */
328 u32 rx_sz_ov; /* truncated RX packets > MTU */
329 u32 rx_rxf_ov; /* frames dropped due to RX FIFO overflow */
330 u32 rx_rrd_ov; /* frames dropped due to RRD overflow */
331 u32 rx_align_err; /* alignment errors */
332 u32 rx_bcast_byte_cnt; /* RX broadcast bytes, excluding FCS */
333 u32 rx_mcast_byte_cnt; /* RX multicast bytes, excluding FCS */
334 u32 rx_err_addr; /* packets dropped due to address filtering */
337 u32 tx_ok; /* good TX packets */
338 u32 tx_bcast; /* good TX broadcast packets */
339 u32 tx_mcast; /* good TX multicast packets */
340 u32 tx_pause; /* TX pause frames */
341 u32 tx_exc_defer; /* TX packets deferred excessively */
342 u32 tx_ctrl; /* TX control frames, excluding pause frames */
343 u32 tx_defer; /* TX packets deferred */
344 u32 tx_byte_cnt; /* bytes transmitted, FCS is NOT included */
345 u32 tx_sz_64; /* 64 byte TX packets */
346 u32 tx_sz_65_127;
347 u32 tx_sz_128_255;
348 u32 tx_sz_256_511;
349 u32 tx_sz_512_1023;
350 u32 tx_sz_1024_1518;
351 u32 tx_sz_1519_max; /* 1519 byte to MTU TX packets */
352 u32 tx_1_col; /* packets TX after a single collision */
353 u32 tx_2_col; /* packets TX after multiple collisions */
354 u32 tx_late_col; /* TX packets with late collisions */
355 u32 tx_abort_col; /* TX packets aborted w/excessive collisions */
356 u32 tx_underrun; /* TX packets aborted due to TX FIFO underrun
358 u32 tx_rd_eop; /* reads beyond the EOP into the next frame
360 u32 tx_len_err; /* TX packets where length != actual size */
361 u32 tx_trunc; /* TX packets truncated due to size > MTU */
362 u32 tx_bcast_byte; /* broadcast bytes transmitted, excluding FCS */
363 u32 tx_mcast_byte; /* multicast bytes transmitted, excluding FCS */
364 u32 smb_updated; /* 1: SMB Updated. This is used by software to