Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c64 tx->dqo_tx.free_tx_qpl_buf_head = tx->dqo.tx_qpl_buf_next[index]; in gve_alloc_tx_qpl_buf()
82 tx->dqo.tx_qpl_buf_next[index] = pkt->tx_qpl_buf_ids[i]; in gve_free_tx_qpl_bufs()
89 tx->dqo.tx_qpl_buf_next[index] = old_head; in gve_free_tx_qpl_bufs()
251 kvfree(tx->dqo.tx_qpl_buf_next); in gve_tx_free_ring_dqo()
252 tx->dqo.tx_qpl_buf_next = NULL; in gve_tx_free_ring_dqo()
269 tx->dqo.tx_qpl_buf_next = kvcalloc(num_tx_qpl_bufs, in gve_tx_qpl_buf_init()
270 sizeof(tx->dqo.tx_qpl_buf_next[0]), in gve_tx_qpl_buf_init()
272 if (!tx->dqo.tx_qpl_buf_next) in gve_tx_qpl_buf_init()
279 tx->dqo.tx_qpl_buf_next[i] = i + 1; in gve_tx_qpl_buf_init()
280 tx->dqo.tx_qpl_buf_next[num_tx_qpl_bufs - 1] = -1; in gve_tx_qpl_buf_init()
H A Dgve.h630 s16 *tx_qpl_buf_next; member