Home
last modified time | relevance | path

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

/linux-6.8/drivers/net/ethernet/google/gve/
Dgve.h398 struct gve_tx_ring { struct
400 union {
458 union {
516 } ____cacheline_aligned;
517 u64 pkt_done; /* free-running - total packets completed */
518 u64 bytes_done; /* free-running - total bytes completed */
519 u64 dropped_pkt; /* free-running - total packets dropped */
520 u64 dma_mapping_error; /* count of dma mapping errors */
523 union {
557 } ____cacheline_aligned;
[all …]