Home
last modified time | relevance | path

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

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