Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/google/gve/
H A 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()
222 kvfree(tx->dqo.tx_qpl_buf_next); in gve_tx_free_ring_dqo()
223 tx->dqo.tx_qpl_buf_next = NULL; in gve_tx_free_ring_dqo()
239 tx->dqo.tx_qpl_buf_next = kvcalloc(num_tx_qpl_bufs, in gve_tx_qpl_buf_init()
240 sizeof(tx->dqo.tx_qpl_buf_next[0]), in gve_tx_qpl_buf_init()
242 if (!tx->dqo.tx_qpl_buf_next) in gve_tx_qpl_buf_init()
249 tx->dqo.tx_qpl_buf_next[i] = i + 1; in gve_tx_qpl_buf_init()
250 tx->dqo.tx_qpl_buf_next[num_tx_qpl_bufs - 1] = -1; in gve_tx_qpl_buf_init()
H A Dgve.h548 s16 *tx_qpl_buf_next; member