Home
last modified time | relevance | path

Searched defs:tstorm_per_queue_stats (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/bxe/
H A Decore_hsi.h12050 struct tstorm_per_queue_stats struct
12052 …v_ucast_bytes /* number of bytes in unicast packets received without errors and pass the filter */;
12053 …int32_t rcv_ucast_pkts /* number of unicast packets received without errors and pass the filter */;
12054 uint32_t checksum_discard /* number of total packets received with checksum error */;
12055 …bcast_bytes /* number of bytes in broadcast packets received without errors and pass the filter */;
12056 …cast_pkts /* number of packets in broadcast packets received without errors and pass the filter */;
12057 uint32_t pkts_too_big_discard /* number of too long packets received */;
12058 …mcast_bytes /* number of bytes in multicast packets received without errors and pass the filter */;
12059 …cast_pkts /* number of packets in multicast packets received without errors and pass the filter */;
12060 uint32_t ttl0_discard /* the number of good frames dropped because of TTL=0 */;
[all …]