Searched refs:rfd_top (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dni52.c157 struct rfd_struct __iomem *rfd_last, *rfd_top, *rfd_first; member in struct:priv
825 p->rfd_top = p->rfd_first;
923 for (; (status = readb(&p->rfd_top->stat_high)) & RFD_COMPL;) {
924 rbd = make32(readw(&p->rfd_top->rbd_offset));
966 writeb(0, &p->rfd_top->stat_high);
967 writeb(RFD_SUSP, &p->rfd_top->last); /* maybe exchange by RFD_LAST */
968 writew(0xffff, &p->rfd_top->rbd_offset);
970 p->rfd_last = p->rfd_top;
971 p->rfd_top = make32(readw(&p->rfd_top
[all...]
H A Dsun3_82586.c146 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first; member in struct:priv
669 p->rfd_top = p->rfd_first;
769 for(;(status = p->rfd_top->stat_high) & RFD_COMPL;)
771 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset);
819 p->rfd_top->stat_high = 0;
820 p->rfd_top->last = RFD_SUSP; /* maybe exchange by RFD_LAST */
821 p->rfd_top->rbd_offset = 0xffff;
823 p->rfd_last = p->rfd_top;
824 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top
[all...]
H A D3c523.c207 volatile struct rfd_struct *rfd_last, *rfd_top, *rfd_first; member in struct:priv
883 p->rfd_top = p->rfd_first;
979 for (; (status = p->rfd_top->status) & STAT_COMPL;) {
980 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset);
1006 p->rfd_top->status = 0;
1007 p->rfd_top->last = RFD_SUSP;
1009 p->rfd_last = p->rfd_top;
1010 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */

Completed in 56 milliseconds