Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/nfp/
H A Dnfp_net_pmd.h246 uint32_t tx_hthresh; /* not used by now. Future? */ member
H A Dnfp_net.c1751 txq->tx_hthresh = tx_conf->tx_thresh.hthresh; in nfp_net_tx_queue_setup()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c277 int8_t tx_hthresh = RTE_PMD_PARAM_UNSET; variable
3474 if (tx_hthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()
3475 port->tx_conf[qid].tx_thresh.hthresh = tx_hthresh; in rxtx_port_config()
H A Dtestpmd.h505 extern int8_t tx_hthresh;
H A Dparameters.c1243 tx_hthresh = (int8_t)n; in launch_args_parse()
H A Dcmdline.c3355 tx_hthresh = res->value; in cmd_config_thresh_parsed()