Searched defs:gve_tx_ring (Results 1 – 2 of 2) sorted by relevance
128 struct gve_tx_ring { struct130 struct gve_tx_fifo tx_fifo;131 u32 req; /* driver tracked head pointer */132 u32 done; /* driver tracked tail pointer */135 __be32 last_nic_done ____cacheline_aligned; /* NIC tail pointer */136 u64 pkt_done; /* free-running - total packets completed */137 u64 bytes_done; /* free-running - total bytes completed */140 union gve_tx_desc *desc ____cacheline_aligned;141 struct gve_tx_buffer_state *info; /* Maps 1:1 to a desc */142 struct netdev_queue *netdev_txq;[all …]
393 struct gve_tx_ring { struct395 union {453 union {511 } ____cacheline_aligned;512 u64 pkt_done; /* free-running - total packets completed */513 u64 bytes_done; /* free-running - total bytes completed */514 u64 dropped_pkt; /* free-running - total packets dropped */515 u64 dma_mapping_error; /* count of dma mapping errors */518 union {552 } ____cacheline_aligned;[all …]