Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c272 int8_t rx_pthresh = RTE_PMD_PARAM_UNSET; variable
3446 if (rx_pthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()
3447 port->rx_conf[qid].rx_thresh.pthresh = rx_pthresh; in rxtx_port_config()
H A Dtestpmd.h501 extern int8_t rx_pthresh;
H A Dparameters.c1257 rx_pthresh = (int8_t)n; in launch_args_parse()
H A Dcmdline.c3359 rx_pthresh = res->value; in cmd_config_thresh_parsed()