Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_em.h121 #define MAX_INTS_PER_SEC 8000 macro
122 #define DEFAULT_ITR 1000000000/(MAX_INTS_PER_SEC * 256)
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_igc.c1712 newitr = (4000000 / MAX_INTS_PER_SEC) & 0x7FFC; in igc_configure_queues()
H A Dif_em.c4180 newitr = (4000000 / MAX_INTS_PER_SEC) & 0x7FFC; in em_setup_queues_msix()