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

/freebsd-11.0-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsadefs.h49 #define OQ_NUM_32 32 macro
H A Dsainit.c1667 if ((queueConfig->numInboundQueues > IQ_NUM_32) || (queueConfig->numOutboundQueues > OQ_NUM_32))
2459 if (qIdx < OQ_NUM_32)
2466 saRoot->interruptVecIndexBitMap1[config->outboundQueues[qIdx].interruptVector] |= (1 << (qIdx - OQ_NUM_32));
2735 if ((maxinbound > IQ_NUM_32) || (maxoutbound > OQ_NUM_32))
H A Dsaint.c861 if (i < OQ_NUM_32)
884 if (saRoot->interruptVecIndexBitMap1[interruptVectorIndex] & (1 << (i - OQ_NUM_32)))

Completed in 158 milliseconds