Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.c35 uint16_t ret, new_burst; in hns3_xmit_pkts_vec() local
37 new_burst = RTE_MIN(nb_pkts, txq->tx_rs_thresh); in hns3_xmit_pkts_vec()
39 new_burst); in hns3_xmit_pkts_vec()
42 if (ret < new_burst) in hns3_xmit_pkts_vec()
H A Dhns3_rxtx_vec_sve.c458 uint16_t ret, new_burst; in hns3_xmit_pkts_vec_sve() local
462 new_burst = RTE_MIN(nb_pkts, txq->tx_rs_thresh); in hns3_xmit_pkts_vec_sve()
464 new_burst); in hns3_xmit_pkts_vec_sve()
467 if (ret < new_burst) in hns3_xmit_pkts_vec_sve()