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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni52.h120 struct rfd_struct struct
H A Dsun3_82586.h128 struct rfd_struct struct
H A D3c523.h112 struct rfd_struct struct
H A Dni52.c186 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first;
756 volatile struct rfd_struct *rfd = (struct rfd_struct *)ptr;
761 memset((char *) rfd,0,sizeof(struct rfd_struct)*(p->num_recv_buffs+rfdadd));
943 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */
H A Dsun3_82586.c148 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first;
632 volatile struct rfd_struct *rfd = (struct rfd_struct *)ptr;
637 memset((char *) rfd,0,sizeof(struct rfd_struct)*(p->num_recv_buffs+rfdadd));
817 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */
H A D3c523.c209 volatile struct rfd_struct *rfd_last, *rfd_top, *rfd_first;
860 volatile struct rfd_struct *rfd = (struct rfd_struct *) ptr;
865 memset((char *) rfd, 0, sizeof(struct rfd_struct) * p->num_recv_buffs);
1014 p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */

Completed in 60 milliseconds