Home
last modified time | relevance | path

Searched refs:compl_ring_mem (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve_rx_dqo.c65 gve_dma_free_coherent(&rx->dqo.compl_ring_mem); in gve_rx_free_ring_dqo()
117 CACHE_LINE_SIZE, &rx->dqo.compl_ring_mem); in gve_rx_alloc_ring_dqo()
123 rx->dqo.compl_ring = rx->dqo.compl_ring_mem.cpu_addr; in gve_rx_alloc_ring_dqo()
208 bus_dmamap_sync(rx->dqo.compl_ring_mem.tag, rx->dqo.compl_ring_mem.map, in gve_rx_clear_compl_ring_dqo()
991 bus_dmamap_sync(rx->dqo.compl_ring_mem.tag, in gve_rx_cleanup_dqo()
992 rx->dqo.compl_ring_mem.map, in gve_rx_cleanup_dqo()
H A Dgve_tx_dqo.c87 gve_dma_free_coherent(&tx->dqo.compl_ring_mem); in gve_tx_free_ring_dqo()
187 CACHE_LINE_SIZE, &tx->dqo.compl_ring_mem); in gve_tx_alloc_ring_dqo()
193 tx->dqo.compl_ring = tx->dqo.compl_ring_mem.cpu_addr; in gve_tx_alloc_ring_dqo()
1008 bus_dmamap_sync(tx->dqo.compl_ring_mem.tag, tx->dqo.compl_ring_mem.map, in gve_tx_clear_compl_ring_dqo()
1086 bus_dmamap_sync(tx->dqo.compl_ring_mem.tag, in gve_tx_cleanup_dqo()
1087 tx->dqo.compl_ring_mem.map, in gve_tx_cleanup_dqo()
H A Dgve.h316 struct gve_dma_handle compl_ring_mem; member
452 struct gve_dma_handle compl_ring_mem; member
H A Dgve_adminq.c316 htobe64(rx->dqo.compl_ring_mem.bus_addr); in gve_adminq_create_rx_queue()
380 htobe64(tx->dqo.compl_ring_mem.bus_addr); in gve_adminq_create_tx_queue()