Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A Dfuneth_txrx.h130 struct funeth_rxq_stats { /* per Rx queue SW counters */ struct
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 */
137 u64 rx_page_alloc; /* # of page allocations for Rx buffers */
140 u64 rx_map_err; /* # of page DMA mapping errors */
141 u64 xdp_drops; /* XDP_DROPped packets */
142 u64 xdp_tx; /* successful XDP transmits */
143 u64 xdp_redir; /* successful XDP redirects */
[all …]

Completed in 5 milliseconds