Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 19 of 19) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_utils.c715 uint64_t adjust = 0; in nix_tm_shaper_reg_prep() local
721 adjust = profile->pkt_mode_adj; in nix_tm_shaper_reg_prep()
723 adjust = profile->pkt_len_adj; in nix_tm_shaper_reg_prep()
725 adjust &= 0x1FF; in nix_tm_shaper_reg_prep()
731 pir.rate, pir.burst, cir.rate, cir.burst, adjust, in nix_tm_shaper_reg_prep()
751 regval[k] = (adjust | (uint64_t)node->red_algo << 9 | in nix_tm_shaper_reg_prep()
771 regval[k] = (adjust | (uint64_t)node->red_algo << 9 | in nix_tm_shaper_reg_prep()
791 regval[k] = (adjust | (uint64_t)node->red_algo << 9 | in nix_tm_shaper_reg_prep()
812 regval[k] = (adjust | (uint64_t)node->red_algo << 9 | in nix_tm_shaper_reg_prep()
827 regval[k] = (adjust | (uint64_t)node->pkt_mode << 24); in nix_tm_shaper_reg_prep()
H A Droc_nix_tm_ops.c119 int adjust = NIX_TM_MIN_SHAPER_RATE / min_rate; in nix_tm_adjust_shaper_pps_rate() local
121 if (adjust > NIX_TM_LENGTH_ADJUST_MAX) in nix_tm_adjust_shaper_pps_rate()
124 profile->pkt_mode_adj += adjust; in nix_tm_adjust_shaper_pps_rate()
125 profile->commit.rate += (adjust * profile->commit.rate); in nix_tm_adjust_shaper_pps_rate()
126 profile->peak.rate += (adjust * profile->peak.rate); in nix_tm_adjust_shaper_pps_rate()
130 profile->commit.size *= adjust; in nix_tm_adjust_shaper_pps_rate()
131 profile->peak.size *= adjust; in nix_tm_adjust_shaper_pps_rate()
/dpdk/drivers/net/liquidio/
H A Dlio_struct.h372 int adjust; member
H A Dlio_rxtx.c1427 (void *)((unsigned long)g->sg - g->adjust)); in lio_delete_sglist()
1473 g->adjust = 8 - (((unsigned long)g->sg) & 7); in lio_setup_sglists()
1476 g->adjust); in lio_setup_sglists()
/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst118 To run a DPDK process as a non-root user, adjust the permissions on
/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c1546 uint64_t adjust; in axgbe_adjfreq() local
1554 adjust = (uint64_t)pdata->tstamp_addend; in axgbe_adjfreq()
1555 adjust *= delta; in axgbe_adjfreq()
1556 diff = (uint32_t)div_u64(adjust, 1000000000UL); in axgbe_adjfreq()
/dpdk/doc/guides/nics/
H A Dbnx2x.rst109 adjust mbuf_size based on this param and max_pkt_len.
H A Dmlx5.rst308 reduce the requested Tx size or adjust data inline settings with
/dpdk/doc/guides/sample_app_ug/
H A Dptpclient.rst197 Also when we parse the *DELAY RESPONSE* packet, and all conditions are met we adjust the PTP slave …
H A Dl2_forward_job_stats.rst307 :end-before: >8 End of adjust period time in which we are running.
H A Dvm_power_management.rst775 to adjust the frequency of a core,
/dpdk/doc/guides/cryptodevs/
H A Dqat.rst589 VFs are different adjust the unbind command below::
603 adjust the unbind command below::
618 VFs are different adjust the unbind command below::
/dpdk/doc/guides/prog_guide/
H A Dbuild-sdk-meson.rst165 options above. The environment variable ``DESTDIR`` can be used to adjust
H A Dpower_man.rst55 Then, a user space application can prompt the kernel by writing scaling_setspeed to adjust the CPU …
H A Devent_timer_adapter.rst157 system. In this case, the implementation may adjust the tick resolution or
H A Dtoeplitz_hash_lib.rst167 Calculation of the complementary bits to adjust the subtuple
H A Drte_flow.rst4157 has to adjust flow rules in multi-table tunnel offload in the
4400 likely to collide and adjust their priority accordingly.
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst35 Added functions to read, write and adjust system time in the NIC.
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst804 which allows the user to adjust the log verbosity for that specific topic.