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

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

Completed in 145 milliseconds