Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net_pmd.h247 uint32_t tx_wthresh; /* not used by now. Future? */ member
H A Dnfp_net.c1752 txq->tx_wthresh = tx_conf->tx_thresh.wthresh; in nfp_net_tx_queue_setup()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c278 int8_t tx_wthresh = RTE_PMD_PARAM_UNSET; variable
3477 if (tx_wthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()
3478 port->tx_conf[qid].tx_thresh.wthresh = tx_wthresh; in rxtx_port_config()
H A Dtestpmd.h506 extern int8_t tx_wthresh;
H A Dparameters.c1250 tx_wthresh = (int8_t)n; in launch_args_parse()
H A Dcmdline.c3357 tx_wthresh = res->value; in cmd_config_thresh_parsed()