Searched defs:gve_tx_ring (Results 1 – 1 of 1) sorted by relevance
422 struct gve_tx_ring { struct423 struct gve_ring_com com;424 struct gve_dma_handle desc_ring_mem;426 struct task xmit_task;427 struct taskqueue *xmit_tq;428 bool stopped;431 struct buf_ring *br;432 struct mtx ring_mtx;434 uint32_t req; /* free-running total number of packets written to the nic */435 uint32_t done; /* free-running total number of completed packets */[all …]