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