Home
last modified time | relevance | path

Searched refs:thresh (Results 1 – 18 of 18) sorted by relevance

/dpdk/lib/power/
H A Drte_power_empty_poll.c141 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 Drte_power_empty_poll.h76 struct freq_threshold thresh[NUM_FREQ]; member
/dpdk/drivers/bus/fslmc/qbman/include/
H A Dfsl_qbman_portal.h263 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 Ddlb2.c459 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 Dnpa.h265 uint64_t thresh : 36; member
317 uint64_t thresh : 36; member
/dpdk/doc/guides/nics/
H A Dbnx2x.rst215 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 Droc_npa_debug.c86 npa_dump("W6: thresh\t\t%" PRIx64 "\n", (uint64_t)aura->thresh); in npa_aura_dump()
H A Droc_nix_tm.c846 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 Dcnxk_telemetry_npa.c110 CNXK_TEL_DICT_U64(d, aura, thresh, w6_); in cnxk_tel_npa_aura()
/dpdk/examples/ip_reassembly/
H A Dmain.c251 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 Drte_flow.h1238 uint32_t thresh; /**< Accuracy threshold. */ member
1244 .thresh = 0xffffffff,
/dpdk/drivers/net/txgbe/
H A Dtxgbe_flow.c1466 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 Dixgbe_flow.c1521 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 Diavf_rxtx.c98 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 Dqede_debug.c1814 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 Delink.c3341 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 Dcmdline_flow.c4085 thresh)),
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4042 - ``thresh {unsigned}``: accuracy threshold.