Searched refs:interruptVectorIndex (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | saint.c | 78 bit32 interruptVectorIndex in siFatalInterruptHandler() argument 105 ossaDisableInterrupts(agRoot, interruptVectorIndex); in siFatalInterruptHandler() 326 bit32 interruptVectorIndex in saFatalInterruptHandler() argument 340 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saFatalInterruptHandler() 346 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saFatalInterruptHandler() 350 if (saRoot->swConfig.fatalErrorInterruptVector != interruptVectorIndex) in saFatalInterruptHandler() 353 saRoot->swConfig.fatalErrorInterruptVector, interruptVectorIndex)); in saFatalInterruptHandler() 360 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saFatalInterruptHandler() 364 ret = siFatalInterruptHandler(agRoot,interruptVectorIndex); in saFatalInterruptHandler() 367 ossaDisableInterrupts(agRoot, interruptVectorIndex); in saFatalInterruptHandler() [all …]
|
H A D | saproto.h | 856 bit32 siOurMSIXInterrupt(agsaRoot_t *agRoot,bit32 interruptVectorIndex); 857 void siDisableMSIXInterrupts(agsaRoot_t *agRoot,bit32 interruptVectorIndex); 858 void siReenableMSIXInterrupts(agsaRoot_t *agRoot,bit32 interruptVectorIndex); 860 bit32 siOurMSIInterrupt(agsaRoot_t *agRoot,bit32 interruptVectorIndex); 861 void siDisableMSIInterrupts(agsaRoot_t *agRoot,bit32 interruptVectorIndex); 862 void siReenableMSIInterrupts(agsaRoot_t *agRoot,bit32 interruptVectorIndex); 865 bit32 siOurLegacyInterrupt(agsaRoot_t *agRoot,bit32 interruptVectorIndex); 866 void siDisableLegacyInterrupts(agsaRoot_t *agRoot,bit32 interruptVectorIndex); 867 void siReenableLegacyInterrupts(agsaRoot_t *agRoot,bit32 interruptVectorIndex); 869 bit32 siOurMSIX_V_Interrupt(agsaRoot_t *agRoot,bit32 interruptVectorIndex); [all …]
|
H A D | spcdefs.h | 545 bit32 interruptVectorIndex 550 bit32 interruptVectorIndex
|
H A D | sainit.c | 1784 …->outboundQueues[i].interruptVector = (bit8)queueConfig->outboundQueues[i].interruptVectorIndex; in siConfiguration()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | saapi.h | 47 bit32 interruptVectorIndex, 53 bit32 interruptVectorIndex 63 bit32 interruptVectorIndex 680 bit32 interruptVectorIndex
|
H A D | saosapi.h | 126 #define ossaDisableInterrupts(agRoot, interruptVectorIndex) \ argument 130 saROOT->DisableInterrupts(agRoot, interruptVectorIndex); \ 135 #define ossaReenableInterrupts(agRoot, interruptVectorIndex) \ argument 139 saROOT->ReEnableInterrupts(agRoot, interruptVectorIndex); \
|
H A D | sa.h | 2400 bit32 interruptVectorIndex:8; /* MSI/MSI-X interrupt vector index. For MSI, when member
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdesgl.c | 136 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tdsaEsglInit()
|
H A D | tdport.c | 4023 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tiCOMPortInit() 4026 …QueueConfig->outboundQueues[i].interruptVectorIndex = i % tdsaAllShared->SwConfig.max_MSIX_Interru… in tiCOMPortInit() 4030 …QueueConfig->outboundQueues[i].interruptVectorIndex = i % tdsaAllShared->SwConfig.max_MSI_Interrup… in tiCOMPortInit() 4034 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tiCOMPortInit()
|
H A D | tdinit.c | 3321 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tdsaQueueConfigInit()
|