taglinefilesource code
NCR53c7x0_cmd188drivers/scsi/53c7,8xx.cstatic void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result);
NCR53c7x0_cmd194drivers/scsi/53c7,8xx.cstatic void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd 
NCR53c7x0_cmd196drivers/scsi/53c7,8xx.cstatic void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd201drivers/scsi/53c7,8xx.cstatic void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd204drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd);
NCR53c7x0_cmd727drivers/scsi/53c7,8xx.cmax_cmd_size = sizeof(struct NCR53c7x0_cmd) + dsa_len +
NCR53c7x0_cmd830drivers/scsi/53c7,8xx.chostdata->free = (struct NCR53c7x0_cmd *) 
NCR53c7x0_cmd1404drivers/scsi/53c7,8xx.cstatic void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd1442drivers/scsi/53c7,8xx.cstatic void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result) {
NCR53c7x0_cmd1497drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd1692drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd2357drivers/scsi/53c7,8xx.cstatic struct NCR53c7x0_cmd *
NCR53c7x0_cmd2363drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp = NULL;   /* NCR53c7x0_cmd structure for this command */
NCR53c7x0_cmd2397drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) scsi_malloc (size);
NCR53c7x0_cmd2407drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) (((char *) real) + alignment);
NCR53c7x0_cmd2424drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) hostdata->free;
NCR53c7x0_cmd2701drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp;
NCR53c7x0_cmd2801drivers/scsi/53c7,8xx.ctmp->next = (struct NCR53c7x0_cmd*) hostdata->running_list;
NCR53c7x0_cmd2804drivers/scsi/53c7,8xx.chostdata->running_list = (struct NCR53c7x0_cmd*) tmp;
NCR53c7x0_cmd2866drivers/scsi/53c7,8xx.cfor (tmp = (struct NCR53c7x0_cmd *) hostdata->issue_queue; 
NCR53c7x0_cmd2867drivers/scsi/53c7,8xx.ctmp->next; tmp = (struct NCR53c7x0_cmd *) tmp->next);
NCR53c7x0_cmd2890drivers/scsi/53c7,8xx.cstatic void intr_scsi (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd3054drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *cmd,      /* command which halted */
NCR53c7x0_cmd3128drivers/scsi/53c7,8xx.cfor (cmd_prev_ptr = (struct NCR53c7x0_cmd **) 
NCR53c7x0_cmd3130drivers/scsi/53c7,8xx.c(struct NCR53c7x0_cmd *) hostdata->running_list; cmd ;
NCR53c7x0_cmd3131drivers/scsi/53c7,8xx.ccmd_prev_ptr = (struct NCR53c7x0_cmd **) &(cmd->next), 
NCR53c7x0_cmd3132drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *) cmd->next) {
NCR53c7x0_cmd3161drivers/scsi/53c7,8xx.c*cmd_prev_ptr = (struct NCR53c7x0_cmd *) cmd->next;
NCR53c7x0_cmd3212drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *) hostdata->current_cmd;
NCR53c7x0_cmd3215drivers/scsi/53c7,8xx.cfor (cmd = (struct NCR53c7x0_cmd *) 
NCR53c7x0_cmd3219drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *)(cmd->next));
NCR53c7x0_cmd3348drivers/scsi/53c7,8xx.cstatic void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd
NCR53c7x0_cmd3507drivers/scsi/53c7,8xx.cstatic void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd3769drivers/scsi/53c7,8xx.cvolatile struct NCR53c7x0_cmd *curr, **prev;
NCR53c7x0_cmd3783drivers/scsi/53c7,8xx.cfor (curr = (volatile struct NCR53c7x0_cmd *) hostdata->issue_queue, 
NCR53c7x0_cmd3784drivers/scsi/53c7,8xx.cprev = (volatile struct NCR53c7x0_cmd **) &(hostdata->issue_queue);
NCR53c7x0_cmd3785drivers/scsi/53c7,8xx.ccurr && curr->cmd != cmd; prev = (volatile struct NCR53c7x0_cmd **)
NCR53c7x0_cmd3786drivers/scsi/53c7,8xx.c&(curr->next), curr = (volatile struct NCR53c7x0_cmd *) curr->next);
NCR53c7x0_cmd3789drivers/scsi/53c7,8xx.c*prev = (struct NCR53c7x0_cmd *) curr->next;
NCR53c7x0_cmd3808drivers/scsi/53c7,8xx.cfor (curr = (volatile struct NCR53c7x0_cmd *) hostdata->running_list, 
NCR53c7x0_cmd3809drivers/scsi/53c7,8xx.cprev = (volatile struct NCR53c7x0_cmd **) &(hostdata->running_list);
NCR53c7x0_cmd3810drivers/scsi/53c7,8xx.ccurr && curr->cmd != cmd; prev = (volatile struct NCR53c7x0_cmd **) 
NCR53c7x0_cmd3811drivers/scsi/53c7,8xx.c&(curr->next), curr = (volatile struct NCR53c7x0_cmd *) curr->next);
NCR53c7x0_cmd3826drivers/scsi/53c7,8xx.ccurr = (struct NCR53c7x0_cmd *) cmd->host_scribble;
NCR53c7x0_cmd3858drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd * c;
NCR53c7x0_cmd3872drivers/scsi/53c7,8xx.cfor (c = (struct NCR53c7x0_cmd *) hostdata->running_list, found = 0; c; 
NCR53c7x0_cmd3873drivers/scsi/53c7,8xx.cc = (struct NCR53c7x0_cmd *) c->next)  {
NCR53c7x0_cmd3884drivers/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_cmd;  /* 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;