Searched refs:counter_array_mem (Results 1 – 4 of 4) sorted by relevance
653 PAGE_SIZE, &priv->counter_array_mem); in gve_alloc_counter_array()657 priv->counters = priv->counter_array_mem.cpu_addr; in gve_alloc_counter_array()665 gve_dma_free_coherent(&priv->counter_array_mem); in gve_free_counter_array()666 priv->counter_array_mem = (struct gve_dma_handle){}; in gve_free_counter_array()914 bus_dmamap_sync(priv->counter_array_mem.tag, priv->counter_array_mem.map, in gve_clear_device_resources()
615 bus_dmamap_sync(priv->counter_array_mem.tag, in gve_adminq_configure_device_resources()616 priv->counter_array_mem.map, BUS_DMASYNC_PREREAD); in gve_adminq_configure_device_resources()621 .counter_array = htobe64(priv->counter_array_mem.bus_addr), in gve_adminq_configure_device_resources()
392 bus_dmamap_sync(priv->counter_array_mem.tag, priv->counter_array_mem.map, in gve_tx_load_event_counter()
588 struct gve_dma_handle counter_array_mem; member