Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c27 (tx->dqo_tx.alloc_tx_qpl_buf_cnt - in gve_has_free_tx_qpl_bufs()
28 tx->dqo_tx.free_tx_qpl_buf_cnt); in gve_has_free_tx_qpl_bufs()
34 tx->dqo_tx.free_tx_qpl_buf_cnt = in gve_has_free_tx_qpl_bufs()
38 (tx->dqo_tx.alloc_tx_qpl_buf_cnt - in gve_has_free_tx_qpl_bufs()
39 tx->dqo_tx.free_tx_qpl_buf_cnt); in gve_has_free_tx_qpl_bufs()
49 index = tx->dqo_tx.free_tx_qpl_buf_head; in gve_alloc_tx_qpl_buf()
55 tx->dqo_tx.free_tx_qpl_buf_head = in gve_alloc_tx_qpl_buf()
57 index = tx->dqo_tx.free_tx_qpl_buf_head; in gve_alloc_tx_qpl_buf()
64 tx->dqo_tx.free_tx_qpl_buf_head = tx->dqo.tx_qpl_buf_next[index]; in gve_alloc_tx_qpl_buf()
105 if (tx->dqo_tx.free_pending_packets != -1) in gve_has_pending_packet()
[all …]
H A Dgve_ethtool.c419 (tx->dqo_tx.tail - tx->dqo_tx.head) & in gve_get_ethtool_stats()
H A Dgve_rx_dqo.c661 spin_lock(&tx->dqo_tx.xdp_lock); in gve_xdp_tx_dqo()
663 spin_unlock(&tx->dqo_tx.xdp_lock); in gve_xdp_tx_dqo()
H A Dgve.h534 } dqo_tx; member