Searched refs:rx_pthresh (Results 1 – 4 of 4) sorted by relevance
272 int8_t rx_pthresh = RTE_PMD_PARAM_UNSET; variable3446 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()
501 extern int8_t rx_pthresh;
1257 rx_pthresh = (int8_t)n; in launch_args_parse()
3359 rx_pthresh = res->value; in cmd_config_thresh_parsed()