Searched refs:compl_ring_mem (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/gve/ |
H A D | gve_tx_dqo.c | 86 gve_dma_free_coherent(&tx->dqo.compl_ring_mem); in gve_tx_free_ring_dqo() 181 CACHE_LINE_SIZE, &tx->dqo.compl_ring_mem); in gve_tx_alloc_ring_dqo() 187 tx->dqo.compl_ring = tx->dqo.compl_ring_mem.cpu_addr; in gve_tx_alloc_ring_dqo() 967 bus_dmamap_sync(tx->dqo.compl_ring_mem.tag, tx->dqo.compl_ring_mem.map, in gve_tx_clear_compl_ring_dqo() 1030 bus_dmamap_sync(tx->dqo.compl_ring_mem.tag, tx->dqo.compl_ring_mem.map, in gve_tx_cleanup_dqo()
|
H A D | gve_rx_dqo.c | 64 gve_dma_free_coherent(&rx->dqo.compl_ring_mem); in gve_rx_free_ring_dqo() 111 CACHE_LINE_SIZE, &rx->dqo.compl_ring_mem); in gve_rx_alloc_ring_dqo() 117 rx->dqo.compl_ring = rx->dqo.compl_ring_mem.cpu_addr; in gve_rx_alloc_ring_dqo() 197 bus_dmamap_sync(rx->dqo.compl_ring_mem.tag, rx->dqo.compl_ring_mem.map, in gve_rx_clear_compl_ring_dqo() 965 bus_dmamap_sync(rx->dqo.compl_ring_mem.tag, rx->dqo.compl_ring_mem.map, in gve_rx_cleanup_dqo()
|
H A D | gve.h | 291 struct gve_dma_handle compl_ring_mem; member 408 struct gve_dma_handle compl_ring_mem; member
|
H A D | gve_adminq.c | 284 htobe64(rx->dqo.compl_ring_mem.bus_addr); in gve_adminq_create_rx_queue() 346 htobe64(tx->dqo.compl_ring_mem.bus_addr); in gve_adminq_create_tx_queue()
|