Searched refs:hwInterruptCoalescingControl (Results 1 – 4 of 4) sorted by relevance
701 …CoalescingControl 0x%x\n",hwConfig->hwInterruptCoalescingControl … in sidump_hwConfig()
965 if ((hwConfig->hwInterruptCoalescingTimer) || (hwConfig->hwInterruptCoalescingControl)) in saInitialize()1401 ossaHwRegWriteExt(agRoot, PCIBAR1, SPC_ICCONTROL, hwConfig->hwInterruptCoalescingControl); in saInitialize()
2626 HwConfig->hwInterruptCoalescingControl = 0; in tdsaGetHwConfigParams()2676 HwConfig->hwInterruptCoalescingControl = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetHwConfigParams()2680 HwConfig->hwInterruptCoalescingControl = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetHwConfigParams()2685 if (HwConfig->hwInterruptCoalescingControl == 1 && HwConfig->hwInterruptCoalescingTimer == 0) in tdsaGetHwConfigParams()
2304 bit32 hwInterruptCoalescingControl; /**< Host Interrupt CoalescingControl */ member