Searched defs:gve_tx_ring (Results 1 – 1 of 1) sorted by relevance
380 struct gve_tx_ring { struct381 struct gve_ring_com com;382 struct gve_dma_handle desc_ring_mem;384 struct task xmit_task;385 struct taskqueue *xmit_tq;386 bool stopped;389 struct buf_ring *br;390 struct mtx ring_mtx;392 uint32_t req; /* free-running total number of packets written to the nic */393 uint32_t done; /* free-running total number of completed packets */[all …]