Searched refs:gve_dma_alloc_coherent (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14-stable/sys/dev/gve/ |
| HD | gve_adminq.c | 460 rc = gve_dma_alloc_coherent(priv, ADMINQ_SIZE, ADMINQ_SIZE, &desc_mem); in gve_adminq_describe_device() 567 err = gve_dma_alloc_coherent(priv, size, PAGE_SIZE, &dma); in gve_adminq_register_page_list() 665 err = gve_dma_alloc_coherent(priv, sizeof(*ptype_map), PAGE_SIZE, &dma); in gve_adminq_get_ptype_map_dqo() 699 rc = gve_dma_alloc_coherent(priv, ADMINQ_SIZE, ADMINQ_SIZE, in gve_adminq_alloc()
|
| HD | gve_rx.c | 110 err = gve_dma_alloc_coherent(priv, in gve_rx_alloc_ring_gqi() 134 err = gve_dma_alloc_coherent(priv, in gve_rx_alloc_ring_gqi() 164 err = gve_dma_alloc_coherent(priv, sizeof(struct gve_queue_resources), in gve_rx_alloc_ring()
|
| HD | gve_main.c | 60 err = gve_dma_alloc_coherent(priv, sizeof(struct gve_driver_info), in gve_verify_driver_compatibility() 555 err = gve_dma_alloc_coherent(priv, sizeof(uint32_t) * priv->num_event_counters, in gve_alloc_counter_array() 577 err = gve_dma_alloc_coherent(priv, in gve_alloc_irq_db_array()
|
| HD | gve_tx.c | 108 err = gve_dma_alloc_coherent(priv, in gve_tx_alloc_ring_gqi() 167 err = gve_dma_alloc_coherent(priv, sizeof(struct gve_queue_resources), in gve_tx_alloc_ring()
|
| HD | gve_utils.c | 86 gve_dma_alloc_coherent(struct gve_priv *priv, int size, int align, in gve_dma_alloc_coherent() function
|
| HD | gve_tx_dqo.c | 174 err = gve_dma_alloc_coherent(priv, in gve_tx_alloc_ring_dqo() 185 err = gve_dma_alloc_coherent(priv, in gve_tx_alloc_ring_dqo()
|
| HD | gve_rx_dqo.c | 104 err = gve_dma_alloc_coherent(priv, in gve_rx_alloc_ring_dqo() 115 err = gve_dma_alloc_coherent(priv, in gve_rx_alloc_ring_dqo()
|
| HD | gve.h | 687 int gve_dma_alloc_coherent(struct gve_priv *priv, int size, int align,
|