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

/openbsd-current/sys/dev/pci/
H A Dif_igc.h197 #define MAX_INTS_PER_SEC 8000 macro
198 #define DEFAULT_ITR (1000000000/(MAX_INTS_PER_SEC * 256))
H A Dif_em.h116 * MAX_INTS_PER_SEC (ITR - Interrupt Throttle Register)
121 #define MAX_INTS_PER_SEC 8000 macro
122 #define DEFAULT_ITR 1000000000/(MAX_INTS_PER_SEC * 256)
H A Dif_igc.c1712 newitr = (4000000 / MAX_INTS_PER_SEC) & 0x7FFC;
2271 * as DEFAULT_ITR = 1/(MAX_INTS_PER_SEC * 256ns)
H A Dif_em.c2864 * as DEFAULT_ITR = 1/(MAX_INTS_PER_SEC * 256ns) */
4186 newitr = (4000000 / MAX_INTS_PER_SEC) & 0x7FFC;

Completed in 172 milliseconds