Lines Matching refs:rfd_top
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()
1022 if (p->rfd_top->status) in ni52_rcv_int()