/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_iofic_regs.h | 68 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 D | al_hal_pcie_w_reg.h | 1214 * 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 D | al_hal_iofic.h | 80 * 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 D | al_hal_iofic.c | 64 * 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 D | al_hal_pcie_axi_reg.h | 1468 * 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 D | ale.4 | 57 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 D | alc.4 | 56 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 D | et.4 | 141 to achieve RX interrupt moderation. 153 to achieve TX interrupt moderation.
|
H A D | age.4 | 56 stripping/insertion features and an interrupt moderation mechanism 160 Value 0 completely disables the interrupt moderation.
|
H A D | sge.4 | 58 interrupt moderation mechanism are not supported yet.
|
H A D | cas.4 | 59 and an interrupt coalescing/moderation mechanism as well as a 512-bit
|
H A D | vte.4 | 54 The controller supports interrupt moderation mechanism, a 64-bit multicast
|
H A D | ae.4 | 52 VLAN tag stripping/insertion and an interrupt moderation mechanism.
|
H A D | stge.4 | 65 receive interrupt moderation mechanism as well as a 64-bit
|
H A D | ix.4 | 129 Enable Adaptive Interrupt Moderation (AIM).
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | net_dim.h | 36 /* 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 D | sfxge_ev.c | 587 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 D | if_vmxreg.h | 48 /* 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 D | qcom_ess_edma_hw.c | 106 * 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 D | usb-xhci.yaml | 29 description: Interrupt moderation interval
|
H A D | usb-xhci.txt | 29 - imod-interval-ns: default interrupt moderation interval is 5000ns
|
H A D | hisilicon,histb-xhci.txt | 28 - imod-interval-ns: default interrupt moderation interval is 40000ns
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_dim.c | 70 /* copy current auto moderation settings and set new state */ in mlx5e_dim_work()
|
/freebsd/sys/dev/ae/ |
H A D | if_aereg.h | 35 #define AE_MASTER_IMT_EN 0x4 /* Interrupt moderation timer enable. */ 174 * Interrupt moderation timer configuration register.
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_com.h | 66 /* 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
|