Lines Matching defs:qed_eth_stats_common

1313 struct qed_eth_stats_common {  struct
1314 u64 no_buff_discards;
1315 u64 packet_too_big_discard;
1316 u64 ttl0_discard;
1317 u64 rx_ucast_bytes;
1318 u64 rx_mcast_bytes;
1319 u64 rx_bcast_bytes;
1320 u64 rx_ucast_pkts;
1321 u64 rx_mcast_pkts;
1322 u64 rx_bcast_pkts;
1323 u64 mftag_filter_discards;
1324 u64 mac_filter_discards;
1325 u64 gft_filter_drop;
1326 u64 tx_ucast_bytes;
1327 u64 tx_mcast_bytes;
1328 u64 tx_bcast_bytes;
1329 u64 tx_ucast_pkts;
1330 u64 tx_mcast_pkts;
1331 u64 tx_bcast_pkts;
1332 u64 tx_err_drop_pkts;
1333 u64 tpa_coalesced_pkts;
1334 u64 tpa_coalesced_events;
1335 u64 tpa_aborts_num;
1336 u64 tpa_not_coalesced_pkts;
1337 u64 tpa_coalesced_bytes;
1340 u64 rx_64_byte_packets;
1341 u64 rx_65_to_127_byte_packets;
1342 u64 rx_128_to_255_byte_packets;
1343 u64 rx_256_to_511_byte_packets;
1344 u64 rx_512_to_1023_byte_packets;
1345 u64 rx_1024_to_1518_byte_packets;
1346 u64 rx_crc_errors;
1347 u64 rx_mac_crtl_frames;
1348 u64 rx_pause_frames;
1349 u64 rx_pfc_frames;
1350 u64 rx_align_errors;
1351 u64 rx_carrier_errors;
1352 u64 rx_oversize_packets;
1353 u64 rx_jabbers;
1354 u64 rx_undersize_packets;
1355 u64 rx_fragments;
1356 u64 tx_64_byte_packets;
1357 u64 tx_65_to_127_byte_packets;
1358 u64 tx_128_to_255_byte_packets;
1359 u64 tx_256_to_511_byte_packets;
1360 u64 tx_512_to_1023_byte_packets;
1361 u64 tx_1024_to_1518_byte_packets;
1362 u64 tx_pause_frames;
1363 u64 tx_pfc_frames;
1364 u64 brb_truncates;
1365 u64 brb_discards;
1366 u64 rx_mac_bytes;
1367 u64 rx_mac_uc_packets;
1368 u64 rx_mac_mc_packets;
1369 u64 rx_mac_bc_packets;
1370 u64 rx_mac_frames_ok;
1371 u64 tx_mac_bytes;
1372 u64 tx_mac_uc_packets;
1373 u64 tx_mac_mc_packets;
1374 u64 tx_mac_bc_packets;
1375 u64 tx_mac_ctrl_frames;
1399 struct qed_eth_stats_common common; argument