Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c2641 uint16_t tx_next_clean = txq->next_to_clean; in hns3_tx_free_useless_buffer() local
2645 struct hns3_entry *tx_bak_pkt = &txq->sw_ring[tx_next_clean]; in hns3_tx_free_useless_buffer()
2646 struct hns3_desc *desc = &txq->tx_ring[tx_next_clean]; in hns3_tx_free_useless_buffer()
2651 tx_next_use != tx_next_clean) { in hns3_tx_free_useless_buffer()
2660 tx_next_clean++; in hns3_tx_free_useless_buffer()
2663 if (tx_next_clean >= tx_bd_max) { in hns3_tx_free_useless_buffer()
2664 tx_next_clean = 0; in hns3_tx_free_useless_buffer()
2670 txq->next_to_clean = tx_next_clean; in hns3_tx_free_useless_buffer()
3407 uint16_t tx_next_clean; in hns3_tx_free_buffer_simple() local
3420 desc = &txq->tx_ring[tx_next_clean]; in hns3_tx_free_buffer_simple()
[all …]