Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c273 int8_t rx_hthresh = RTE_PMD_PARAM_UNSET; variable
3449 if (rx_hthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()
3450 port->rx_conf[qid].rx_thresh.hthresh = rx_hthresh; in rxtx_port_config()
H A Dtestpmd.h502 extern int8_t rx_hthresh;
H A Dparameters.c1264 rx_hthresh = (int8_t)n; in launch_args_parse()
H A Dcmdline.c3361 rx_hthresh = res->value; in cmd_config_thresh_parsed()