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 *);
71 struct fsc_state *state;
87 state = (struct fsc_state *) cmd->device->host->hostdata;
105 struct fsc_state *state = (struct fsc_state *) cmd->device->host->hostdata;
124 static void mac53c94_init(struct fsc_state *state)
144 static void mac53c94_start(struct fsc_state *state)
183 struct Scsi_Host *dev = ((struct fsc_state *) dev_id)->current_req->device->host;
193 struct fsc_state *state = (struct fsc_state *) dev_id;
341 static void cmd_done(struct fsc_state *state, int result)
358 static void set_dma_cmds(struct fsc_state *state, struct scsi_cmnd *cmd)
411 struct fsc_state *state;
429 host = scsi_host_alloc(&mac53c94_template, sizeof(struct fsc_state));
436 state = (struct fsc_state *) host->hostdata;
513 struct fsc_state *fp = (struct fsc_state *)macio_get_drvdata(mdev);