Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dconfig.c3629 uint8_t wthresh_tmp; in rxtx_config_display() local
3649 wthresh_tmp = rx_conf[qid].rx_thresh.wthresh; in rxtx_config_display()
3657 wthresh_tmp = rx_qinfo.conf.rx_thresh.wthresh; in rxtx_config_display()
3666 pthresh_tmp, hthresh_tmp, wthresh_tmp); in rxtx_config_display()
3684 wthresh_tmp = tx_conf[qid].tx_thresh.wthresh; in rxtx_config_display()
3693 wthresh_tmp = tx_qinfo.conf.tx_thresh.wthresh; in rxtx_config_display()
3703 pthresh_tmp, hthresh_tmp, wthresh_tmp); in rxtx_config_display()