Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/google/gve/
H A 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()
125 tx->dqo_tx.free_pending_packets = in gve_alloc_pending_packet()
437 u32 num_used = (tx->dqo_tx.tail - tx->dqo_tx.head) & tx->mask; in num_avail_tx_slots()
760 u32 desc_idx = tx->dqo_tx.tail; in gve_tx_add_skb_dqo()
[all …]
H A Dgve_ethtool.c396 (tx->dqo_tx.tail - tx->dqo_tx.head) & in gve_get_ethtool_stats()
H A Dgve.h500 } dqo_tx; member