Searched refs:cmdQ (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/net/chelsio/
H A Dsge.c178 struct cmdQ { struct
192 spinlock_t lock; /* Lock to protect cmdQ enqueuing */
218 /* Bit flags for cmdQ.status */
273 struct cmdQ cmdQ[SGE_CMDQ_N] ____cacheline_aligned_in_smp;
459 struct cmdQ *q = &sge->cmdQ[0];
597 static void free_cmdQ_buffers(struct sge *sge, struct cmdQ *q, unsigned int n)
637 struct cmdQ *q = &sge->cmdQ[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhprw.c67 hpPriv->cmdQ[hpPriv->cmdTail].cmdLen = cmdLen;
68 hpPriv->cmdQ[hpPriv->cmdTail].src = src;
69 hpPriv->cmdQ[hpPriv->cmdTail].buf = buf;
72 hpPriv->cmdQ[hpPriv->cmdTail].cmd[i] = cmd[i];
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];
128 ncmdLen= hpPriv->cmdQ[hpPriv->cmdSend].cmdLen;
131 ncmd[i] = hpPriv->cmdQ[hpPri
[all...]
H A Dhpusb.h92 struct zsCmdQ cmdQ[ZM_CMD_QUEUE_SIZE]; member in struct:zsHpPriv

Completed in 108 milliseconds