Lines Matching defs:priv
143 struct priv struct
145 struct net_device_stats stats;
146 unsigned long base;
147 char *memtop;
148 long int lock;
149 int reseted;
150 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first;
151 volatile struct scp_struct *scp; /* volatile is important */
152 volatile struct iscp_struct *iscp; /* volatile is important */
153 volatile struct scb_struct *scb; /* volatile is important */
154 volatile struct tbd_struct *xmit_buffs[NUM_XMIT_BUFFS];
155 volatile struct transmit_cmd_struct *xmit_cmds[NUM_XMIT_BUFFS];
157 volatile struct nop_cmd_struct *nop_cmds[2];
159 volatile struct nop_cmd_struct *nop_cmds[NUM_XMIT_BUFFS];
161 volatile int nop_point,num_recv_buffs;
162 volatile char *xmit_cbuffs[NUM_XMIT_BUFFS];
163 volatile int xmit_count,xmit_last;