Searched refs:gve_dma_alloc_coherent (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/gve/ |
H A D | gve_adminq.c | 418 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 D | gve_rx.c | 104 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 D | gve_main.c | 60 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 D | gve_tx.c | 102 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 D | gve_utils.c | 86 gve_dma_alloc_coherent(struct gve_priv *priv, int size, int align, in gve_dma_alloc_coherent() function
|
H A D | gve_rx_dqo.c | 98 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 D | gve_tx_dqo.c | 168 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 D | gve.h | 675 int gve_dma_alloc_coherent(struct gve_priv *priv, int size, int align,
|