Lines Matching defs:gve_tx_ring
308 struct gve_tx_ring { struct
310 union {
342 union {
380 } ____cacheline_aligned;
381 u64 pkt_done; /* free-running - total packets completed */
382 u64 bytes_done; /* free-running - total bytes completed */
383 u64 dropped_pkt; /* free-running - total packets dropped */
384 u64 dma_mapping_error; /* count of dma mapping errors */
387 union {
406 } ____cacheline_aligned;
407 struct netdev_queue *netdev_txq;
408 struct gve_queue_resources *q_resources; /* head and tail pointer idx */
432 struct gve_tx_ring *tx; /* tx rings on this block */ argument