tag | line | file | source code |
anext | 353 | drivers/char/scc.c | sccfreelist[i]->bp->anext = NULLBUF; |
anext | 451 | drivers/char/scc.c | abp = bp->anext; |
anext | 502 | drivers/char/scc.c | for(p = *queue ; p->anext != NULLBUF ; p = p->anext) |
anext | 504 | drivers/char/scc.c | p->anext = bp; |
anext | 636 | drivers/char/scc.c | scc->sndq = scc->sndq->anext; |
anext | 1252 | drivers/char/scc.c | bp = scc->rcvq->anext; /* don't use the one we currently use */ |
anext | 1261 | drivers/char/scc.c | scc->rcvq->anext = bp; |
anext | 1598 | drivers/char/scc.c | bp2 = scc->rcvq->anext; /* next packet */ |
anext | 2123 | drivers/char/scc.c | bp = scc->sndq1->anext; /* don't use the one we currently use */ |
anext | 2132 | drivers/char/scc.c | scc->sndq1->anext = bp; |
anext | 141 | include/linux/scc.h | struct mbuf *anext; /* Links packets on queues */ |