Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve_rx_dqo.c203 if (rx->dqo.bufq.desc_ring) { in gve_rx_free_ring_dqo()
206 rx->dqo.bufq.bus); in gve_rx_free_ring_dqo()
214 rx->dqo.complq.bus); in gve_rx_free_ring_dqo()
218 kvfree(rx->dqo.buf_states); in gve_rx_free_ring_dqo()
219 rx->dqo.buf_states = NULL; in gve_rx_free_ring_dqo()
247 rx->dqo.buf_states = kvcalloc(rx->dqo.num_buf_states, in gve_rx_alloc_ring_dqo()
250 if (!rx->dqo.buf_states) in gve_rx_alloc_ring_dqo()
257 rx->dqo.buf_states[rx->dqo.num_buf_states - 1].next = -1; in gve_rx_alloc_ring_dqo()
266 rx->dqo.complq.desc_ring = in gve_rx_alloc_ring_dqo()
273 rx->dqo.bufq.desc_ring = in gve_rx_alloc_ring_dqo()
[all …]
A Dgve_tx_dqo.c121 if (tx->dqo.compl_ring) { in gve_tx_free_ring_dqo()
123 (tx->dqo.complq_mask + 1); in gve_tx_free_ring_dqo()
126 tx->dqo.compl_ring = NULL; in gve_tx_free_ring_dqo()
129 if (tx->dqo.tx_ring) { in gve_tx_free_ring_dqo()
132 tx->dqo.tx_ring = NULL; in gve_tx_free_ring_dqo()
179 tx->dqo.pending_packets = kvcalloc(tx->dqo.num_pending_packets, in gve_tx_alloc_ring_dqo()
189 tx->dqo.pending_packets[tx->dqo.num_pending_packets - 1].next = -1; in gve_tx_alloc_ring_dqo()
198 if (!tx->dqo.tx_ring) in gve_tx_alloc_ring_dqo()
201 bytes = sizeof(tx->dqo.compl_ring[0]) * (tx->dqo.complq_mask + 1); in gve_tx_alloc_ring_dqo()
205 if (!tx->dqo.compl_ring) in gve_tx_alloc_ring_dqo()
[all …]
A Dgve.h216 } dqo; member
434 } dqo; member
A Dgve_adminq.c561 cpu_to_be64(rx->dqo.complq.bus); in gve_adminq_create_rx_queue()
563 cpu_to_be64(rx->dqo.bufq.bus); in gve_adminq_create_rx_queue()

Completed in 15 milliseconds