Searched refs:rfd_top (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | sun3_82586.c | 149 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first; member 672 p->rfd_top = p->rfd_first; in alloc_rfa() 772 for(;(status = p->rfd_top->stat_high) & RFD_COMPL;) in sun3_82586_rcv_int() 774 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int() 822 p->rfd_top->stat_high = 0; in sun3_82586_rcv_int() 823 p->rfd_top->last = RFD_SUSP; /* maybe exchange by RFD_LAST */ in sun3_82586_rcv_int() 824 p->rfd_top->rbd_offset = 0xffff; in sun3_82586_rcv_int() 826 p->rfd_last = p->rfd_top; in sun3_82586_rcv_int() 827 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int() 828 p->scb->rfa_offset = make16(p->rfd_top); in sun3_82586_rcv_int() [all …]
|
D | ni52.c | 193 struct rfd_struct __iomem *rfd_last, *rfd_top, *rfd_first; member 861 p->rfd_top = p->rfd_first; in alloc_rfa() 959 for (; (status = readb(&p->rfd_top->stat_high)) & RFD_COMPL;) { in ni52_rcv_int() 960 rbd = make32(readw(&p->rfd_top->rbd_offset)); in ni52_rcv_int() 1002 writeb(0, &p->rfd_top->stat_high); in ni52_rcv_int() 1003 writeb(RFD_SUSP, &p->rfd_top->last); /* maybe exchange by RFD_LAST */ in ni52_rcv_int() 1004 writew(0xffff, &p->rfd_top->rbd_offset); in ni52_rcv_int() 1006 p->rfd_last = p->rfd_top; in ni52_rcv_int() 1007 p->rfd_top = make32(readw(&p->rfd_top->next)); /* step to next RFD */ in ni52_rcv_int() 1008 writew(make16(p->rfd_top), &p->scb->rfa_offset); in ni52_rcv_int() [all …]
|
D | 3c523.c | 207 volatile struct rfd_struct *rfd_last, *rfd_top, *rfd_first; member 883 p->rfd_top = p->rfd_first; in alloc_rfa() 979 for (; (status = p->rfd_top->status) & STAT_COMPL;) { in elmc_rcv_int() 980 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in elmc_rcv_int() 1006 p->rfd_top->status = 0; in elmc_rcv_int() 1007 p->rfd_top->last = RFD_SUSP; in elmc_rcv_int() 1009 p->rfd_last = p->rfd_top; in elmc_rcv_int() 1010 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in elmc_rcv_int()
|