Lines Matching defs:qed_eth_stats_common
1272 struct qed_eth_stats_common { struct
1273 u64 no_buff_discards;
1274 u64 packet_too_big_discard;
1275 u64 ttl0_discard;
1276 u64 rx_ucast_bytes;
1277 u64 rx_mcast_bytes;
1278 u64 rx_bcast_bytes;
1279 u64 rx_ucast_pkts;
1280 u64 rx_mcast_pkts;
1281 u64 rx_bcast_pkts;
1282 u64 mftag_filter_discards;
1283 u64 mac_filter_discards;
1284 u64 gft_filter_drop;
1285 u64 tx_ucast_bytes;
1286 u64 tx_mcast_bytes;
1287 u64 tx_bcast_bytes;
1288 u64 tx_ucast_pkts;
1289 u64 tx_mcast_pkts;
1290 u64 tx_bcast_pkts;
1291 u64 tx_err_drop_pkts;
1292 u64 tpa_coalesced_pkts;
1293 u64 tpa_coalesced_events;
1294 u64 tpa_aborts_num;
1295 u64 tpa_not_coalesced_pkts;
1296 u64 tpa_coalesced_bytes;
1299 u64 rx_64_byte_packets;
1300 u64 rx_65_to_127_byte_packets;
1301 u64 rx_128_to_255_byte_packets;
1302 u64 rx_256_to_511_byte_packets;
1303 u64 rx_512_to_1023_byte_packets;
1304 u64 rx_1024_to_1518_byte_packets;
1305 u64 rx_crc_errors;
1306 u64 rx_mac_crtl_frames;
1307 u64 rx_pause_frames;
1308 u64 rx_pfc_frames;
1309 u64 rx_align_errors;
1310 u64 rx_carrier_errors;
1311 u64 rx_oversize_packets;
1312 u64 rx_jabbers;
1313 u64 rx_undersize_packets;
1314 u64 rx_fragments;
1315 u64 tx_64_byte_packets;
1316 u64 tx_65_to_127_byte_packets;
1317 u64 tx_128_to_255_byte_packets;
1318 u64 tx_256_to_511_byte_packets;
1319 u64 tx_512_to_1023_byte_packets;
1320 u64 tx_1024_to_1518_byte_packets;
1321 u64 tx_pause_frames;
1322 u64 tx_pfc_frames;
1323 u64 brb_truncates;
1324 u64 brb_discards;
1325 u64 rx_mac_bytes;
1326 u64 rx_mac_uc_packets;
1327 u64 rx_mac_mc_packets;
1328 u64 rx_mac_bc_packets;
1329 u64 rx_mac_frames_ok;
1330 u64 tx_mac_bytes;
1331 u64 tx_mac_uc_packets;
1332 u64 tx_mac_mc_packets;
1333 u64 tx_mac_bc_packets;
1334 u64 tx_mac_ctrl_frames;
1358 struct qed_eth_stats_common common; argument