Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/i825xx/
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()