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

/freebsd-11.0-release/sys/i386/include/
H A Dintr_machdep.h52 #define NUM_MSI_INTS 512 macro
59 (FIRST_MSI_INT + NUM_MSI_INTS)
65 #define NUM_IO_INTS (FIRST_MSI_INT + NUM_MSI_INTS + NUM_EVTCHN_INTS)
/freebsd-11.0-release/sys/amd64/include/
H A Dintr_machdep.h52 #define NUM_MSI_INTS 512 macro
59 (FIRST_MSI_INT + NUM_MSI_INTS)
65 #define NUM_IO_INTS (FIRST_MSI_INT + NUM_MSI_INTS + NUM_EVTCHN_INTS)
/freebsd-11.0-release/sys/x86/xen/
H A Dxen_msi.c71 if ((msi_last_irq + count) > NUM_MSI_INTS) {
/freebsd-11.0-release/sys/x86/x86/
H A Dmsi.c336 if (msi_last_irq >= NUM_MSI_INTS) {
377 for (i = FIRST_MSI_INT; i < FIRST_MSI_INT + NUM_MSI_INTS; i++) {
396 if (i + (count - cnt) > FIRST_MSI_INT + NUM_MSI_INTS) {
572 i < FIRST_MSI_INT + NUM_MSI_INTS; i++) {
619 for (i = FIRST_MSI_INT; i < FIRST_MSI_INT + NUM_MSI_INTS; i++) {
634 if (i + 1 > FIRST_MSI_INT + NUM_MSI_INTS) {

Completed in 25 milliseconds