Home
last modified time | relevance | path

Searched refs:compl_ring (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve_tx_dqo.c85 if (tx->dqo.compl_ring != NULL) { in gve_tx_free_ring_dqo()
87 tx->dqo.compl_ring = NULL; in gve_tx_free_ring_dqo()
187 tx->dqo.compl_ring = tx->dqo.compl_ring_mem.cpu_addr; in gve_tx_alloc_ring_dqo()
965 tx->dqo.compl_ring[i] = (struct gve_tx_compl_desc_dqo){}; in gve_tx_clear_compl_ring_dqo()
1033 compl_desc = &tx->dqo.compl_ring[tx->dqo.compl_head]; in gve_tx_cleanup_dqo()
H A Dgve_rx_dqo.c63 if (rx->dqo.compl_ring != NULL) { in gve_rx_free_ring_dqo()
65 rx->dqo.compl_ring = NULL; in gve_rx_free_ring_dqo()
117 rx->dqo.compl_ring = rx->dqo.compl_ring_mem.cpu_addr; in gve_rx_alloc_ring_dqo()
195 rx->dqo.compl_ring[i] = (struct gve_rx_compl_desc_dqo){}; in gve_rx_clear_compl_ring_dqo()
968 compl_desc = &rx->dqo.compl_ring[rx->dqo.tail]; in gve_rx_cleanup_dqo()
H A Dgve.h293 struct gve_rx_compl_desc_dqo *compl_ring; member
444 struct gve_tx_compl_desc_dqo *compl_ring; member