Searched refs:qe (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/lib/
H A Dlib_queue.c141 queue_t *qe; local
145 qe = qb;
147 qe = qb->q_next;
149 while (qe != qb) {
150 nextq = qe->q_next;
151 if ((res = (*func)(qe,a,b))) return res;
152 qe = nextq;
175 queue_t *qe; local
178 qe = qb;
180 while (qe
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dmsgqueue.c58 msgq->qe = NULL;
85 struct msgqueue_entry *mq = msgq->qe;
88 for (mq = msgq->qe; mq; mq = mq->next)
105 for (mq = msgq->qe; mq && msgno; mq = mq->next, msgno--);
136 mqp = &msgq->qe;
155 for (mq = msgq->qe; mq; mq = mqnext) {
159 msgq->qe = NULL;
H A Dmsgqueue.h29 struct msgqueue_entry *qe; member in struct:__anon758
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dfirestream.c565 static void submit_qentry (struct fs_dev *dev, struct queue *q, struct FS_QENTRY *qe) argument
579 if (qe != cqe) {
580 fs_dprintk (FS_DEBUG_TXQ, "q mismatch! %p %p\n", qe, cqe);
610 struct FS_QENTRY *qe; local
612 qe = get_qentry (dev, q);
613 qe->cmd = cmd;
614 qe->p0 = p1;
615 qe->p1 = p2;
616 qe->p2 = p3;
617 submit_qentry (dev, q, qe);
637 struct FS_QENTRY *qe; local
664 struct FS_QENTRY *qe; local
733 struct FS_QENTRY *qe; local
1361 struct FS_BPENTRY *qe, *ne; local
[all...]
H A Dfirestream.h65 #define STATUS_CODE(qe) ((qe->cmd >> 22) & 0x3f)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/
H A Ds390mach.c361 mache_t *qe; local
365 qe = mchchk_queue_tail;
367 if ( qe != NULL )
369 mchchk_queue_tail = qe->prev;
385 return qe;
472 mache_t *qe; local
476 qe = mchchk_queue_free;
478 if ( qe != NULL )
480 mchchk_queue_free = qe->next;
486 return qe;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dsunqe.c461 * so we just run through each qe and check to see who is signaling
665 /* Program the qe with the new filter value. */
902 /* We are home free at this point, link the qe's into
916 struct sunqe *qe = (struct sunqe *)qe_devs[i]->priv; local
918 if (qe->qcregs)
919 sbus_iounmap(qe->qcregs, CREG_REG_SIZE);
920 if (qe->mregs)
921 sbus_iounmap(qe->mregs, MREGS_REG_SIZE);
922 if (qe->qe_block != NULL)
923 sbus_free_consistent(qe
[all...]

Completed in 49 milliseconds