OQ_NUM_32
if ((queueConfig->numInboundQueues > IQ_NUM_32) || (queueConfig->numOutboundQueues > OQ_NUM_32))
if (qIdx < OQ_NUM_32)
saRoot->interruptVecIndexBitMap1[config->outboundQueues[qIdx].interruptVector] |= (1 << (qIdx - OQ_NUM_32));
if ((maxinbound > IQ_NUM_32) || (maxoutbound > OQ_NUM_32))
if (i < OQ_NUM_32)
if (saRoot->interruptVecIndexBitMap1[interruptVectorIndex] & (1 << (i - OQ_NUM_32)))