taglinefilesource code
NCR53c7x0_cmd181drivers/scsi/53c7,8xx.cstatic void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result);
NCR53c7x0_cmd187drivers/scsi/53c7,8xx.cstatic void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd 
NCR53c7x0_cmd189drivers/scsi/53c7,8xx.cstatic void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd194drivers/scsi/53c7,8xx.cstatic void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd197drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd);
NCR53c7x0_cmd720drivers/scsi/53c7,8xx.cmax_cmd_size = sizeof(struct NCR53c7x0_cmd) + dsa_len +
NCR53c7x0_cmd823drivers/scsi/53c7,8xx.chostdata->free = (struct NCR53c7x0_cmd *) 
NCR53c7x0_cmd1396drivers/scsi/53c7,8xx.cstatic void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd1434drivers/scsi/53c7,8xx.cstatic void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result) {
NCR53c7x0_cmd1489drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd1684drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd2349drivers/scsi/53c7,8xx.cstatic struct NCR53c7x0_cmd *
NCR53c7x0_cmd2355drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp = NULL;   /* NCR53c7x0_cmd structure for this command */
NCR53c7x0_cmd2389drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) scsi_malloc (size);
NCR53c7x0_cmd2399drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) (((char *) real) + alignment);
NCR53c7x0_cmd2416drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) hostdata->free;
NCR53c7x0_cmd2693drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp;
NCR53c7x0_cmd2793drivers/scsi/53c7,8xx.ctmp->next = (struct NCR53c7x0_cmd*) hostdata->running_list;
NCR53c7x0_cmd2796drivers/scsi/53c7,8xx.chostdata->running_list = (struct NCR53c7x0_cmd*) tmp;
NCR53c7x0_cmd2858drivers/scsi/53c7,8xx.cfor (tmp = (struct NCR53c7x0_cmd *) hostdata->issue_queue; 
NCR53c7x0_cmd2859drivers/scsi/53c7,8xx.ctmp->next; tmp = (struct NCR53c7x0_cmd *) tmp->next);
NCR53c7x0_cmd2882drivers/scsi/53c7,8xx.cstatic void intr_scsi (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd3046drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *cmd,      /* command which halted */
NCR53c7x0_cmd3120drivers/scsi/53c7,8xx.cfor (cmd_prev_ptr = (struct NCR53c7x0_cmd **) 
NCR53c7x0_cmd3122drivers/scsi/53c7,8xx.c(struct NCR53c7x0_cmd *) hostdata->running_list; cmd ;
NCR53c7x0_cmd3123drivers/scsi/53c7,8xx.ccmd_prev_ptr = (struct NCR53c7x0_cmd **) &(cmd->next), 
NCR53c7x0_cmd3124drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *) cmd->next) {
NCR53c7x0_cmd3153drivers/scsi/53c7,8xx.c*cmd_prev_ptr = (struct NCR53c7x0_cmd *) cmd->next;
NCR53c7x0_cmd3204drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *) hostdata->current;
NCR53c7x0_cmd3207drivers/scsi/53c7,8xx.cfor (cmd = (struct NCR53c7x0_cmd *) 
NCR53c7x0_cmd3211drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *)(cmd->next));
NCR53c7x0_cmd3340drivers/scsi/53c7,8xx.cstatic void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd
NCR53c7x0_cmd3499drivers/scsi/53c7,8xx.cstatic void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd3761drivers/scsi/53c7,8xx.cvolatile struct NCR53c7x0_cmd *curr, **prev;
NCR53c7x0_cmd3775drivers/scsi/53c7,8xx.cfor (curr = (volatile struct NCR53c7x0_cmd *) hostdata->issue_queue, 
NCR53c7x0_cmd3776drivers/scsi/53c7,8xx.cprev = (volatile struct NCR53c7x0_cmd **) &(hostdata->issue_queue);
NCR53c7x0_cmd3777drivers/scsi/53c7,8xx.ccurr && curr->cmd != cmd; prev = (volatile struct NCR53c7x0_cmd **)
NCR53c7x0_cmd3778drivers/scsi/53c7,8xx.c&(curr->next), curr = (volatile struct NCR53c7x0_cmd *) curr->next);
NCR53c7x0_cmd3781drivers/scsi/53c7,8xx.c*prev = (struct NCR53c7x0_cmd *) curr->next;
NCR53c7x0_cmd3800drivers/scsi/53c7,8xx.cfor (curr = (volatile struct NCR53c7x0_cmd *) hostdata->running_list, 
NCR53c7x0_cmd3801drivers/scsi/53c7,8xx.cprev = (volatile struct NCR53c7x0_cmd **) &(hostdata->running_list);
NCR53c7x0_cmd3802drivers/scsi/53c7,8xx.ccurr && curr->cmd != cmd; prev = (volatile struct NCR53c7x0_cmd **) 
NCR53c7x0_cmd3803drivers/scsi/53c7,8xx.c&(curr->next), curr = (volatile struct NCR53c7x0_cmd *) curr->next);
NCR53c7x0_cmd3818drivers/scsi/53c7,8xx.ccurr = (struct NCR53c7x0_cmd *) cmd->host_scribble;
NCR53c7x0_cmd3850drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd * c;
NCR53c7x0_cmd3862drivers/scsi/53c7,8xx.cfor (c = (struct NCR53c7x0_cmd *) hostdata->running_list, found = 0; c; 
NCR53c7x0_cmd3863drivers/scsi/53c7,8xx.cc = (struct NCR53c7x0_cmd *) c->next)  {
NCR53c7x0_cmd3874drivers/scsi/53c7,8xx.cc = (struct NCR53c7x0_cmd *) cmd->host_scribble;
NCR53c7x0_cmd983drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *next, *prev;  
NCR53c7x0_cmd1101drivers/scsi/53c7,8xx.hvoid (* dsa_fixup)(struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd1111drivers/scsi/53c7,8xx.hint (* dstat_sir_intr)(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd1237drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *issue_queue;
NCR53c7x0_cmd1240drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *running_list;  
NCR53c7x0_cmd1243drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *current;  /* currently connected 
NCR53c7x0_cmd1248drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *spare;  /* pointer to spare,
NCR53c7x0_cmd1252drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *free;
NCR53c7x0_cmd1271drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *finished_queue;