Home
last modified time | relevance | path

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

/dpdk/drivers/net/nfp/
H A Dnfp_rxtx.h136 uint32_t tx_pthresh; /* not used by now. Future? */ member
H A Dnfp_rxtx.c754 txq->tx_pthresh = tx_conf->tx_thresh.pthresh; in nfp_net_tx_queue_setup()
/dpdk/app/test-pmd/
H A Dtestpmd.c298 int8_t tx_pthresh = RTE_PMD_PARAM_UNSET; variable
3710 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()
H A Dtestpmd.h571 extern int8_t tx_pthresh;
H A Dparameters.c1268 tx_pthresh = (int8_t)n; in launch_args_parse()
H A Dcmdline.c3480 tx_pthresh = res->value; in cmd_config_thresh_parsed()