Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDsadefs.h49 #define OQ_NUM_32 32 macro
HDsainit.c1667 if ((queueConfig->numInboundQueues > IQ_NUM_32) || (queueConfig->numOutboundQueues > OQ_NUM_32)) in siConfiguration()
2459 if (qIdx < OQ_NUM_32) in mpiInitialize()
2466 …nterruptVecIndexBitMap1[config->outboundQueues[qIdx].interruptVector] |= (1 << (qIdx - OQ_NUM_32)); in mpiInitialize()
2735 if ((maxinbound > IQ_NUM_32) || (maxoutbound > OQ_NUM_32)) in mpiInitialize()
HDsaint.c861 if (i < OQ_NUM_32) in saDelayedInterruptHandler()
884 if (saRoot->interruptVecIndexBitMap1[interruptVectorIndex] & (1 << (i - OQ_NUM_32))) in saDelayedInterruptHandler()