Searched refs:allocated_interrupts (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.h238 uint16_t allocated_interrupts; member in struct:amd_ntb_softc
H A Dntb_hw_amd.c886 ntb->allocated_interrupts++;
1027 for (i = 0; i < ntb->allocated_interrupts; i++) {
H A Dntb_hw_intel.c218 uint32_t allocated_interrupts; member in struct:ntb_softc
1069 ntb->allocated_interrupts++;
1133 ntb->allocated_interrupts = 0;
1189 ntb->allocated_interrupts = 0;
1267 ntb->allocated_interrupts = 1;
1286 for (i = 0; i < ntb->allocated_interrupts; i++) {

Completed in 48 milliseconds