Home
last modified time | relevance | path

Searched refs:fsc_state (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/scsi/
Dmac53c94.c44 struct fsc_state { struct
62 static void mac53c94_init(struct fsc_state *); argument
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; in mac53c94_queue_lck()
87 state = (struct fsc_state *) cmd->device->host->hostdata; in mac53c94_queue_lck()
105 struct fsc_state *state = (struct fsc_state *) cmd->device->host->hostdata; in DEF_SCSI_QCMD()
124 static void mac53c94_init(struct fsc_state *state) in mac53c94_init()
144 static void mac53c94_start(struct fsc_state *state) in mac53c94_start()
[all …]