Searched refs:dqo_tx (Results 1 – 4 of 4) sorted by relevance
27 (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 …]
419 (tx->dqo_tx.tail - tx->dqo_tx.head) & in gve_get_ethtool_stats()
661 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()
534 } dqo_tx; member