Home
last modified time | relevance | path

Searched refs:gve_queue_resources (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/gve/
HDgve_adminq.h305 struct gve_queue_resources { struct
315 _Static_assert(sizeof(struct gve_queue_resources) == 64, argument
HDgve.h181 struct gve_queue_resources *q_resources;
HDgve_rx.c108 err = gve_dma_alloc_coherent(priv, sizeof(struct gve_queue_resources), in gve_rx_alloc_ring()
HDgve_tx.c115 err = gve_dma_alloc_coherent(priv, sizeof(struct gve_queue_resources), in gve_tx_alloc_ring()