Searched refs:rx_wthresh (Results 1 – 4 of 4) sorted by relevance
274 int8_t rx_wthresh = RTE_PMD_PARAM_UNSET; variable3452 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()
503 extern int8_t rx_wthresh;
1271 rx_wthresh = (int8_t)n; in launch_args_parse()
3363 rx_wthresh = res->value; in cmd_config_thresh_parsed()