rfd_top 149 drivers/net/ethernet/i825xx/sun3_82586.c volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first; rfd_top 671 drivers/net/ethernet/i825xx/sun3_82586.c p->rfd_top = p->rfd_first; rfd_top 771 drivers/net/ethernet/i825xx/sun3_82586.c for(;(status = p->rfd_top->stat_high) & RFD_COMPL;) rfd_top 773 drivers/net/ethernet/i825xx/sun3_82586.c rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); rfd_top 821 drivers/net/ethernet/i825xx/sun3_82586.c p->rfd_top->stat_high = 0; rfd_top 822 drivers/net/ethernet/i825xx/sun3_82586.c p->rfd_top->last = RFD_SUSP; /* maybe exchange by RFD_LAST */ rfd_top 823 drivers/net/ethernet/i825xx/sun3_82586.c p->rfd_top->rbd_offset = 0xffff; rfd_top 825 drivers/net/ethernet/i825xx/sun3_82586.c p->rfd_last = p->rfd_top; rfd_top 826 drivers/net/ethernet/i825xx/sun3_82586.c p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ rfd_top 827 drivers/net/ethernet/i825xx/sun3_82586.c p->scb->rfa_offset = make16(p->rfd_top); rfd_top 846 drivers/net/ethernet/i825xx/sun3_82586.c if(p->rfd_top->status) rfd_top 859 drivers/net/ethernet/i825xx/sun3_82586.c volatile struct rfd_struct *rfds=p->rfd_top;