Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c151 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first;
638 volatile struct rfd_struct *rfd = (struct rfd_struct *)ptr; in alloc_rfa()
643 memset((char *) rfd,0,sizeof(struct rfd_struct)*(p->num_recv_buffs+rfdadd)); in alloc_rfa()
823 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ in sun3_82586_rcv_int()
856 volatile struct rfd_struct *rfds=p->rfd_top; in sun3_82586_rcv_int()
863 rfds = (struct rfd_struct *) make32(rfds->next); in sun3_82586_rcv_int()
H A Dsun3_82586.h129 struct rfd_struct struct