Searched refs:queueIndex (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/iseries/
H A Dhv_call_event.h60 static inline void HvCallEvent_getOverflowLpEvents(u8 queueIndex) argument
62 HvCall1(HvCallEventGetOverflowLpEvents, queueIndex);
65 static inline void HvCallEvent_setInterLpQueueIndex(u8 queueIndex) argument
67 HvCall1(HvCallEventSetInterLpQueueIndex, queueIndex);
70 static inline void HvCallEvent_setLpEventStack(u8 queueIndex, argument
73 HvCall3(HvCallEventSetLpEventStack, queueIndex,
77 static inline void HvCallEvent_setLpEventQueueInterruptProc(u8 queueIndex, argument
80 HvCall2(HvCallEventSetLpEventQueueInterruptProc, queueIndex,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.c291 unsigned short queueIndex; local
303 queueIndex = pB->i2Dbuf_strip;
304 pCh = pB->i2Dbuf[queueIndex];
305 queueIndex++;
306 if (queueIndex >= CH_QUEUE_SIZE) {
307 queueIndex = 0;
309 pB->i2Dbuf_strip = queueIndex;
320 queueIndex = pB->i2Bbuf_strip;
321 pCh = pB->i2Bbuf[queueIndex];
322 queueIndex
369 unsigned short queueIndex; local
[all...]

Completed in 164 milliseconds