Searched refs:hwInterruptCoalescingControl (Results 1 – 4 of 4) sorted by relevance
702 …CoalescingControl 0x%x\n",hwConfig->hwInterruptCoalescingControl … in sidump_hwConfig()
966 if ((hwConfig->hwInterruptCoalescingTimer) || (hwConfig->hwInterruptCoalescingControl)) in saInitialize()1402 ossaHwRegWriteExt(agRoot, PCIBAR1, SPC_ICCONTROL, hwConfig->hwInterruptCoalescingControl); in saInitialize()
2627 HwConfig->hwInterruptCoalescingControl = 0; in tdsaGetHwConfigParams()2677 HwConfig->hwInterruptCoalescingControl = osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetHwConfigParams()2681 HwConfig->hwInterruptCoalescingControl = osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetHwConfigParams()2686 if (HwConfig->hwInterruptCoalescingControl == 1 && HwConfig->hwInterruptCoalescingTimer == 0) in tdsaGetHwConfigParams()
2305 bit32 hwInterruptCoalescingControl; /**< Host Interrupt CoalescingControl */ member