| /dpdk/examples/qos_sched/ |
| H A D | init.c | 43 .hthresh = RX_HTHRESH, 49 .hthresh = TX_HTHRESH, 85 rx_conf.rx_thresh.hthresh = rx_thresh.hthresh; in app_init_port() 92 tx_conf.tx_thresh.hthresh = tx_thresh.hthresh; in app_init_port() 440 rx_thresh.pthresh, rx_thresh.hthresh, rx_thresh.wthresh, in app_init() 441 tx_thresh.pthresh, tx_thresh.hthresh, tx_thresh.wthresh); in app_init()
|
| H A D | args.c | 183 rx_thresh.hthresh = (uint8_t)vals[1]; in app_parse_rth_conf() 200 tx_thresh.hthresh = (uint8_t)vals[1]; in app_parse_tth_conf()
|
| H A D | main.h | 134 uint8_t hthresh; /**< Ring host threshold. */ member
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev_trace.h | 49 rte_trace_point_emit_u8(rx_conf->rx_thresh.hthresh); 65 rte_trace_point_emit_u8(tx_conf->tx_thresh.hthresh);
|
| /dpdk/app/test-pipeline/ |
| H A D | init.c | 88 .hthresh = 8, 98 .hthresh = 0,
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_txrx.c | 124 uint8_t hthresh; /**< Host threshold register. */ member 204 uint8_t hthresh; /**< Host threshold register. */ member 1174 rxdctl |= ((uint32_t)rxq->hthresh << IGC_RXDCTL_HTHRESH_SHIFT) & in igc_rx_init() 1356 rxq->hthresh = rx_conf->rx_thresh.hthresh; in eth_igc_rx_queue_setup() 2010 txq->hthresh = tx_conf->tx_thresh.hthresh; in eth_igc_tx_queue_setup() 2184 txdctl |= ((uint32_t)txq->hthresh << IGC_TXDCTL_HTHRESH_SHIFT) & in igc_tx_init() 2219 qinfo->conf.rx_thresh.hthresh = rxq->hthresh; in eth_igc_rxq_info_get() 2235 qinfo->conf.tx_thresh.hthresh = txq->hthresh; in eth_igc_txq_info_get()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_txq.h | 20 uint8_t hthresh; /* Host threshold register */ member
|
| /dpdk/drivers/net/e1000/ |
| H A D | em_rxtx.c | 103 uint8_t hthresh; /**< Host threshold register. */ member 171 uint8_t hthresh; /**< Host threshold register. */ member 1304 txq->hthresh = tx_conf->tx_thresh.hthresh; in eth_em_tx_queue_setup() 1466 rxq->hthresh = rx_conf->rx_thresh.hthresh; in eth_em_rx_queue_setup() 1809 rxdctl |= (rxq->hthresh & 0x3F) << 8; in eth_em_rx_init() 1944 txdctl |= (txq->hthresh & 0x3F) << 8; in eth_em_tx_init() 2002 qinfo->conf.tx_thresh.hthresh = txq->hthresh; in em_txq_info_get()
|
| H A D | igb_rxtx.c | 108 uint8_t hthresh; /**< Host threshold register. */ member 180 uint8_t hthresh; /**< Host threshold register. */ member 1553 txq->hthresh = tx_conf->tx_thresh.hthresh; in eth_igb_tx_queue_setup() 1724 rxq->hthresh = rx_conf->rx_thresh.hthresh; in eth_igb_rx_queue_setup() 2441 rxdctl |= ((rxq->hthresh & 0x1F) << 8); in eth_igb_rx_init() 2604 txdctl |= ((txq->hthresh & 0x1F) << 8); in eth_igb_tx_init() 2730 rxdctl |= ((rxq->hthresh & 0x1F) << 8); in eth_igbvf_rx_init() 2800 txdctl |= ((txq->hthresh & 0x1F) << 8); in eth_igbvf_tx_init() 2846 qinfo->conf.tx_thresh.hthresh = txq->hthresh; in igb_txq_info_get()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_vf_representor.c | 172 .hthresh = ICE_DEFAULT_RX_HTHRESH, in ice_dcf_vf_repr_dev_info_get() 183 .hthresh = ICE_DEFAULT_TX_HTHRESH, in ice_dcf_vf_repr_dev_info_get()
|
| H A D | ice_rxtx.h | 129 uint8_t hthresh; /**< Host threshold register. */ member
|
| /dpdk/doc/guides/nics/ |
| H A D | nfb.rst | 136 RX threshold registers: pthresh=0 hthresh=0 wthresh=0 138 TX threshold registers: pthresh=0 hthresh=0 wthresh=0
|
| H A D | softnic.rst | 176 RX threshold registers: pthresh=8 hthresh=8 wthresh=0 180 TX threshold registers: pthresh=32 hthresh=0 wthresh=0 186 RX threshold registers: pthresh=0 hthresh=0 wthresh=0 190 TX threshold registers: pthresh=0 hthresh=0 wthresh=0
|
| H A D | pcap_ring.rst | 242 RX threshold registers: pthresh=8 hthresh=8 wthresh=4 244 TX threshold registers: pthresh=36 hthresh=0 wthresh=0
|
| /dpdk/app/test/ |
| H A D | test_kni.c | 59 .hthresh = 8, 68 .hthresh = 0,
|
| H A D | test_pmd_perf.c | 76 .hthresh = RX_HTHRESH, 85 .hthresh = TX_HTHRESH,
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_vf_representor.c | 75 .hthresh = I40E_DEFAULT_RX_HTHRESH, in i40e_vf_representor_dev_infos_get() 86 .hthresh = I40E_DEFAULT_TX_HTHRESH, in i40e_vf_representor_dev_infos_get()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx.h | 228 uint8_t hthresh; /**< Host threshold register. */ member
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_rxtx.h | 347 uint8_t hthresh; /**< Host threshold register */ member
|
| H A D | ngbe_rxtx.c | 2030 txq->hthresh = tx_conf->tx_thresh.hthresh; in ngbe_dev_tx_queue_setup() 3066 NGBE_TXCFG_HTHRESH(txq->hthresh) | in ngbe_dev_rxtx_start() 3333 qinfo->conf.tx_thresh.hthresh = txq->hthresh; in ngbe_txq_info_get()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.h | 393 uint8_t hthresh; /**< Host threshold register. */ member
|
| H A D | txgbe_ethdev_vf.c | 503 .hthresh = TXGBE_DEFAULT_RX_HTHRESH, in txgbevf_dev_info_get() 514 .hthresh = TXGBE_DEFAULT_TX_HTHRESH, in txgbevf_dev_info_get()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_repr.c | 599 rx_conf->rx_thresh.hthresh != 0 || in sfc_repr_rx_qcheck_conf() 707 tx_conf->tx_thresh.hthresh != 0 || in sfc_repr_tx_qcheck_conf()
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_api.c | 311 rxconf_i->rx_thresh.hthresh = 0; in eth_bond_slave_inherit_dev_info_rx_first() 339 txconf_i->tx_thresh.hthresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.c | 733 .hthresh = DEFAULT_RX_HTHRESH, in nfp_net_infos_get() 743 .hthresh = DEFAULT_TX_HTHRESH, in nfp_net_infos_get()
|