Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/google/gve/
Dgve_tx_dqo.c25 (tx->dqo_tx.alloc_tx_qpl_buf_cnt - in gve_has_free_tx_qpl_bufs()
26 tx->dqo_tx.free_tx_qpl_buf_cnt); in gve_has_free_tx_qpl_bufs()
32 tx->dqo_tx.free_tx_qpl_buf_cnt = in gve_has_free_tx_qpl_bufs()
36 (tx->dqo_tx.alloc_tx_qpl_buf_cnt - in gve_has_free_tx_qpl_bufs()
37 tx->dqo_tx.free_tx_qpl_buf_cnt); in gve_has_free_tx_qpl_bufs()
47 index = tx->dqo_tx.free_tx_qpl_buf_head; in gve_alloc_tx_qpl_buf()
53 tx->dqo_tx.free_tx_qpl_buf_head = in gve_alloc_tx_qpl_buf()
55 index = tx->dqo_tx.free_tx_qpl_buf_head; in gve_alloc_tx_qpl_buf()
62 tx->dqo_tx.free_tx_qpl_buf_head = tx->dqo.tx_qpl_buf_next[index]; in gve_alloc_tx_qpl_buf()
103 if (tx->dqo_tx.free_pending_packets != -1) in gve_has_pending_packet()
[all …]
Dgve_ethtool.c395 data[i++] = tx->dqo_tx.tail - tx->dqo_tx.head; in gve_get_ethtool_stats()
Dgve.h479 } dqo_tx; member