Searched refs:dqo_tx (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c25 (tx->dqo_tx.alloc_tx_qpl_buf_cnt -
26 tx->dqo_tx.free_tx_qpl_buf_cnt);
32 tx->dqo_tx.free_tx_qpl_buf_cnt =
36 (tx->dqo_tx.alloc_tx_qpl_buf_cnt -
37 tx->dqo_tx.free_tx_qpl_buf_cnt);
47 index = tx->dqo_tx.free_tx_qpl_buf_head;
53 tx->dqo_tx.free_tx_qpl_buf_head =
55 index = tx->dqo_tx.free_tx_qpl_buf_head;
62 tx->dqo_tx.free_tx_qpl_buf_head = tx->dqo.tx_qpl_buf_next[index];
103 if (tx->dqo_tx
[all...]
H A Dgve_ethtool.c372 data[i++] = tx->dqo_tx.tail - tx->dqo_tx.head;
H A Dgve.h471 } dqo_tx; member in union:gve_tx_ring::__anon525
496 * (dqo_tx.free_pending_packets) is runs out, this list
522 * (dqo_tx.free_tx_qpl_buf_head) is runs out, this list

Completed in 102 milliseconds