Home
last modified time | relevance | path

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

/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()
85 txq->tx_bd_ready -= nb_tx; in hns3_xmit_fixed_burst_vec()
H A Dhns3_rxtx_vec.h49 txq->tx_bd_ready += txq->tx_rs_thresh; in hns3_tx_bulk_free_buffers()
H A Dhns3_rxtx_vec_sve.c459 if (txq->tx_bd_ready < txq->tx_free_thresh) in hns3_xmit_fixed_burst_vec_sve()
462 nb_pkts = RTE_MIN(txq->tx_bd_ready, nb_pkts); in hns3_xmit_fixed_burst_vec_sve()
477 txq->tx_bd_ready -= nb_pkts; in hns3_xmit_fixed_burst_vec_sve()
H A Dhns3_rxtx.h435 uint16_t tx_bd_ready; member
538 ((txq)->nb_tx_desc - 1 - (txq)->tx_bd_ready)
H A Dhns3_rxtx.c1132 txq->tx_bd_ready = txq->nb_tx_desc - 1; in hns3_init_txq()
3022 txq->tx_bd_ready = txq->nb_tx_desc - 1; in hns3_tx_queue_setup()
3105 txq->tx_bd_ready += txq->tx_rs_thresh; in hns3_tx_free_useless_buffer()
3116 while (required_bds > txq->tx_bd_ready) { in hns3_tx_free_required_buffer()
4020 txq->tx_bd_ready += txq->tx_rs_thresh; in hns3_tx_free_buffer_simple()
4122 nb_pkts = RTE_MIN(txq->tx_bd_ready, nb_pkts); in hns3_xmit_pkts_simple()
4124 if (txq->tx_bd_ready == 0) in hns3_xmit_pkts_simple()
4129 txq->tx_bd_ready -= nb_pkts; in hns3_xmit_pkts_simple()
4161 if (txq->tx_bd_ready < txq->tx_free_thresh) in hns3_xmit_pkts()
4176 if (nb_buf > txq->tx_bd_ready) { in hns3_xmit_pkts()
[all …]