Home
last modified time | relevance | path

Searched refs:hwInterruptCoalescingControl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c701 …CoalescingControl 0x%x\n",hwConfig->hwInterruptCoalescingControl in sidump_hwConfig()
H A Dsainit.c965 if ((hwConfig->hwInterruptCoalescingTimer) || (hwConfig->hwInterruptCoalescingControl)) in saInitialize()
1401 ossaHwRegWriteExt(agRoot, PCIBAR1, SPC_ICCONTROL, hwConfig->hwInterruptCoalescingControl); in saInitialize()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c2626 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()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2304 bit32 hwInterruptCoalescingControl; /**< Host Interrupt CoalescingControl */ member