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()
261 kvfree(tx->dqo.tx_qpl_buf_next); in gve_tx_free_ring_dqo()
262 tx->dqo.tx_qpl_buf_next = NULL; in gve_tx_free_ring_dqo()
279 tx->dqo.tx_qpl_buf_next = kvzalloc_objs(tx->dqo.tx_qpl_buf_next[0], in gve_tx_qpl_buf_init()
281 if (!tx->dqo.tx_qpl_buf_next) in gve_tx_qpl_buf_init()
288 tx->dqo.tx_qpl_buf_next[i] = i + 1; in gve_tx_qpl_buf_init()
289 tx->dqo.tx_qpl_buf_next[num_tx_qpl_bufs - 1] = -1; in gve_tx_qpl_buf_init()
H A Dgve.h638 s16 *tx_qpl_buf_next; member