Home
last modified time | relevance | path

Searched refs:OQ_NUM_32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadefs.h48 #define OQ_NUM_32 32 macro
H A Dsainit.c1666 if ((queueConfig->numInboundQueues > IQ_NUM_32) || (queueConfig->numOutboundQueues > OQ_NUM_32)) in siConfiguration()
2458 if (qIdx < OQ_NUM_32) in mpiInitialize()
2465 …nterruptVecIndexBitMap1[config->outboundQueues[qIdx].interruptVector] |= (1 << (qIdx - OQ_NUM_32)); in mpiInitialize()
2734 if ((maxinbound > IQ_NUM_32) || (maxoutbound > OQ_NUM_32)) in mpiInitialize()
H A Dsaint.c860 if (i < OQ_NUM_32) in saDelayedInterruptHandler()
883 if (saRoot->interruptVecIndexBitMap1[interruptVectorIndex] & (1 << (i - OQ_NUM_32))) in saDelayedInterruptHandler()