Lines Matching defs:gve_tx_ring
444 struct gve_tx_ring { struct
446 union {
504 union {
562 } ____cacheline_aligned;
563 u64 pkt_done; /* free-running - total packets completed */
564 u64 bytes_done; /* free-running - total bytes completed */
565 u64 dropped_pkt; /* free-running - total packets dropped */
566 u64 dma_mapping_error; /* count of dma mapping errors */
569 union {
603 } ____cacheline_aligned;
604 struct netdev_queue *netdev_txq;
605 struct gve_queue_resources *q_resources; /* head and tail pointer idx */
606 struct device *dev;
607 u32 mask; /* masks req and done down to queue size */
608 u8 raw_addressing; /* use raw_addressing? */
611 u32 q_num ____cacheline_aligned; /* queue idx */
635 struct gve_tx_ring *tx; /* tx rings on this block */ argument