Searched refs:rx_hthresh (Results 1 – 4 of 4) sorted by relevance
295 int8_t rx_hthresh = RTE_PMD_PARAM_UNSET; variable3688 if (rx_hthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()3689 port->rx_conf[qid].rx_thresh.hthresh = rx_hthresh; in rxtx_port_config()
569 extern int8_t rx_hthresh;
1296 rx_hthresh = (int8_t)n; in launch_args_parse()
3488 rx_hthresh = res->value; in cmd_config_thresh_parsed()