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

/linux-master/drivers/net/ethernet/google/gve/
H A Dgve.h474 } dqo_tx; member in union:gve_tx_ring::__anon470
499 * (dqo_tx.free_pending_packets) is runs out, this list
525 * (dqo_tx.free_tx_qpl_buf_head) is runs out, this list
H A Dgve_ethtool.c393 data[i++] = tx->dqo_tx.tail - tx->dqo_tx.head;
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...]

Completed in 192 milliseconds