Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dtestpmd.c294 int8_t rx_pthresh = RTE_PMD_PARAM_UNSET; variable
3685 if (rx_pthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()
3686 port->rx_conf[qid].rx_thresh.pthresh = rx_pthresh; in rxtx_port_config()
H A Dtestpmd.h568 extern int8_t rx_pthresh;
H A Dparameters.c1289 rx_pthresh = (int8_t)n; in launch_args_parse()
H A Dcmdline.c3486 rx_pthresh = res->value; in cmd_config_thresh_parsed()