Home
last modified time | relevance | path

Searched refs:interruptVectorIndex (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c78 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 Dsaproto.h856 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 Dspcdefs.h545 bit32 interruptVectorIndex
550 bit32 interruptVectorIndex
H A Dsainit.c1784 …->outboundQueues[i].interruptVector = (bit8)queueConfig->outboundQueues[i].interruptVectorIndex; in siConfiguration()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h47 bit32 interruptVectorIndex,
53 bit32 interruptVectorIndex
63 bit32 interruptVectorIndex
680 bit32 interruptVectorIndex
H A Dsaosapi.h126 #define ossaDisableInterrupts(agRoot, interruptVectorIndex) \ argument
130 saROOT->DisableInterrupts(agRoot, interruptVectorIndex); \
135 #define ossaReenableInterrupts(agRoot, interruptVectorIndex) \ argument
139 saROOT->ReEnableInterrupts(agRoot, interruptVectorIndex); \
H A Dsa.h2400 bit32 interruptVectorIndex:8; /* MSI/MSI-X interrupt vector index. For MSI, when member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdesgl.c136 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tdsaEsglInit()
H A Dtdport.c4023 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 Dtdinit.c3321 QueueConfig->outboundQueues[i].interruptVectorIndex = 0; in tdsaQueueConfigInit()