Searched defs:funeth_rxq_stats (Results 1 – 1 of 1) sorted by relevance
130 struct funeth_rxq_stats { /* per Rx queue SW counters */ struct131 u64 rx_pkts; /* # of received packets, including SW drops */132 u64 rx_bytes; /* total size of received packets */133 u64 rx_cso; /* # of packets with checksum offload */134 u64 rx_bufs; /* total # of Rx buffers provided to device */135 u64 gro_pkts; /* # of GRO superpackets */136 u64 gro_merged; /* # of pkts merged into existing GRO superpackets */137 u64 rx_page_alloc; /* # of page allocations for Rx buffers */138 u64 rx_budget; /* NAPI iterations that exhausted their budget */139 u64 rx_mem_drops; /* # of packets dropped due to memory shortage */[all …]