Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/i825xx/
A Dsun3_82586.c150 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first;
637 volatile struct rfd_struct *rfd = (struct rfd_struct *)ptr; in alloc_rfa()
642 memset((char *) rfd,0,sizeof(struct rfd_struct)*(p->num_recv_buffs+rfdadd)); in alloc_rfa()
822 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int()
855 volatile struct rfd_struct *rfds=p->rfd_top; in sun3_82586_rcv_int()
862 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()
A Dsun3_82586.h128 struct rfd_struct struct

Completed in 6 milliseconds