Searched refs:tx_bd_ready (Results 1 – 5 of 5) sorted by relevance
40 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()
49 txq->tx_bd_ready += txq->tx_rs_thresh; in hns3_tx_bulk_free_buffers()
459 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()
435 uint16_t tx_bd_ready; member538 ((txq)->nb_tx_desc - 1 - (txq)->tx_bd_ready)
1132 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 …]