Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsautil.c702 …CoalescingControl 0x%x\n",hwConfig->hwInterruptCoalescingControl in sidump_hwConfig()
Dsainit.c966 if ((hwConfig->hwInterruptCoalescingTimer) || (hwConfig->hwInterruptCoalescingControl)) in saInitialize()
1402 ossaHwRegWriteExt(agRoot, PCIBAR1, SPC_ICCONTROL, hwConfig->hwInterruptCoalescingControl); in saInitialize()
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtdport.c2627 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()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsa.h2305 bit32 hwInterruptCoalescingControl; /**< Host Interrupt CoalescingControl */ member