Home
last modified time | relevance | path

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

/dpdk/drivers/net/nfp/
H A Dnfp_rxtx.h137 uint32_t tx_hthresh; /* not used by now. Future? */ member
H A Dnfp_rxtx.c755 txq->tx_hthresh = tx_conf->tx_thresh.hthresh; in nfp_net_tx_queue_setup()
/dpdk/app/test-pmd/
H A Dtestpmd.c299 int8_t tx_hthresh = RTE_PMD_PARAM_UNSET; variable
3713 if (tx_hthresh != RTE_PMD_PARAM_UNSET) in rxtx_port_config()
3714 port->tx_conf[qid].tx_thresh.hthresh = tx_hthresh; in rxtx_port_config()
H A Dtestpmd.h572 extern int8_t tx_hthresh;
H A Dparameters.c1275 tx_hthresh = (int8_t)n; in launch_args_parse()
H A Dcmdline.c3482 tx_hthresh = res->value; in cmd_config_thresh_parsed()