Lines Matching defs:qed_eth_stats_common

1253 struct qed_eth_stats_common {  struct
1254 u64 no_buff_discards;
1255 u64 packet_too_big_discard;
1256 u64 ttl0_discard;
1257 u64 rx_ucast_bytes;
1258 u64 rx_mcast_bytes;
1259 u64 rx_bcast_bytes;
1260 u64 rx_ucast_pkts;
1261 u64 rx_mcast_pkts;
1262 u64 rx_bcast_pkts;
1263 u64 mftag_filter_discards;
1264 u64 mac_filter_discards;
1265 u64 gft_filter_drop;
1266 u64 tx_ucast_bytes;
1267 u64 tx_mcast_bytes;
1268 u64 tx_bcast_bytes;
1269 u64 tx_ucast_pkts;
1270 u64 tx_mcast_pkts;
1271 u64 tx_bcast_pkts;
1272 u64 tx_err_drop_pkts;
1273 u64 tpa_coalesced_pkts;
1274 u64 tpa_coalesced_events;
1275 u64 tpa_aborts_num;
1276 u64 tpa_not_coalesced_pkts;
1277 u64 tpa_coalesced_bytes;
1280 u64 rx_64_byte_packets;
1281 u64 rx_65_to_127_byte_packets;
1282 u64 rx_128_to_255_byte_packets;
1283 u64 rx_256_to_511_byte_packets;
1284 u64 rx_512_to_1023_byte_packets;
1285 u64 rx_1024_to_1518_byte_packets;
1286 u64 rx_crc_errors;
1287 u64 rx_mac_crtl_frames;
1288 u64 rx_pause_frames;
1289 u64 rx_pfc_frames;
1290 u64 rx_align_errors;
1291 u64 rx_carrier_errors;
1292 u64 rx_oversize_packets;
1293 u64 rx_jabbers;
1294 u64 rx_undersize_packets;
1295 u64 rx_fragments;
1296 u64 tx_64_byte_packets;
1297 u64 tx_65_to_127_byte_packets;
1298 u64 tx_128_to_255_byte_packets;
1299 u64 tx_256_to_511_byte_packets;
1300 u64 tx_512_to_1023_byte_packets;
1301 u64 tx_1024_to_1518_byte_packets;
1302 u64 tx_pause_frames;
1303 u64 tx_pfc_frames;
1304 u64 brb_truncates;
1305 u64 brb_discards;
1306 u64 rx_mac_bytes;
1307 u64 rx_mac_uc_packets;
1308 u64 rx_mac_mc_packets;
1309 u64 rx_mac_bc_packets;
1310 u64 rx_mac_frames_ok;
1311 u64 tx_mac_bytes;
1312 u64 tx_mac_uc_packets;
1313 u64 tx_mac_mc_packets;
1314 u64 tx_mac_bc_packets;
1315 u64 tx_mac_ctrl_frames;
1339 struct qed_eth_stats_common common; argument