Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/gve/
HDgve_adminq.c460 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()
HDgve_rx.c110 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()
HDgve_main.c60 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()
HDgve_tx.c108 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()
HDgve_utils.c86 gve_dma_alloc_coherent(struct gve_priv *priv, int size, int align, in gve_dma_alloc_coherent() function
HDgve_tx_dqo.c174 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()
HDgve_rx_dqo.c104 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()
HDgve.h687 int gve_dma_alloc_coherent(struct gve_priv *priv, int size, int align,