Home
last modified time | relevance | path

Searched refs:tx_qpl_buf_next (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/google/gve/
Dgve_tx_dqo.c62 tx->dqo_tx.free_tx_qpl_buf_head = tx->dqo.tx_qpl_buf_next[index]; in gve_alloc_tx_qpl_buf()
80 tx->dqo.tx_qpl_buf_next[index] = pkt->tx_qpl_buf_ids[i]; in gve_free_tx_qpl_bufs()
87 tx->dqo.tx_qpl_buf_next[index] = old_head; in gve_free_tx_qpl_bufs()
237 kvfree(tx->dqo.tx_qpl_buf_next); in gve_tx_free_ring_dqo()
238 tx->dqo.tx_qpl_buf_next = NULL; in gve_tx_free_ring_dqo()
255 tx->dqo.tx_qpl_buf_next = kvcalloc(num_tx_qpl_bufs, in gve_tx_qpl_buf_init()
256 sizeof(tx->dqo.tx_qpl_buf_next[0]), in gve_tx_qpl_buf_init()
258 if (!tx->dqo.tx_qpl_buf_next) in gve_tx_qpl_buf_init()
265 tx->dqo.tx_qpl_buf_next[i] = i + 1; in gve_tx_qpl_buf_init()
266 tx->dqo.tx_qpl_buf_next[num_tx_qpl_bufs - 1] = -1; in gve_tx_qpl_buf_init()
Dgve.h578 s16 *tx_qpl_buf_next; member