Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.c174 uint32_t min_vec_bds = HNS3_DEFAULT_RXQ_REARM_THRESH + in hns3_rxq_vec_check() local
177 if (rxq->nb_rx_desc < min_vec_bds) in hns3_rxq_vec_check()
H A Dhns3_rxtx.c1626 uint16_t min_vec_bds; in hns3_rxq_conf_runtime_check() local
1641 min_vec_bds = HNS3_DEFAULT_RXQ_REARM_THRESH + in hns3_rxq_conf_runtime_check()
1643 if (nb_desc < min_vec_bds || in hns3_rxq_conf_runtime_check()
1649 min_vec_bds, HNS3_DEFAULT_RXQ_REARM_THRESH); in hns3_rxq_conf_runtime_check()