Home
last modified time | relevance | path

Searched refs:adaptive (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.15/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c666 adaptive = &all_probs->probs; in config_probs()
672 adaptive->inter_mode[i][3] = 0; in config_probs()
675 memcpy(adaptive->is_inter, probs->is_inter, sizeof(adaptive->is_inter)); in config_probs()
683 memcpy(adaptive->tx8, probs->tx8, sizeof(adaptive->tx8)); in config_probs()
684 memcpy(adaptive->tx16, probs->tx16, sizeof(adaptive->tx16)); in config_probs()
685 memcpy(adaptive->tx32, probs->tx32, sizeof(adaptive->tx32)); in config_probs()
711 memcpy(adaptive->comp_mode, probs->comp_mode, sizeof(adaptive->comp_mode)); in config_probs()
713 memcpy(adaptive->skip, probs->skip, sizeof(adaptive->skip)); in config_probs()
715 mv = &adaptive->mv; in config_probs()
727 memcpy(adaptive->single_ref, probs->single_ref, sizeof(adaptive->single_ref)); in config_probs()
[all …]
/linux-6.15/Documentation/networking/device_drivers/ethernet/intel/
H A Didpf.rst88 This driver supports an adaptive interrupt throttle rate (ITR) mechanism that
93 To set the interrupt rate manually, you must disable adaptive mode::
95 # ethtool -C <ethX> adaptive-rx off adaptive-tx off
98 - Disable adaptive ITR and lower Rx and Tx interrupts. The examples below
104 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 80
108 - Disable adaptive ITR and ITR by setting rx-usecs and tx-usecs to 0
111 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 0
118 - To disable Rx adaptive ITR and set static Rx ITR to 10 microseconds or
121 # ethtool --per-queue <ethX> queue_mask 0xa --coalesce adaptive-rx off
H A Dice.rst1112 This driver supports an adaptive interrupt throttle rate (ITR) mechanism that
1117 To set the interrupt rate manually, you must disable adaptive mode::
1119 # ethtool -C <ethX> adaptive-rx off adaptive-tx off
1123 Disable adaptive ITR and lower Rx and Tx interrupts. The examples below
1129 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 80 tx-usecs 80
1133 Disable adaptive ITR and ITR by setting rx-usecs and tx-usecs to 0
1136 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 0 tx-usecs 0
1143 To disable Rx adaptive ITR and set static Rx ITR to 10 microseconds or
1146 # ethtool --per-queue <ethX> queue_mask 0xa --coalesce adaptive-rx off
1160 also independent of the adaptive interrupt moderation algorithm. The
[all …]
H A Di40e.rst582 the adaptive interrupt moderation algorithm. The underlying hardware supports
588 # ethtool -C ethX adaptive-rx off adaptive-tx off rx-usecs-high 20 rx-usecs \
591 The above command would disable adaptive interrupt moderation, and allow a
647 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 125 \
658 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 250 \
666 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 0 \
/linux-6.15/Documentation/timers/
H A Dno_hz.rst124 By default, no CPU will be an adaptive-ticks CPU. The "nohz_full="
125 boot parameter specifies the adaptive-ticks CPUs. For example,
128 adaptive-tick CPUs: At least one non-adaptive-tick CPU must remain
156 3. POSIX CPU timers prevent CPUs from entering adaptive-tick mode.
165 entering adaptive-tick mode.
167 5. Scheduler statistics for adaptive-tick CPUs may be computed
168 slightly differently than those for non-adaptive-tick CPUs.
181 enter either dyntick-idle mode or adaptive-tick mode, the most
230 some workloads will no doubt want to use adaptive ticks to
277 * A reboot is required to reconfigure both adaptive idle and RCU
[all …]
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Dethtool.c127 bool adaptive, rx_may_override_tx; in efx_ethtool_set_coalesce() local
130 efx_siena_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive); in efx_ethtool_set_coalesce()
137 adaptive = coalesce->use_adaptive_rx_coalesce; in efx_ethtool_set_coalesce()
149 rc = efx_siena_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive, in efx_ethtool_set_coalesce()
/linux-6.15/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst35 Adaptive Interrupts (adaptive-rx)
38 This feature provides an adaptive algorithm that adjusts the interrupt
46 By default, adaptive-rx is disabled.
47 To enable adaptive-rx::
49 ethtool -C <interface> adaptive-rx on
51 To disable adaptive-rx, use ethtool::
53 ethtool -C <interface> adaptive-rx off
56 You may set the timer latency after disabling adaptive-rx::
66 ethtool -C <interface> adaptive-rx off rx-usecs <microseconds>
70 adaptive-rx is enabled.
[all …]
/linux-6.15/drivers/net/ethernet/sfc/
H A Dethtool.c127 bool adaptive, rx_may_override_tx; in efx_ethtool_set_coalesce() local
130 efx_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive); in efx_ethtool_set_coalesce()
137 adaptive = coalesce->use_adaptive_rx_coalesce; in efx_ethtool_set_coalesce()
149 rc = efx_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive, in efx_ethtool_set_coalesce()
/linux-6.15/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-coalesce.sh118 ethtool -C $NSIM_NETDEV adaptive-rx on
122 ethtool -C $NSIM_NETDEV adaptive-tx on
/linux-6.15/Documentation/scheduler/
H A Dsched-debug.rst30 hence the scan rate of every task is adaptive and depends on historical
32 otherwise the scan delay decreases. The "scan size" is not adaptive but
/linux-6.15/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,aal.yaml7 title: Mediatek display adaptive ambient light processor
14 Mediatek display adaptive ambient light processor, namely AAL,
/linux-6.15/Documentation/admin-guide/media/
H A Drcar-fdp1.rst22 - Motion adaptive version of 2D and 3D deinterlacing. Use 3D deinterlacing
/linux-6.15/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uac213 (async/adaptive)
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dadi,adin.yaml49 - adaptive-free-running
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dcs35l32.txt20 of the two: Class G or adaptive LED voltage.
H A Dcs42l56.txt38 - cirrus,adaptive-pwr-cfg : Configures how the power to the Headphone and Lineout
/linux-6.15/Documentation/devicetree/bindings/display/
H A Dallwinner,sun6i-a31-drc.yaml16 content adaptive backlight control.
/linux-6.15/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c601 bool adaptive, rx_may_override_tx; in ef4_ethtool_set_coalesce() local
604 ef4_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive); in ef4_ethtool_set_coalesce()
611 adaptive = coalesce->use_adaptive_rx_coalesce; in ef4_ethtool_set_coalesce()
623 rc = ef4_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive, in ef4_ethtool_set_coalesce()
/linux-6.15/Documentation/mm/damon/
H A Dmonitoring_intervals_tuning_example.rst61 nearly identical. We can suspect this is because “adaptive regions adjustment”
138 shows DAMON’s adaptive regions adjustment is working as designed.
/linux-6.15/Documentation/networking/device_drivers/ethernet/amazon/
H A Dena.rst27 interrupt vector per Tx/Rx queue pair, adaptive interrupt moderation,
192 ENA driver and device can operate in conventional or adaptive interrupt
200 **In adaptive interrupt** moderation mode the interrupt delay value is
/linux-6.15/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst164 is marked as an adaptive-ticks CPU using the "nohz_full="
197 adaptive-ticks state by doing all of the following:
200 de-jittered is marked as an adaptive-ticks CPU using the
/linux-6.15/Documentation/devicetree/bindings/leds/
H A Dleds-lm3532.txt6 current control for all three channels. The adaptive current regulation
/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c109 buf_attr.adaptive = !is_fast; in alloc_mr_pbl()
936 if (!buf_attr->adaptive || buf_attr->type != MTR_PBL || !mtr->umem) in get_best_page_shift()
964 if (!buf_attr->adaptive || buf_attr->type != MTR_PBL) in get_best_hop_num()
/linux-6.15/Documentation/networking/device_drivers/ethernet/huawei/
H A Dhinic.rst18 adaptive interrupt moderation.
/linux-6.15/Documentation/devicetree/bindings/leds/backlight/
H A Dqcom-wled.yaml51 enable content adaptive backlight control.

12