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