Home
last modified time | relevance | path

Searched refs:tx_wthresh (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/nfp/
H A Dnfp_rxtx.h138 uint32_t tx_wthresh; /* not used by now. Future? */ member
H A Dnfp_rxtx.c756 txq->tx_wthresh = tx_conf->tx_thresh.wthresh; in nfp_net_tx_queue_setup()
/dpdk/app/test-pmd/
H A Dtestpmd.c300 int8_t tx_wthresh = RTE_PMD_PARAM_UNSET; variable
3716 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()
H A Dtestpmd.h573 extern int8_t tx_wthresh;
H A Dparameters.c1282 tx_wthresh = (int8_t)n; in launch_args_parse()
H A Dcmdline.c3484 tx_wthresh = res->value; in cmd_config_thresh_parsed()