Searched refs:q_next (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirqueue.c244 element->q_next = element->q_prev = *queue = element;
250 element->q_next = (*queue);
251 (*queue)->q_prev->q_next = element;
280 } else if ( (*queue)->q_next == *queue ) {
290 (*queue)->q_prev->q_next = (*queue)->q_next;
291 (*queue)->q_next->q_prev = (*queue)->q_prev;
292 *queue = (*queue)->q_next;
321 } else if ( (*queue)->q_next == *queue ) {
332 element->q_prev->q_next
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirqueue.h60 struct irda_queue *q_next; member in struct:irda_queue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Ddlpi.c255 if ( WR(q)->q_next == NULL || WR(q)->q_next->q_qinfo == NULL ||
256 WR(q)->q_next->q_qinfo->qi_minfo == NULL ||
257 WR(q)->q_next->q_qinfo->qi_minfo->mi_idname == NULL ) {
262 if_name( aid, WR(q)->q_next->q_qinfo->qi_minfo->mi_idname,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Ddlpi.c255 if ( WR(q)->q_next == NULL || WR(q)->q_next->q_qinfo == NULL ||
256 WR(q)->q_next->q_qinfo->qi_minfo == NULL ||
257 WR(q)->q_next->q_qinfo->qi_minfo->mi_idname == NULL ) {
262 if_name( aid, WR(q)->q_next->q_qinfo->qi_minfo->mi_idname,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c641 putctl1(RD(q)->q_next, M_CTL, PPPCTL_OERROR);
663 putctl1(RD(q)->q_next, M_CTL, PPPCTL_OERROR);
906 putctl1(q->q_next, M_CTL, PPPCTL_IERROR);
911 putctl1(q->q_next, M_CTL, PPPCTL_IERROR);
1033 putctl1(q->q_next, M_CTL, PPPCTL_IERROR);
H A Dppp_ahdlc.c613 putctl1(RD(q)->q_next, M_CTL, PPPCTL_OERROR);
635 if (qsize(q->q_next) == 0) {
793 putctl1(q->q_next, M_CTL, PPPCTL_IERROR);
H A Dppp_mod.h117 # define canputnext(q) canput((q)->q_next)
H A Dppp.c702 for (tlq = lq; tlq->q_next != NULL; tlq = tlq->q_next)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c641 putctl1(RD(q)->q_next, M_CTL, PPPCTL_OERROR);
663 putctl1(RD(q)->q_next, M_CTL, PPPCTL_OERROR);
906 putctl1(q->q_next, M_CTL, PPPCTL_IERROR);
911 putctl1(q->q_next, M_CTL, PPPCTL_IERROR);
1033 putctl1(q->q_next, M_CTL, PPPCTL_IERROR);
H A Dppp_ahdlc.c580 putctl1(RD(q)->q_next, M_CTL, PPPCTL_OERROR);
602 if (qsize(q->q_next) == 0) {
755 putctl1(q->q_next, M_CTL, PPPCTL_IERROR);
H A Dppp_mod.h117 # define canputnext(q) canput((q)->q_next)
H A Dppp.c705 for (tlq = lq; tlq->q_next != NULL; tlq = tlq->q_next)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_irda.c562 if((irnet_server.running) && (self->q.q_next == NULL))
620 if((irnet_server.running) && (self->q.q_next != NULL))
626 self->q.q_next = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.c2984 item->q_next = queue->head;
3017 queue->head = item->q_next;
3018 item->q_next = NULL;
3055 while ((p) && (item != p->q_next))
3056 p = p->q_next;
3060 p->q_next = item->q_next;
3062 if (!item->q_next)
3065 item->q_next = NULL;
4638 scb_p->q_next
[all...]
H A Dips.h1156 struct ips_scb *q_next; member in struct:ips_scb
1182 struct ips_scb *q_next; member in struct:ips_scb_pt
H A Daic7xxx_old.c784 struct aic7xxx_scb *q_next; /* next scb in queue */ member in struct:aic7xxx_scb
2273 scb->q_next = queue->head;
2294 queue->head = queue->head->q_next;
2324 while ((curscb != NULL) && (curscb->q_next != scb))
2326 curscb = curscb->q_next;
2331 curscb->q_next = scb->q_next;
2332 if (scb->q_next == NULL)
2352 scb->q_next = NULL;
2354 queue->tail->q_next
[all...]

Completed in 385 milliseconds