Lines Matching defs:qed_eth_stats_common

1135 struct qed_eth_stats_common {  struct
1136 u64 no_buff_discards;
1137 u64 packet_too_big_discard;
1138 u64 ttl0_discard;
1139 u64 rx_ucast_bytes;
1140 u64 rx_mcast_bytes;
1141 u64 rx_bcast_bytes;
1142 u64 rx_ucast_pkts;
1143 u64 rx_mcast_pkts;
1144 u64 rx_bcast_pkts;
1145 u64 mftag_filter_discards;
1146 u64 mac_filter_discards;
1147 u64 gft_filter_drop;
1148 u64 tx_ucast_bytes;
1149 u64 tx_mcast_bytes;
1150 u64 tx_bcast_bytes;
1151 u64 tx_ucast_pkts;
1152 u64 tx_mcast_pkts;
1153 u64 tx_bcast_pkts;
1154 u64 tx_err_drop_pkts;
1155 u64 tpa_coalesced_pkts;
1156 u64 tpa_coalesced_events;
1157 u64 tpa_aborts_num;
1158 u64 tpa_not_coalesced_pkts;
1159 u64 tpa_coalesced_bytes;
1162 u64 rx_64_byte_packets;
1163 u64 rx_65_to_127_byte_packets;
1164 u64 rx_128_to_255_byte_packets;
1165 u64 rx_256_to_511_byte_packets;
1166 u64 rx_512_to_1023_byte_packets;
1167 u64 rx_1024_to_1518_byte_packets;
1168 u64 rx_crc_errors;
1169 u64 rx_mac_crtl_frames;
1170 u64 rx_pause_frames;
1171 u64 rx_pfc_frames;
1172 u64 rx_align_errors;
1173 u64 rx_carrier_errors;
1174 u64 rx_oversize_packets;
1175 u64 rx_jabbers;
1176 u64 rx_undersize_packets;
1177 u64 rx_fragments;
1178 u64 tx_64_byte_packets;
1179 u64 tx_65_to_127_byte_packets;
1180 u64 tx_128_to_255_byte_packets;
1181 u64 tx_256_to_511_byte_packets;
1182 u64 tx_512_to_1023_byte_packets;
1183 u64 tx_1024_to_1518_byte_packets;
1184 u64 tx_pause_frames;
1185 u64 tx_pfc_frames;
1186 u64 brb_truncates;
1187 u64 brb_discards;
1188 u64 rx_mac_bytes;
1189 u64 rx_mac_uc_packets;
1190 u64 rx_mac_mc_packets;
1191 u64 rx_mac_bc_packets;
1192 u64 rx_mac_frames_ok;
1193 u64 tx_mac_bytes;
1194 u64 tx_mac_uc_packets;
1195 u64 tx_mac_mc_packets;
1196 u64 tx_mac_bc_packets;
1197 u64 tx_mac_ctrl_frames;
1221 struct qed_eth_stats_common common; argument