Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.c217 uint32_t min_vec_bds = HNS3_DEFAULT_RXQ_REARM_THRESH + in hns3_rxq_vec_check() local
220 if (rxq->nb_rx_desc < min_vec_bds) in hns3_rxq_vec_check()
H A Dhns3_rxtx.c1743 uint16_t min_vec_bds; in hns3_rxq_conf_runtime_check() local
1758 min_vec_bds = HNS3_DEFAULT_RXQ_REARM_THRESH + in hns3_rxq_conf_runtime_check()
1760 if (nb_desc < min_vec_bds || in hns3_rxq_conf_runtime_check()
1766 min_vec_bds, HNS3_DEFAULT_RXQ_REARM_THRESH); in hns3_rxq_conf_runtime_check()