Home
last modified time | relevance | path

Searched refs:hthresh (Results 1 – 25 of 50) sorted by relevance

12

/f-stack/dpdk/examples/qos_sched/
H A Dinit.c43 .hthresh = RX_HTHRESH,
49 .hthresh = TX_HTHRESH,
86 rx_conf.rx_thresh.hthresh = rx_thresh.hthresh; in app_init_port()
93 tx_conf.tx_thresh.hthresh = tx_thresh.hthresh; in app_init_port()
436 rx_thresh.pthresh, rx_thresh.hthresh, rx_thresh.wthresh, in app_init()
437 tx_thresh.pthresh, tx_thresh.hthresh, tx_thresh.wthresh); in app_init()
H A Dargs.c187 rx_thresh.hthresh = (uint8_t)vals[1]; in app_parse_rth_conf()
204 tx_thresh.hthresh = (uint8_t)vals[1]; in app_parse_tth_conf()
H A Dmain.h134 uint8_t hthresh; /**< Ring host threshold. */ member
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_trace.h49 rte_trace_point_emit_u8(rx_conf->rx_thresh.hthresh);
65 rte_trace_point_emit_u8(tx_conf->tx_thresh.hthresh);
/f-stack/dpdk/app/test-pipeline/
H A Dinit.c89 .hthresh = 8,
99 .hthresh = 0,
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_txq.h20 uint8_t hthresh; /* Host threshold register */ member
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c124 uint8_t hthresh; /**< Host threshold register. */ member
204 uint8_t hthresh; /**< Host threshold register. */ member
1191 rxdctl |= ((uint32_t)rxq->hthresh << IGC_RXDCTL_HTHRESH_SHIFT) & in igc_rx_init()
1369 rxq->hthresh = rx_conf->rx_thresh.hthresh; in eth_igc_rx_queue_setup()
2023 txq->hthresh = tx_conf->tx_thresh.hthresh; in eth_igc_tx_queue_setup()
2197 txdctl |= ((uint32_t)txq->hthresh << IGC_TXDCTL_HTHRESH_SHIFT) & in igc_tx_init()
2232 qinfo->conf.rx_thresh.hthresh = rxq->hthresh; in eth_igc_rxq_info_get()
2248 qinfo->conf.tx_thresh.hthresh = txq->hthresh; in eth_igc_txq_info_get()
/f-stack/dpdk/drivers/net/e1000/
H A Dem_rxtx.c104 uint8_t hthresh; /**< Host threshold register. */ member
171 uint8_t hthresh; /**< Host threshold register. */ member
1301 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()
1828 rxdctl |= (rxq->hthresh & 0x3F) << 8; in eth_em_rx_init()
1963 txdctl |= (txq->hthresh & 0x3F) << 8; in eth_em_tx_init()
2021 qinfo->conf.tx_thresh.hthresh = txq->hthresh; in em_txq_info_get()
H A Digb_rxtx.c109 uint8_t hthresh; /**< Host threshold register. */ member
180 uint8_t hthresh; /**< Host threshold register. */ member
1550 txq->hthresh = tx_conf->tx_thresh.hthresh; in eth_igb_tx_queue_setup()
1721 rxq->hthresh = rx_conf->rx_thresh.hthresh; in eth_igb_rx_queue_setup()
2453 rxdctl |= ((rxq->hthresh & 0x1F) << 8); in eth_igb_rx_init()
2616 txdctl |= ((txq->hthresh & 0x1F) << 8); in eth_igb_tx_init()
2743 rxdctl |= ((rxq->hthresh & 0x1F) << 8); in eth_igbvf_rx_init()
2813 txdctl |= ((txq->hthresh & 0x1F) << 8); in eth_igbvf_tx_init()
2859 qinfo->conf.tx_thresh.hthresh = txq->hthresh; in igb_txq_info_get()
/f-stack/dpdk/doc/guides/nics/
H A Dszedata2.rst142 RX threshold registers: pthresh=0 hthresh=0 wthresh=0
144 TX threshold registers: pthresh=0 hthresh=0 wthresh=0
H A Dnfb.rst145 RX threshold registers: pthresh=0 hthresh=0 wthresh=0
147 TX threshold registers: pthresh=0 hthresh=0 wthresh=0
H A Dsoftnic.rst176 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 Docteontx2.rst96 RX threshold registers: pthresh=0 hthresh=0 wthresh=0
100 TX threshold registers: pthresh=0 hthresh=0 wthresh=0
H A Dpcap_ring.rst242 RX threshold registers: pthresh=8 hthresh=8 wthresh=4
244 TX threshold registers: pthresh=36 hthresh=0 wthresh=0
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.h225 uint8_t hthresh; /**< Host threshold register. */ member
/f-stack/dpdk/app/test/
H A Dtest_kni.c59 .hthresh = 8,
68 .hthresh = 0,
H A Dtest_pmd_perf.c78 .hthresh = RX_HTHRESH,
87 .hthresh = TX_HTHRESH,
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c70 .hthresh = I40E_DEFAULT_RX_HTHRESH, in i40e_vf_representor_dev_infos_get()
81 .hthresh = I40E_DEFAULT_TX_HTHRESH, in i40e_vf_representor_dev_infos_get()
H A Di40e_rxtx.h153 uint8_t hthresh; /**< Host threshold register. */ member
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.h122 uint8_t hthresh; /**< Host threshold register. */ member
H A Dice_dcf_ethdev.c677 .hthresh = ICE_DEFAULT_RX_HTHRESH, in ice_dcf_dev_info_get()
688 .hthresh = ICE_DEFAULT_TX_HTHRESH, in ice_dcf_dev_info_get()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.h383 uint8_t hthresh; /**< Host threshold register. */ member
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_api.c304 rxconf_i->rx_thresh.hthresh = 0; in eth_bond_slave_inherit_dev_info_rx_first()
332 txconf_i->tx_thresh.hthresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dlink_status_intr.rst234 .hthresh = RX_HTHRESH,
262 .hthresh = TX_HTHRESH,
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_ops.c217 qinfo->conf.tx_thresh.hthresh = 0; in otx2_nix_txq_info_get()

12