Home
last modified time | relevance | path

Searched full:moderation (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_iofic_regs.h68 uint32_t grp_int_mod_reg; /* Interrupt moderation registerDedicated moderation in ... */
93 /* When Moderation_Reset =1, all Moderation timers ass ... */
108 /* Interrupt Moderation Interval registerDedicated reg ... */
H A Dal_hal_pcie_w_reg.h1214 * When Moderation_Reset =1, all Moderation timers associated with the interrupt
1230 * Moderation.
1236 * 0- Moderation-timer is decremented every 1x256 SB clock cycles ~1uS.
1237 * 1- Moderation-timer is decremented every 2x256 SB clock cycles ~2uS.
1238 * N- Moderation-timer is decremented every Nx256 SB clock cycles ~(N+1) uS.
1332 * When Moderation_Reset =1, all Moderation timers associated with the interrupt
1348 * Moderation.
1354 * 0- Moderation-timer is decremented every 1x256 SB clock cycles ~1uS.
1355 * 1- Moderation-timer is decremented every 2x256 SB clock cycles ~2uS.
1356 * N- Moderation-timer is decremented every Nx256 SB clock cycles ~(N+1) uS.
[all …]
H A Dal_hal_iofic.h80 * configure the moderation timer resolution for a given group
95 * configure the moderation timer interval for a given legacy interrupt group
107 * configure the moderation timer interval for a given msix vector
214 * trigger all interrupts that are waiting for moderation timers to expire
H A Dal_hal_iofic.c64 * configure the moderation timer resolution for a given group
87 * configure the moderation timer interval for a given legacy interrupt group
110 * configure the moderation timer interval for a given msix vector.
272 * trigger all interrupts that are waiting for moderation timers to expire
H A Dal_hal_pcie_axi_reg.h1468 * When Moderation_Reset =1, all Moderation timers associated with the interrupt
1484 * Moderation.
1490 * 0- Moderation-timer is decremented every 1x256 SB clock cycles ~1uS.
1491 * 1- Moderation-timer is decremented every 2x256 SB clock cycles ~2uS.
1492 * N- Moderation-timer is decremented every Nx256 SB clock cycles ~(N+1) uS.
/freebsd/share/man/man4/
H A Dale.457 features, Wake On Lan (WOL) and an interrupt coalescing/moderation
132 Value 0 completely disables the interrupt moderation.
137 Value 0 completely disables the interrupt moderation.
H A Dalc.456 features, Wake On Lan (WOL) and an interrupt moderation mechanism
156 Value 0 completely disables the interrupt moderation.
161 Value 0 completely disables the interrupt moderation.
H A Det.4141 to achieve RX interrupt moderation.
153 to achieve TX interrupt moderation.
H A Dage.456 stripping/insertion features and an interrupt moderation mechanism
160 Value 0 completely disables the interrupt moderation.
H A Dsge.458 interrupt moderation mechanism are not supported yet.
H A Dcas.459 and an interrupt coalescing/moderation mechanism as well as a 512-bit
H A Dvte.454 The controller supports interrupt moderation mechanism, a 64-bit multicast
H A Dae.452 VLAN tag stripping/insertion and an interrupt moderation mechanism.
H A Dstge.465 receive interrupt moderation mechanism as well as a 64-bit
H A Dix.4129 Enable Adaptive Interrupt Moderation (AIM).
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h36 /* This file implements Dynamic Interrupt Moderation, DIM */
65 struct net_dim { /* Adaptive Moderation */
86 /* Adaptive moderation logic */
113 /* Adaptive moderation profiles */
/freebsd/sys/dev/sfxge/
H A Dsfxge_ev.c587 unsigned int moderation; in sfxge_int_mod_handler() local
594 if ((error = SYSCTL_IN(req, &moderation, sizeof(moderation))) in sfxge_int_mod_handler()
601 if (moderation > in sfxge_int_mod_handler()
607 sc->ev_moderation = moderation; in sfxge_int_mod_handler()
610 sfxge_ev_qmoderate(sc, index, moderation); in sfxge_int_mod_handler()
991 /* Set default interrupt moderation; add a sysctl to in sfxge_ev_init()
998 "sfxge interrupt moderation (us)"); in sfxge_ev_init()
/freebsd/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h48 /* Interrupt moderation levels */
49 #define UPT1_IMOD_NONE 0 /* No moderation */
51 #define UPT1_IMOD_ADAPTIVE 8 /* Adaptive interrupt moderation */
/freebsd/sys/dev/qcom_ess_edma/
H A Dqcom_ess_edma_hw.c106 * Get the TX interrupt moderation timer.
130 * Set the TX interrupt moderation timer.
156 * Set the RX interrupt moderation timer.
525 /* configure initial interrupt moderation config */ in qcom_ess_edma_hw_setup()
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-xhci.yaml29 description: Interrupt moderation interval
H A Dusb-xhci.txt29 - imod-interval-ns: default interrupt moderation interval is 5000ns
H A Dhisilicon,histb-xhci.txt28 - imod-interval-ns: default interrupt moderation interval is 40000ns
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c70 /* copy current auto moderation settings and set new state */ in mlx5e_dim_work()
/freebsd/sys/dev/ae/
H A Dif_aereg.h35 #define AE_MASTER_IMT_EN 0x4 /* Interrupt moderation timer enable. */
174 * Interrupt moderation timer configuration register.
/freebsd/sys/contrib/ena-com/
H A Dena_com.h66 /* ENA adaptive interrupt moderation settings */
422 /* interrupt moderation intervals are in usec divided by
1072 /* ena_com_init_interrupt_moderation - Init interrupt moderation
1079 /* ena_com_interrupt_moderation_supported - Return if interrupt moderation

1234