Searched refs:adjust (Results 1 – 19 of 19) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_tm_utils.c | 715 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 D | roc_nix_tm_ops.c | 119 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 D | lio_struct.h | 372 int adjust; member
|
| H A D | lio_rxtx.c | 1427 (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 D | install_from_ports.rst | 118 To run a DPDK process as a non-root user, adjust the permissions on
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_ethdev.c | 1546 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 D | bnx2x.rst | 109 adjust mbuf_size based on this param and max_pkt_len.
|
| H A D | mlx5.rst | 308 reduce the requested Tx size or adjust data inline settings with
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ptpclient.rst | 197 Also when we parse the *DELAY RESPONSE* packet, and all conditions are met we adjust the PTP slave …
|
| H A D | l2_forward_job_stats.rst | 307 :end-before: >8 End of adjust period time in which we are running.
|
| H A D | vm_power_management.rst | 775 to adjust the frequency of a core,
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 589 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 D | build-sdk-meson.rst | 165 options above. The environment variable ``DESTDIR`` can be used to adjust
|
| H A D | power_man.rst | 55 Then, a user space application can prompt the kernel by writing scaling_setspeed to adjust the CPU …
|
| H A D | event_timer_adapter.rst | 157 system. In this case, the implementation may adjust the tick resolution or
|
| H A D | toeplitz_hash_lib.rst | 167 Calculation of the complementary bits to adjust the subtuple
|
| H A D | rte_flow.rst | 4157 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 D | release_2_2.rst | 35 Added functions to read, write and adjust system time in the NIC.
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 804 which allows the user to adjust the log verbosity for that specific topic.
|