Searched refs:rfd_top (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ |
D | sun3_82586.c | 151 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first; member 665 p->rfd_top = p->rfd_first; in alloc_rfa() 765 for(;(status = p->rfd_top->stat_high) & RFD_COMPL;) in sun3_82586_rcv_int() 767 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int() 815 p->rfd_top->stat_high = 0; in sun3_82586_rcv_int() 816 p->rfd_top->last = RFD_SUSP; /* maybe exchange by RFD_LAST */ in sun3_82586_rcv_int() 817 p->rfd_top->rbd_offset = 0xffff; in sun3_82586_rcv_int() 819 p->rfd_last = p->rfd_top; in sun3_82586_rcv_int() 820 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int() 821 p->scb->rfa_offset = make16(p->rfd_top); in sun3_82586_rcv_int() [all …]
|
D | ni52.c | 195 struct rfd_struct __iomem *rfd_last, *rfd_top, *rfd_first; member 858 p->rfd_top = p->rfd_first; in alloc_rfa() 956 for (; (status = readb(&p->rfd_top->stat_high)) & RFD_COMPL;) { in ni52_rcv_int() 957 rbd = make32(readw(&p->rfd_top->rbd_offset)); in ni52_rcv_int() 999 writeb(0, &p->rfd_top->stat_high); in ni52_rcv_int() 1000 writeb(RFD_SUSP, &p->rfd_top->last); /* maybe exchange by RFD_LAST */ in ni52_rcv_int() 1001 writew(0xffff, &p->rfd_top->rbd_offset); in ni52_rcv_int() 1003 p->rfd_last = p->rfd_top; in ni52_rcv_int() 1004 p->rfd_top = make32(readw(&p->rfd_top->next)); /* step to next RFD */ in ni52_rcv_int() 1005 writew(make16(p->rfd_top), &p->scb->rfa_offset); in ni52_rcv_int() [all …]
|
D | 3c523.c | 208 volatile struct rfd_struct *rfd_last, *rfd_top, *rfd_first; member 879 p->rfd_top = p->rfd_first; in alloc_rfa() 973 for (; (status = p->rfd_top->status) & STAT_COMPL;) { in elmc_rcv_int() 974 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in elmc_rcv_int() 1000 p->rfd_top->status = 0; in elmc_rcv_int() 1001 p->rfd_top->last = RFD_SUSP; in elmc_rcv_int() 1003 p->rfd_last = p->rfd_top; in elmc_rcv_int() 1004 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in elmc_rcv_int()
|