Searched refs:hwInterruptCoalescingTimer (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsautil.c701 SA_DBG2(("sidump_hwConfig:hwConfig->hwInterruptCoalescingTimer 0x%x\n",hwConfig->hwInterruptCoalescingTimer ));
H A Dsainit.c966 if ((hwConfig->hwInterruptCoalescingTimer) || (hwConfig->hwInterruptCoalescingControl))
977 if (hwConfig->hwInterruptCoalescingTimer == 0)
979 hwConfig->hwInterruptCoalescingTimer = 1;
1396 SA_DBG1(("saInitialize: SPC_V Not set hwInterruptCoalescingTimer\n" ));
1401 ossaHwRegWriteExt(agRoot, PCIBAR1, SPC_ICTIMER,hwConfig->hwInterruptCoalescingTimer );
/freebsd-10.3-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c2626 HwConfig->hwInterruptCoalescingTimer = 1;
2650 HwConfig->hwInterruptCoalescingTimer = osti_strtoul (buffer, &pLastUsedChar, 0);
2654 HwConfig->hwInterruptCoalescingTimer = osti_strtoul (buffer, &pLastUsedChar, 10);
2685 /* For hwInterruptCoalescingTimer, 0 disables interrrupt, not allowed */
2686 if (HwConfig->hwInterruptCoalescingControl == 1 && HwConfig->hwInterruptCoalescingTimer == 0)
2688 HwConfig->hwInterruptCoalescingTimer = 1;
/freebsd-10.3-release/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h2304 bit32 hwInterruptCoalescingTimer; /**< Host Interrupt CoalescingTimer */ member in struct:agsaHwConfig_s

Completed in 224 milliseconds