Home
last modified time | relevance | path

Searched refs:rfd_first (Results 1 – 3 of 3) sorted by relevance

/drivers/net/
D3c523.c208 volatile struct rfd_struct *rfd_last, *rfd_top, *rfd_first; member
857 p->rfd_first = rfd; in alloc_rfa()
879 p->rfd_top = p->rfd_first; in alloc_rfa()
880 p->rfd_last = p->rfd_first + p->num_recv_buffs - 1; in alloc_rfa()
882 p->scb->rfa_offset = make16(p->rfd_first); in alloc_rfa()
883 p->rfd_first->rbd_offset = make16(rbd); in alloc_rfa()
1023 alloc_rfa(dev, (char *) p->rfd_first); in elmc_rnr_int()
1082 p->scb->rfa_offset = make16(p->rfd_first); in startrecv586()
Dsun3_82586.c151 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first; member
641 p->rfd_first = rfd; in alloc_rfa()
665 p->rfd_top = p->rfd_first; in alloc_rfa()
666 p->rfd_last = p->rfd_first + (p->num_recv_buffs - 1 + rfdadd); in alloc_rfa()
668 p->scb->rfa_offset = make16(p->rfd_first); in alloc_rfa()
669 p->rfd_first->rbd_offset = make16(rbd); in alloc_rfa()
887 alloc_rfa(dev,(char *)p->rfd_first); in sun3_82586_rnr_int()
956 p->scb->rfa_offset = make16(p->rfd_first); in startrecv586()
Dni52.c195 struct rfd_struct __iomem *rfd_last, *rfd_top, *rfd_first; member
834 p->rfd_first = rfd; in alloc_rfa()
858 p->rfd_top = p->rfd_first; in alloc_rfa()
859 p->rfd_last = p->rfd_first + (p->num_recv_buffs - 1 + rfdadd); in alloc_rfa()
861 writew(make16(p->rfd_first), &p->scb->rfa_offset); in alloc_rfa()
862 writew(make16(rbd), &p->rfd_first->rbd_offset); in alloc_rfa()
1049 alloc_rfa(dev, p->rfd_first); in ni52_rnr_int()
1117 writew(make16(p->rfd_first), &p->scb->rfa_offset); in startrecv586()