Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2859 uint8_t pthresh_tmp; in rxtx_config_display() local
2879 pthresh_tmp = rx_conf[qid].rx_thresh.pthresh; in rxtx_config_display()
2887 pthresh_tmp = rx_qinfo.conf.rx_thresh.pthresh; in rxtx_config_display()
2898 pthresh_tmp, hthresh_tmp, wthresh_tmp); in rxtx_config_display()
2909 pthresh_tmp = tx_conf[qid].tx_thresh.pthresh; in rxtx_config_display()
2918 pthresh_tmp = tx_qinfo.conf.tx_thresh.pthresh; in rxtx_config_display()
2930 pthresh_tmp, hthresh_tmp, wthresh_tmp); in rxtx_config_display()