Searched refs:tx_pthresh (Results 1 – 6 of 6) sorted by relevance
245 uint32_t tx_pthresh; /* not used by now. Future? */ member
1750 txq->tx_pthresh = tx_conf->tx_thresh.pthresh; in nfp_net_tx_queue_setup()
276 int8_t tx_pthresh = RTE_PMD_PARAM_UNSET; variable3471 if (tx_pthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()3472 port->tx_conf[qid].tx_thresh.pthresh = tx_pthresh; in rxtx_port_config()
504 extern int8_t tx_pthresh;
1236 tx_pthresh = (int8_t)n; in launch_args_parse()
3353 tx_pthresh = res->value; in cmd_config_thresh_parsed()