Searched refs:rx_pthresh (Results 1 – 4 of 4) sorted by relevance
294 int8_t rx_pthresh = RTE_PMD_PARAM_UNSET; variable3685 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()
568 extern int8_t rx_pthresh;
1289 rx_pthresh = (int8_t)n; in launch_args_parse()
3486 rx_pthresh = res->value; in cmd_config_thresh_parsed()