taglinefilesource code
NCR53c7x0_cmd175drivers/scsi/53c7,8xx.cstatic void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result);
NCR53c7x0_cmd179drivers/scsi/53c7,8xx.cstatic void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd 
NCR53c7x0_cmd181drivers/scsi/53c7,8xx.cstatic void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd186drivers/scsi/53c7,8xx.cstatic void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd189drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd);
NCR53c7x0_cmd1303drivers/scsi/53c7,8xx.cstatic void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd1341drivers/scsi/53c7,8xx.cstatic void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result) {
NCR53c7x0_cmd1402drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd1594drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd2237drivers/scsi/53c7,8xx.cstatic struct NCR53c7x0_cmd *create_cmd (Scsi_Cmnd *cmd) {
NCR53c7x0_cmd2243drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp;   /* NCR53c7x0_cmd structure for this command */
NCR53c7x0_cmd2335drivers/scsi/53c7,8xx.csize = ((sizeof (struct NCR53c7x0_cmd) + (hostdata->dsa_end - 
NCR53c7x0_cmd2339drivers/scsi/53c7,8xx.csize = sizeof (struct NCR53c7x0_cmd) + (hostdata->dsa_end - 
NCR53c7x0_cmd2369drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) (((char *) real) + alignment);
NCR53c7x0_cmd2581drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp;
NCR53c7x0_cmd2742drivers/scsi/53c7,8xx.cfor (tmp = (struct NCR53c7x0_cmd *) hostdata->issue_queue; 
NCR53c7x0_cmd2743drivers/scsi/53c7,8xx.ctmp->next; tmp = (struct NCR53c7x0_cmd *) tmp->next);
NCR53c7x0_cmd2766drivers/scsi/53c7,8xx.cstatic void intr_scsi (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd2925drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *cmd,      /* command which halted */
NCR53c7x0_cmd2995drivers/scsi/53c7,8xx.cfor (cmd_prev_ptr = (struct NCR53c7x0_cmd **) 
NCR53c7x0_cmd2996drivers/scsi/53c7,8xx.c&(hostdata->running_list), cmd = (struct NCR53c7x0_cmd *)
NCR53c7x0_cmd2998drivers/scsi/53c7,8xx.c&(cmd->next), cmd = (struct NCR53c7x0_cmd *) cmd->next) {
NCR53c7x0_cmd3086drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *) hostdata->current;
NCR53c7x0_cmd3089drivers/scsi/53c7,8xx.cfor (cmd = (struct NCR53c7x0_cmd *) 
NCR53c7x0_cmd3093drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *)(cmd->next));
NCR53c7x0_cmd3218drivers/scsi/53c7,8xx.cstatic void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd
NCR53c7x0_cmd3376drivers/scsi/53c7,8xx.cstatic void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd3637drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *curr, **prev;
NCR53c7x0_cmd3696drivers/scsi/53c7,8xx.ccurr = (struct NCR53c7x0_cmd *) cmd->host_scribble;
NCR53c7x0_cmd3757drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd * c;
NCR53c7x0_cmd953drivers/scsi/53c7,8xx.hstruct NCR53c7x0_cmd *next, *prev;  /* Linux maintained lists */
NCR53c7x0_cmd1064drivers/scsi/53c7,8xx.hvoid (* dsa_fixup)(struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd1074drivers/scsi/53c7,8xx.hint (* dstat_sir_intr)(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd1197drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *issue_queue;
NCR53c7x0_cmd1200drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *running_list;  
NCR53c7x0_cmd1203drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *current;  /* currently connected 
NCR53c7x0_cmd1216drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *finished_queue;  
NCR53c7x0_cmd1230drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *reconnect_dsa_head;