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