Searched refs:compl_ring_mem (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/gve/ |
| H A D | gve_rx_dqo.c | 65 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 D | gve_tx_dqo.c | 87 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 D | gve.h | 316 struct gve_dma_handle compl_ring_mem; member 452 struct gve_dma_handle compl_ring_mem; member
|
| H A D | gve_adminq.c | 316 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()
|