Searched refs:tx_hthresh (Results 1 – 6 of 6) sorted by relevance
246 uint32_t tx_hthresh; /* not used by now. Future? */ member
1751 txq->tx_hthresh = tx_conf->tx_thresh.hthresh; in nfp_net_tx_queue_setup()
277 int8_t tx_hthresh = RTE_PMD_PARAM_UNSET; variable3474 if (tx_hthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()3475 port->tx_conf[qid].tx_thresh.hthresh = tx_hthresh; in rxtx_port_config()
505 extern int8_t tx_hthresh;
1243 tx_hthresh = (int8_t)n; in launch_args_parse()
3355 tx_hthresh = res->value; in cmd_config_thresh_parsed()