Lines Matching defs:priv
217 struct priv struct
219 struct net_device_stats stats;
220 unsigned long base;
221 char *memtop;
222 long int lock;
223 int reseted;
224 volatile struct rfd_struct *rfd_last,*rfd_top,*rfd_first;
225 volatile struct scp_struct *scp; /* volatile is important */
226 volatile struct iscp_struct *iscp; /* volatile is important */
227 volatile struct scb_struct *scb; /* volatile is important */
228 volatile struct tbd_struct *xmit_buffs[NUM_XMIT_BUFFS];
230 volatile struct transmit_cmd_struct *xmit_cmds[2];
231 volatile struct nop_cmd_struct *nop_cmds[2];
233 volatile struct transmit_cmd_struct *xmit_cmds[NUM_XMIT_BUFFS];
234 volatile struct nop_cmd_struct *nop_cmds[NUM_XMIT_BUFFS];
236 volatile int nop_point,num_recv_buffs;
237 volatile char *xmit_cbuffs[NUM_XMIT_BUFFS];
238 volatile int xmit_count,xmit_last;