Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2861 uint8_t wthresh_tmp; in rxtx_config_display() local
2881 wthresh_tmp = rx_conf[qid].rx_thresh.wthresh; in rxtx_config_display()
2889 wthresh_tmp = rx_qinfo.conf.rx_thresh.wthresh; in rxtx_config_display()
2898 pthresh_tmp, hthresh_tmp, wthresh_tmp); in rxtx_config_display()
2911 wthresh_tmp = tx_conf[qid].tx_thresh.wthresh; in rxtx_config_display()
2920 wthresh_tmp = tx_qinfo.conf.tx_thresh.wthresh; in rxtx_config_display()
2930 pthresh_tmp, hthresh_tmp, wthresh_tmp); in rxtx_config_display()