Searched refs:tx_wthresh (Results 1 – 6 of 6) sorted by relevance
247 uint32_t tx_wthresh; /* not used by now. Future? */ member
1752 txq->tx_wthresh = tx_conf->tx_thresh.wthresh; in nfp_net_tx_queue_setup()
278 int8_t tx_wthresh = RTE_PMD_PARAM_UNSET; variable3477 if (tx_wthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()3478 port->tx_conf[qid].tx_thresh.wthresh = tx_wthresh; in rxtx_port_config()
506 extern int8_t tx_wthresh;
1250 tx_wthresh = (int8_t)n; in launch_args_parse()
3357 tx_wthresh = res->value; in cmd_config_thresh_parsed()