Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2860 uint8_t hthresh_tmp; in rxtx_config_display() local
2880 hthresh_tmp = rx_conf[qid].rx_thresh.hthresh; in rxtx_config_display()
2888 hthresh_tmp = rx_qinfo.conf.rx_thresh.hthresh; in rxtx_config_display()
2898 pthresh_tmp, hthresh_tmp, wthresh_tmp); in rxtx_config_display()
2910 hthresh_tmp = tx_conf[qid].tx_thresh.hthresh; in rxtx_config_display()
2919 hthresh_tmp = tx_qinfo.conf.tx_thresh.hthresh; in rxtx_config_display()
2930 pthresh_tmp, hthresh_tmp, wthresh_tmp); in rxtx_config_display()