Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h131 struct funeth_rxq_stats { /* per Rx queue SW counters */ struct
132 u64 rx_pkts; /* # of received packets, including SW drops */
133 u64 rx_bytes; /* total size of received packets */
134 u64 rx_cso; /* # of packets with checksum offload */
135 u64 rx_bufs; /* total # of Rx buffers provided to device */
136 u64 gro_pkts; /* # of GRO superpackets */
137 u64 gro_merged; /* # of pkts merged into existing GRO superpackets */
138 u64 rx_page_alloc; /* # of page allocations for Rx buffers */
139 u64 rx_budget; /* NAPI iterations that exhausted their budget */
140 u64 rx_mem_drops; /* # of packets dropped due to memory shortage */
[all …]