Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net_pmd.h245 uint32_t tx_pthresh; /* not used by now. Future? */ member
H A Dnfp_net.c1750 txq->tx_pthresh = tx_conf->tx_thresh.pthresh; in nfp_net_tx_queue_setup()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c276 int8_t tx_pthresh = RTE_PMD_PARAM_UNSET; variable
3471 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()
H A Dtestpmd.h504 extern int8_t tx_pthresh;
H A Dparameters.c1236 tx_pthresh = (int8_t)n; in launch_args_parse()
H A Dcmdline.c3353 tx_pthresh = res->value; in cmd_config_thresh_parsed()