| /dpdk/lib/power/ |
| H A D | rte_power_empty_poll.c | 141 poll_stats->thresh[HGH_BUSY].trained = true; in set_policy() 165 poll_stats->thresh[freq].cur_train_iter++; in update_training_stats() 182 poll_stats->thresh[freq].base_edpi = in update_training_stats() 183 poll_stats->thresh[freq].base_edpi / in update_training_stats() 190 poll_stats->thresh[freq].base_edpi += in update_training_stats() 193 poll_stats->thresh[freq].trained = true; in update_training_stats() 220 s->thresh[s->cur_freq].base_edpi); in update_stats() 252 poll_stats->thresh[cur_freq].base_edpi); in update_stats_normal() 336 poll_stats->thresh[LOW].base_edpi); in empty_poll_training() 339 poll_stats->thresh[MED].base_edpi); in empty_poll_training() [all …]
|
| H A D | rte_power_empty_poll.h | 76 struct freq_threshold thresh[NUM_FREQ]; member
|
| /dpdk/drivers/bus/fslmc/qbman/include/ |
| H A D | fsl_qbman_portal.h | 263 int qbman_swp_dequeue_thresh(struct qbman_swp *s, unsigned int thresh); 1136 int qbman_swp_enqueue_thresh(struct qbman_swp *s, unsigned int thresh); 1201 int qbman_swp_release_thresh(struct qbman_swp *s, unsigned int thresh);
|
| /dpdk/drivers/event/dlb2/ |
| H A D | dlb2.c | 459 int first, last, thresh, i; in set_qid_depth_thresh() local 471 if (sscanf(value, "all:%d", &thresh) == 1) { in set_qid_depth_thresh() 489 if (thresh < 0 || thresh > DLB2_MAX_QUEUE_DEPTH_THRESHOLD) { in set_qid_depth_thresh() 507 int first, last, thresh, i; in set_qid_depth_thresh_v2_5() local 519 if (sscanf(value, "all:%d", &thresh) == 1) { in set_qid_depth_thresh_v2_5() 537 if (thresh < 0 || thresh > DLB2_MAX_QUEUE_DEPTH_THRESHOLD) { in set_qid_depth_thresh_v2_5() 2995 int16_t thresh = qm_port->token_pop_thresh; in __dlb2_event_enqueue_burst() local 3001 qm_port->issued_releases >= thresh - 1) { in __dlb2_event_enqueue_burst() 3010 qm_port->issued_releases -= thresh; in __dlb2_event_enqueue_burst() 3146 int16_t thresh = qm_port->token_pop_thresh; in dlb2_event_release() local [all …]
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | npa.h | 265 uint64_t thresh : 36; member 317 uint64_t thresh : 36; member
|
| /dpdk/doc/guides/nics/ |
| H A D | bnx2x.rst | 215 PMD: bnx2x_dev_tx_queue_setup(): fp[00] req_bd=512, thresh=512, 218 PMD: bnx2x_dev_rx_queue_setup(): fp[00] req_bd=128, thresh=0,
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npa_debug.c | 86 npa_dump("W6: thresh\t\t%" PRIx64 "\n", (uint64_t)aura->thresh); in npa_aura_dump()
|
| H A D | roc_nix_tm.c | 846 uint16_t avail, thresh, to_free = 0, schq; in nix_tm_release_resources() local 855 thresh = in nix_tm_release_resources() 863 if (avail > thresh) in nix_tm_release_resources() 864 to_free = avail - thresh; in nix_tm_release_resources()
|
| H A D | cnxk_telemetry_npa.c | 110 CNXK_TEL_DICT_U64(d, aura, thresh, w6_); in cnxk_tel_npa_aura()
|
| /dpdk/examples/ip_reassembly/ |
| H A D | main.c | 251 send_burst(struct lcore_queue_conf *qconf, uint32_t thresh, uint16_t port) in send_burst() argument 262 if (fill >= thresh) { in send_burst()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.h | 1238 uint32_t thresh; /**< Accuracy threshold. */ member 1244 .thresh = 0xffffffff,
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_flow.c | 1466 sh = spec->thresh; in signature_match() 1471 lh = last->thresh; in signature_match() 1473 mh = mask->thresh; in signature_match()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_flow.c | 1521 sh = spec->thresh; in signature_match() 1526 lh = last->thresh; in signature_match() 1528 mh = mask->thresh; in signature_match()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_rxtx.c | 98 check_rx_thresh(uint16_t nb_desc, uint16_t thresh) in check_rx_thresh() argument 103 if (thresh >= nb_desc) { in check_rx_thresh() 105 thresh, nb_desc); in check_rx_thresh()
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_debug.c | 1814 u32 thresh; in qed_grc_dump_addr_range() local 1926 thresh = s_hw_type_defs[dev_data->hw_type].log_thresh; in qed_grc_dump_addr_range() 1927 if ((dev_data->num_regs_read / thresh) > in qed_grc_dump_addr_range() 1928 ((dev_data->num_regs_read - len) / thresh)) in qed_grc_dump_addr_range()
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | elink.c | 3341 uint32_t thresh = (ELINK_ETH_MAX_JUMBO_PACKET_SIZE + in elink_pbf_update() local 3345 REG_WR(sc, PBF_REG_P0_ARB_THRSH + port * 4, thresh); in elink_pbf_update() 3349 init_crd = thresh + 553 - 22; in elink_pbf_update()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 4085 thresh)),
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4042 - ``thresh {unsigned}``: accuracy threshold.
|