Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec_neon.h40 if (txq->tx_bd_ready < txq->tx_free_thresh) in hns3_xmit_fixed_burst_vec()
43 nb_commit = RTE_MIN(txq->tx_bd_ready, nb_pkts); in hns3_xmit_fixed_burst_vec()
79 txq->tx_bd_ready -= nb_tx; in hns3_xmit_fixed_burst_vec()
H A Dhns3_rxtx_vec.h40 txq->tx_bd_ready += txq->tx_rs_thresh; in hns3_tx_bulk_free_buffers()
H A Dhns3_rxtx_vec_sve.c428 if (txq->tx_bd_ready < txq->tx_free_thresh) in hns3_xmit_fixed_burst_vec_sve()
431 nb_pkts = RTE_MIN(txq->tx_bd_ready, nb_pkts); in hns3_xmit_fixed_burst_vec_sve()
446 txq->tx_bd_ready -= nb_pkts; in hns3_xmit_fixed_burst_vec_sve()
H A Dhns3_rxtx.c1012 txq->tx_bd_ready = txq->nb_tx_desc - 1; in hns3_init_txq()
2590 txq->tx_bd_ready = txq->nb_tx_desc - 1; in hns3_tx_queue_setup()
2643 uint16_t tx_bd_ready = txq->tx_bd_ready; in hns3_tx_free_useless_buffer() local
2661 tx_bd_ready++; in hns3_tx_free_useless_buffer()
2671 txq->tx_bd_ready = tx_bd_ready; in hns3_tx_free_useless_buffer()
3438 txq->tx_bd_ready += txq->tx_rs_thresh; in hns3_tx_free_buffer_simple()
3528 nb_pkts = RTE_MIN(txq->tx_bd_ready, nb_pkts); in hns3_xmit_pkts_simple()
3530 if (txq->tx_bd_ready == 0) in hns3_xmit_pkts_simple()
3535 txq->tx_bd_ready -= nb_pkts; in hns3_xmit_pkts_simple()
3582 if (nb_buf > txq->tx_bd_ready) { in hns3_xmit_pkts()
[all …]
H A Dhns3_rxtx.h351 uint16_t tx_bd_ready; member
465 ((txq)->nb_tx_desc - 1 - (txq)->tx_bd_ready)