Home
last modified time | relevance | path

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

/drivers/net/ethernet/i825xx/
D3c523.c207 volatile struct rfd_struct *rfd_last, *rfd_top, *rfd_first; member
861 p->rfd_first = rfd; in alloc_rfa()
883 p->rfd_top = p->rfd_first; in alloc_rfa()
884 p->rfd_last = p->rfd_first + p->num_recv_buffs - 1; in alloc_rfa()
886 p->scb->rfa_offset = make16(p->rfd_first); in alloc_rfa()
887 p->rfd_first->rbd_offset = make16(rbd); in alloc_rfa()
1029 alloc_rfa(dev, (char *) p->rfd_first); in elmc_rnr_int()
1088 p->scb->rfa_offset = make16(p->rfd_first); in startrecv586()
Dsun3_82586.c148 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first; member
647 p->rfd_first = rfd; in alloc_rfa()
671 p->rfd_top = p->rfd_first; in alloc_rfa()
672 p->rfd_last = p->rfd_first + (p->num_recv_buffs - 1 + rfdadd); in alloc_rfa()
674 p->scb->rfa_offset = make16(p->rfd_first); in alloc_rfa()
675 p->rfd_first->rbd_offset = make16(rbd); in alloc_rfa()
893 alloc_rfa(dev,(char *)p->rfd_first); in sun3_82586_rnr_int()
962 p->scb->rfa_offset = make16(p->rfd_first); in startrecv586()
Dni52.c193 struct rfd_struct __iomem *rfd_last, *rfd_top, *rfd_first; member
837 p->rfd_first = rfd; in alloc_rfa()
861 p->rfd_top = p->rfd_first; in alloc_rfa()
862 p->rfd_last = p->rfd_first + (p->num_recv_buffs - 1 + rfdadd); in alloc_rfa()
864 writew(make16(p->rfd_first), &p->scb->rfa_offset); in alloc_rfa()
865 writew(make16(rbd), &p->rfd_first->rbd_offset); in alloc_rfa()
1052 alloc_rfa(dev, p->rfd_first); in ni52_rnr_int()
1120 writew(make16(p->rfd_first), &p->scb->rfa_offset); in startrecv586()