Searched refs:tx_pthresh (Results 1 – 6 of 6) sorted by relevance
136 uint32_t tx_pthresh; /* not used by now. Future? */ member
754 txq->tx_pthresh = tx_conf->tx_thresh.pthresh; in nfp_net_tx_queue_setup()
298 int8_t tx_pthresh = RTE_PMD_PARAM_UNSET; variable3710 if (tx_pthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()3711 port->tx_conf[qid].tx_thresh.pthresh = tx_pthresh; in rxtx_port_config()
571 extern int8_t tx_pthresh;
1268 tx_pthresh = (int8_t)n; in launch_args_parse()
3480 tx_pthresh = res->value; in cmd_config_thresh_parsed()