Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c274 int8_t rx_wthresh = RTE_PMD_PARAM_UNSET; variable
3452 if (rx_wthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()
3453 port->rx_conf[qid].rx_thresh.wthresh = rx_wthresh; in rxtx_port_config()
H A Dtestpmd.h503 extern int8_t rx_wthresh;
H A Dparameters.c1271 rx_wthresh = (int8_t)n; in launch_args_parse()
H A Dcmdline.c3363 rx_wthresh = res->value; in cmd_config_thresh_parsed()