Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/i825xx/
Dsun3_82586.c151 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first; member
644 p->rfd_first = rfd; in alloc_rfa()
668 p->rfd_top = p->rfd_first; in alloc_rfa()
669 p->rfd_last = p->rfd_first + (p->num_recv_buffs - 1 + rfdadd); in alloc_rfa()
671 p->scb->rfa_offset = make16(p->rfd_first); in alloc_rfa()
672 p->rfd_first->rbd_offset = make16(rbd); in alloc_rfa()
890 alloc_rfa(dev,(char *)p->rfd_first); in sun3_82586_rnr_int()
959 p->scb->rfa_offset = make16(p->rfd_first); in startrecv586()