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()79 txq->tx_bd_ready -= nb_tx; in hns3_xmit_fixed_burst_vec()
40 txq->tx_bd_ready += txq->tx_rs_thresh; in hns3_tx_bulk_free_buffers()
428 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()
1012 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() local2661 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 …]
351 uint16_t tx_bd_ready; member465 ((txq)->nb_tx_desc - 1 - (txq)->tx_bd_ready)