Lines Matching defs:fsc_state
44 struct fsc_state {
62 static void mac53c94_init(struct fsc_state *);
63 static void mac53c94_start(struct fsc_state *);
66 static void cmd_done(struct fsc_state *, int result);
67 static void set_dma_cmds(struct fsc_state *, struct scsi_cmnd *);
72 struct fsc_state *state;
89 state = (struct fsc_state *) cmd->device->host->hostdata;
107 struct fsc_state *state = (struct fsc_state *) cmd->device->host->hostdata;
126 static void mac53c94_init(struct fsc_state *state)
147 static void mac53c94_start(struct fsc_state *state)
186 struct Scsi_Host *dev = ((struct fsc_state *) dev_id)->current_req->device->host;
196 struct fsc_state *state = (struct fsc_state *) dev_id;
345 static void cmd_done(struct fsc_state *state, int result)
362 static void set_dma_cmds(struct fsc_state *state, struct scsi_cmnd *cmd)
414 struct fsc_state *state;
432 host = scsi_host_alloc(&mac53c94_template, sizeof(struct fsc_state));
439 state = (struct fsc_state *) host->hostdata;
515 struct fsc_state *fp = (struct fsc_state *)macio_get_drvdata(mdev);