Home
last modified time | relevance | path

Searched refs:gve_dma_alloc_coherent (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve_adminq.c418 rc = gve_dma_alloc_coherent(priv, ADMINQ_SIZE, ADMINQ_SIZE, &desc_mem); in gve_adminq_describe_device()
516 err = gve_dma_alloc_coherent(priv, size, PAGE_SIZE, &dma); in gve_adminq_register_page_list()
614 err = gve_dma_alloc_coherent(priv, sizeof(*ptype_map), PAGE_SIZE, &dma); in gve_adminq_get_ptype_map_dqo()
648 rc = gve_dma_alloc_coherent(priv, ADMINQ_SIZE, ADMINQ_SIZE, in gve_adminq_alloc()
H A Dgve_rx.c104 err = gve_dma_alloc_coherent(priv, in gve_rx_alloc_ring_gqi()
125 err = gve_dma_alloc_coherent(priv, in gve_rx_alloc_ring_gqi()
155 err = gve_dma_alloc_coherent(priv, sizeof(struct gve_queue_resources), in gve_rx_alloc_ring()
H A Dgve_main.c60 err = gve_dma_alloc_coherent(priv, sizeof(struct gve_driver_info), in gve_verify_driver_compatibility()
439 err = gve_dma_alloc_coherent(priv, sizeof(uint32_t) * priv->num_event_counters, in gve_alloc_counter_array()
461 err = gve_dma_alloc_coherent(priv, in gve_alloc_irq_db_array()
H A Dgve_tx.c102 err = gve_dma_alloc_coherent(priv, in gve_tx_alloc_ring_gqi()
159 err = gve_dma_alloc_coherent(priv, sizeof(struct gve_queue_resources), in gve_tx_alloc_ring()
H A Dgve_utils.c86 gve_dma_alloc_coherent(struct gve_priv *priv, int size, int align, in gve_dma_alloc_coherent() function
H A Dgve_rx_dqo.c98 err = gve_dma_alloc_coherent(priv, in gve_rx_alloc_ring_dqo()
109 err = gve_dma_alloc_coherent(priv, in gve_rx_alloc_ring_dqo()
H A Dgve_tx_dqo.c168 err = gve_dma_alloc_coherent(priv, in gve_tx_alloc_ring_dqo()
179 err = gve_dma_alloc_coherent(priv, in gve_tx_alloc_ring_dqo()
H A Dgve.h675 int gve_dma_alloc_coherent(struct gve_priv *priv, int size, int align,