Searched defs:b44_hw_stats (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | b44.h | 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]; [all …]
|