Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/i825xx/
Dsun3_82586.c150 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first; member
643 p->rfd_first = rfd; in alloc_rfa()
667 p->rfd_top = p->rfd_first; in alloc_rfa()
668 p->rfd_last = p->rfd_first + (p->num_recv_buffs - 1 + rfdadd); in alloc_rfa()
670 p->scb->rfa_offset = make16(p->rfd_first); in alloc_rfa()
671 p->rfd_first->rbd_offset = make16(rbd); in alloc_rfa()
889 alloc_rfa(dev,(char *)p->rfd_first); in sun3_82586_rnr_int()
958 p->scb->rfa_offset = make16(p->rfd_first); in startrecv586()