Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/i825xx/
Dsun3_82586.c149 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first;
641 volatile struct rfd_struct *rfd = (struct rfd_struct *)ptr; in alloc_rfa()
646 memset((char *) rfd,0,sizeof(struct rfd_struct)*(p->num_recv_buffs+rfdadd)); in alloc_rfa()
826 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int()
859 volatile struct rfd_struct *rfds=p->rfd_top; in sun3_82586_rcv_int()
866 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()
Dsun3_82586.h128 struct rfd_struct struct