Lines Matching defs:b44_hw_stats
469 struct b44_hw_stats { struct
470 u32 tx_good_octets, tx_good_pkts, tx_octets;
471 u32 tx_pkts, tx_broadcast_pkts, tx_multicast_pkts;
472 u32 tx_len_64, tx_len_65_to_127, tx_len_128_to_255;
473 u32 tx_len_256_to_511, tx_len_512_to_1023, tx_len_1024_to_max;
474 u32 tx_jabber_pkts, tx_oversize_pkts, tx_fragment_pkts;
475 u32 tx_underruns, tx_total_cols, tx_single_cols;
476 u32 tx_multiple_cols, tx_excessive_cols, tx_late_cols;
477 u32 tx_defered, tx_carrier_lost, tx_pause_pkts;
478 u32 __pad1[8];
480 u32 rx_good_octets, rx_good_pkts, rx_octets;
481 u32 rx_pkts, rx_broadcast_pkts, rx_multicast_pkts;
482 u32 rx_len_64, rx_len_65_to_127, rx_len_128_to_255;
483 u32 rx_len_256_to_511, rx_len_512_to_1023, rx_len_1024_to_max;
484 u32 rx_jabber_pkts, rx_oversize_pkts, rx_fragment_pkts;
485 u32 rx_missed_pkts, rx_crc_align_errs, rx_undersize;
486 u32 rx_crc_errs, rx_align_errs, rx_symbol_errs;
487 u32 rx_pause_pkts, rx_nonpause_pkts;