| /dpdk/examples/qos_sched/ |
| H A D | init.c | 42 .pthresh = RX_PTHRESH, 48 .pthresh = TX_PTHRESH, 84 rx_conf.rx_thresh.pthresh = rx_thresh.pthresh; in app_init_port() 91 tx_conf.tx_thresh.pthresh = tx_thresh.pthresh; 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 | 182 rx_thresh.pthresh = (uint8_t)vals[0]; in app_parse_rth_conf() 199 tx_thresh.pthresh = (uint8_t)vals[0]; in app_parse_tth_conf()
|
| H A D | main.h | 133 uint8_t pthresh; /**< Ring prefetch threshold. */ member
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev_trace.h | 48 rte_trace_point_emit_u8(rx_conf->rx_thresh.pthresh); 64 rte_trace_point_emit_u8(tx_conf->tx_thresh.pthresh);
|
| /dpdk/app/test-pipeline/ |
| H A D | init.c | 87 .pthresh = 8, 97 .pthresh = 36,
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_txrx.c | 123 uint8_t pthresh; /**< Prefetch threshold register. */ member 203 uint8_t pthresh; /**< Prefetch threshold register. */ member 1172 rxdctl |= ((uint32_t)rxq->pthresh << IGC_RXDCTL_PTHRESH_SHIFT) & in igc_rx_init() 1355 rxq->pthresh = rx_conf->rx_thresh.pthresh; in eth_igc_rx_queue_setup() 2009 txq->pthresh = tx_conf->tx_thresh.pthresh; in eth_igc_tx_queue_setup() 2182 txdctl = ((uint32_t)txq->pthresh << IGC_TXDCTL_PTHRESH_SHIFT) & in igc_tx_init() 2220 qinfo->conf.rx_thresh.pthresh = rxq->pthresh; in eth_igc_rxq_info_get() 2234 qinfo->conf.tx_thresh.pthresh = txq->pthresh; in eth_igc_txq_info_get()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_txq.h | 19 uint8_t pthresh; /* Prefetch threshold register */ member
|
| /dpdk/drivers/net/e1000/ |
| H A D | em_rxtx.c | 102 uint8_t pthresh; /**< Prefetch threshold register. */ member 170 uint8_t pthresh; /**< Prefetch threshold register. */ member 1303 txq->pthresh = tx_conf->tx_thresh.pthresh; in eth_em_tx_queue_setup() 1465 rxq->pthresh = rx_conf->rx_thresh.pthresh; in eth_em_rx_queue_setup() 1808 rxdctl |= rxq->pthresh & 0x3F; in eth_em_rx_init() 1943 txdctl |= txq->pthresh & 0x3F; in eth_em_tx_init() 2001 qinfo->conf.tx_thresh.pthresh = txq->pthresh; in em_txq_info_get()
|
| H A D | igb_rxtx.c | 107 uint8_t pthresh; /**< Prefetch threshold register. */ member 179 uint8_t pthresh; /**< Prefetch threshold register. */ member 1552 txq->pthresh = tx_conf->tx_thresh.pthresh; in eth_igb_tx_queue_setup() 1723 rxq->pthresh = rx_conf->rx_thresh.pthresh; in eth_igb_rx_queue_setup() 2440 rxdctl |= (rxq->pthresh & 0x1F); in eth_igb_rx_init() 2603 txdctl |= txq->pthresh & 0x1F; in eth_igb_tx_init() 2729 rxdctl |= (rxq->pthresh & 0x1F); in eth_igbvf_rx_init() 2799 txdctl |= txq->pthresh & 0x1F; in eth_igbvf_tx_init() 2845 qinfo->conf.tx_thresh.pthresh = txq->pthresh; in igb_txq_info_get()
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_dcf_vf_representor.c | 171 .pthresh = ICE_DEFAULT_RX_PTHRESH, in ice_dcf_vf_repr_dev_info_get() 182 .pthresh = ICE_DEFAULT_TX_PTHRESH, in ice_dcf_vf_repr_dev_info_get()
|
| H A D | ice_rxtx.h | 128 uint8_t pthresh; /**< Prefetch 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
|
| H A D | cnxk.rst | 97 RX threshold registers: pthresh=0 hthresh=0 wthresh=0 101 TX threshold registers: pthresh=0 hthresh=0 wthresh=0
|
| /dpdk/app/test/ |
| H A D | test_kni.c | 58 .pthresh = 8, 67 .pthresh = 36,
|
| H A D | test_pmd_perf.c | 75 .pthresh = RX_PTHRESH, 84 .pthresh = TX_PTHRESH,
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_vf_representor.c | 74 .pthresh = I40E_DEFAULT_RX_PTHRESH, in i40e_vf_representor_dev_infos_get() 85 .pthresh = I40E_DEFAULT_TX_PTHRESH, in i40e_vf_representor_dev_infos_get()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_rxtx.h | 227 uint8_t pthresh; /**< Prefetch threshold register. */ member
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_rxtx.h | 346 uint8_t pthresh; /**< Prefetch threshold register */ member
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_rxtx.h | 392 uint8_t pthresh; /**< Prefetch threshold register. */ member
|
| H A D | txgbe_ethdev_vf.c | 502 .pthresh = TXGBE_DEFAULT_RX_PTHRESH, in txgbevf_dev_info_get() 513 .pthresh = TXGBE_DEFAULT_TX_PTHRESH, in txgbevf_dev_info_get()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_repr.c | 598 if (rx_conf->rx_thresh.pthresh != 0 || in sfc_repr_rx_qcheck_conf() 706 if (tx_conf->tx_thresh.pthresh != 0 || in sfc_repr_tx_qcheck_conf()
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_api.c | 310 rxconf_i->rx_thresh.pthresh = 0; in eth_bond_slave_inherit_dev_info_rx_first() 338 txconf_i->tx_thresh.pthresh = 0; in eth_bond_slave_inherit_dev_info_tx_first()
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.c | 732 .pthresh = DEFAULT_RX_PTHRESH, in nfp_net_infos_get() 742 .pthresh = DEFAULT_TX_PTHRESH, in nfp_net_infos_get()
|