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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsun3_82586.h128 struct rfd_struct struct
H A D3c523.h112 struct rfd_struct struct
H A Dni52.h120 struct rfd_struct struct
H A Dsun3_82586.c146 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first;
639 volatile struct rfd_struct *rfd = (struct rfd_struct *)ptr;
644 memset((char *) rfd,0,sizeof(struct rfd_struct)*(p->num_recv_buffs+rfdadd));
824 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */
H A D3c523.c207 volatile struct rfd_struct *rfd_last, *rfd_top, *rfd_first;
855 volatile struct rfd_struct *rfd = (struct rfd_struct *) ptr;
860 memset((char *) rfd, 0, sizeof(struct rfd_struct) * p->num_recv_buffs);
1010 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */
H A Dni52.c157 struct rfd_struct __iomem *rfd_last, *rfd_top, *rfd_first;
794 struct rfd_struct __iomem *rfd = ptr;
800 sizeof(struct rfd_struct) * (p->num_recv_buffs + rfdadd));

Completed in 118 milliseconds