Lines Matching defs:i596_private
316 struct i596_private { struct
317 volatile struct i596_scp scp;
318 volatile struct i596_iscp iscp;
319 volatile struct i596_scb scb;
320 struct sa_cmd sa_cmd;
321 struct cf_cmd cf_cmd;
322 struct tdr_cmd tdr_cmd;
323 struct mc_cmd mc_cmd;
324 unsigned long stat;
325 int last_restart __attribute__((aligned(4)));
326 struct i596_rfd *rfd_head;
327 struct i596_rbd *rbd_head;
328 struct i596_cmd *cmd_tail;
329 struct i596_cmd *cmd_head;
330 int cmd_backlog;
331 unsigned long last_cmd;
332 struct i596_rfd rfds[RX_RING_SIZE];
333 struct i596_rbd rbds[RX_RING_SIZE];
334 struct tx_cmd tx_cmds[TX_RING_SIZE];
335 struct i596_tbd tbds[TX_RING_SIZE];
336 int next_tx_cmd;
337 spinlock_t lock;