Searched defs:tstorm_per_queue_stats (Results 1 – 1 of 1) sorted by relevance
8619 struct tstorm_per_queue_stats struct8621 …v_ucast_bytes /* number of bytes in unicast packets received without errors and pass the filter */;8622 u32_t rcv_ucast_pkts /* number of unicast packets received without errors and pass the filter */;8623 u32_t checksum_discard /* number of total packets received with checksum error */;8624 …bcast_bytes /* number of bytes in broadcast packets received without errors and pass the filter */;8625 …cast_pkts /* number of packets in broadcast packets received without errors and pass the filter */;8626 u32_t pkts_too_big_discard /* number of too long packets received */;8627 …mcast_bytes /* number of bytes in multicast packets received without errors and pass the filter */;8628 …cast_pkts /* number of packets in multicast packets received without errors and pass the filter */;8629 u32_t ttl0_discard /* the number of good frames dropped because of TTL=0 */;[all …]