Lines Matching defs:priv
205 struct priv { struct
206 struct net_device_stats stats;
207 unsigned long base;
208 char *memtop;
209 unsigned long mapped_start; /* Start of ioremap */
210 volatile struct rfd_struct *rfd_last, *rfd_top, *rfd_first;
211 volatile struct scp_struct *scp; /* volatile is important */
212 volatile struct iscp_struct *iscp; /* volatile is important */
213 volatile struct scb_struct *scb; /* volatile is important */
214 volatile struct tbd_struct *xmit_buffs[NUM_XMIT_BUFFS];
216 volatile struct transmit_cmd_struct *xmit_cmds[2];
217 volatile struct nop_cmd_struct *nop_cmds[2];
219 volatile struct transmit_cmd_struct *xmit_cmds[NUM_XMIT_BUFFS];
220 volatile struct nop_cmd_struct *nop_cmds[NUM_XMIT_BUFFS];
222 volatile int nop_point, num_recv_buffs;
223 volatile char *xmit_cbuffs[NUM_XMIT_BUFFS];
224 volatile int xmit_count, xmit_last;
225 volatile int slot;