Searched refs:tx_hthresh (Results 1 – 6 of 6) sorted by relevance
137 uint32_t tx_hthresh; /* not used by now. Future? */ member
755 txq->tx_hthresh = tx_conf->tx_thresh.hthresh; in nfp_net_tx_queue_setup()
299 int8_t tx_hthresh = RTE_PMD_PARAM_UNSET; variable3713 if (tx_hthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()3714 port->tx_conf[qid].tx_thresh.hthresh = tx_hthresh; in rxtx_port_config()
572 extern int8_t tx_hthresh;
1275 tx_hthresh = (int8_t)n; in launch_args_parse()
3482 tx_hthresh = res->value; in cmd_config_thresh_parsed()