Home
last modified time | relevance | path

Searched defs:gve_rx_ring (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve.h270 struct gve_rx_ring { struct
271 struct gve_ring_com com;
272 struct gve_dma_handle desc_ring_mem;
273 uint32_t cnt; /* free-running total number of completed packets */
274 uint32_t fill_cnt; /* free-running total number of descs and buffs posted */
276 union {
314 struct lro_ctrl lro;
315 struct gve_rx_ctx ctx;
316 struct gve_rxq_stats stats;