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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhprw.c41 hpPriv->cmdTail = hpPriv->cmdHead = hpPriv->cmdSend = 0;
43 hpPriv->cmdTail = hpPriv->cmdHead = 0;
61 //zm_assert(((hpPriv->cmdTail+1) & (ZM_CMD_QUEUE_SIZE-1)) != hpPriv->cmdHead);
62 if (((hpPriv->cmdTail+1) & (ZM_CMD_QUEUE_SIZE-1)) == hpPriv->cmdHead ) {
88 if (hpPriv->cmdTail == hpPriv->cmdHead)
93 *cmdLen = hpPriv->cmdQ[hpPriv->cmdHead].cmdLen;
94 *src = hpPriv->cmdQ[hpPriv->cmdHead].src;
95 *buf = hpPriv->cmdQ[hpPriv->cmdHead].buf;
98 cmd[i] = hpPriv->cmdQ[hpPriv->cmdHead].cmd[i];
101 hpPriv->cmdHead
[all...]
H A Dhpusb.h87 u16_t cmdHead; member in struct:zsHpPriv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Depca.c1729 unsigned int cmdHead; local
1740 cmdHead = readw(&bc->rin);
1741 writew(cmdHead, &bc->rout);
1742 cmdHead = readw(&bc->tin);
1746 * (tout) to cmdHead pointer (tin). Hopefully the transmit
1749 fepcmd(ch, STOUT, (unsigned) cmdHead, 0, 0, 0);

Completed in 191 milliseconds