Lines Matching defs:qede_stats_common
33 struct qede_stats_common { struct
34 u64 no_buff_discards;
35 u64 packet_too_big_discard;
36 u64 ttl0_discard;
37 u64 rx_ucast_bytes;
38 u64 rx_mcast_bytes;
39 u64 rx_bcast_bytes;
40 u64 rx_ucast_pkts;
41 u64 rx_mcast_pkts;
42 u64 rx_bcast_pkts;
43 u64 mftag_filter_discards;
44 u64 mac_filter_discards;
45 u64 gft_filter_drop;
46 u64 tx_ucast_bytes;
47 u64 tx_mcast_bytes;
48 u64 tx_bcast_bytes;
49 u64 tx_ucast_pkts;
50 u64 tx_mcast_pkts;
51 u64 tx_bcast_pkts;
52 u64 tx_err_drop_pkts;
53 u64 coalesced_pkts;
54 u64 coalesced_events;
55 u64 coalesced_aborts_num;
56 u64 non_coalesced_pkts;
57 u64 coalesced_bytes;
58 u64 link_change_count;
59 u64 ptp_skip_txts;
62 u64 rx_64_byte_packets;
63 u64 rx_65_to_127_byte_packets;
64 u64 rx_128_to_255_byte_packets;
65 u64 rx_256_to_511_byte_packets;
66 u64 rx_512_to_1023_byte_packets;
67 u64 rx_1024_to_1518_byte_packets;
68 u64 rx_crc_errors;
69 u64 rx_mac_crtl_frames;
70 u64 rx_pause_frames;
71 u64 rx_pfc_frames;
72 u64 rx_align_errors;
73 u64 rx_carrier_errors;
74 u64 rx_oversize_packets;
75 u64 rx_jabbers;
76 u64 rx_undersize_packets;
77 u64 rx_fragments;
78 u64 tx_64_byte_packets;
79 u64 tx_65_to_127_byte_packets;
80 u64 tx_128_to_255_byte_packets;
81 u64 tx_256_to_511_byte_packets;
82 u64 tx_512_to_1023_byte_packets;
83 u64 tx_1024_to_1518_byte_packets;
84 u64 tx_pause_frames;
85 u64 tx_pfc_frames;
86 u64 brb_truncates;
87 u64 brb_discards;
111 struct qede_stats_common common; argument