Searched refs:tx_wthresh (Results 1 – 6 of 6) sorted by relevance
138 uint32_t tx_wthresh; /* not used by now. Future? */ member
756 txq->tx_wthresh = tx_conf->tx_thresh.wthresh; in nfp_net_tx_queue_setup()
300 int8_t tx_wthresh = RTE_PMD_PARAM_UNSET; variable3716 if (tx_wthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()3717 port->tx_conf[qid].tx_thresh.wthresh = tx_wthresh; in rxtx_port_config()
573 extern int8_t tx_wthresh;
1282 tx_wthresh = (int8_t)n; in launch_args_parse()
3484 tx_wthresh = res->value; in cmd_config_thresh_parsed()