taglinefilesource code
NCR53c7x0_cmd179drivers/scsi/53c7,8xx.cstatic void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result);
NCR53c7x0_cmd185drivers/scsi/53c7,8xx.cstatic void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd 
NCR53c7x0_cmd187drivers/scsi/53c7,8xx.cstatic void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd192drivers/scsi/53c7,8xx.cstatic void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd195drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd);
NCR53c7x0_cmd718drivers/scsi/53c7,8xx.cmax_cmd_size = sizeof(struct NCR53c7x0_cmd) + dsa_len +
NCR53c7x0_cmd821drivers/scsi/53c7,8xx.chostdata->free = (struct NCR53c7x0_cmd *) 
NCR53c7x0_cmd1383drivers/scsi/53c7,8xx.cstatic void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd1421drivers/scsi/53c7,8xx.cstatic void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result) {
NCR53c7x0_cmd1476drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd1668drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd2323drivers/scsi/53c7,8xx.cstatic struct NCR53c7x0_cmd *
NCR53c7x0_cmd2329drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp = NULL;   /* NCR53c7x0_cmd structure for this command */
NCR53c7x0_cmd2363drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) scsi_malloc (size);
NCR53c7x0_cmd2373drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) (((char *) real) + alignment);
NCR53c7x0_cmd2390drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) hostdata->free;
NCR53c7x0_cmd2671drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp;
NCR53c7x0_cmd2833drivers/scsi/53c7,8xx.cfor (tmp = (struct NCR53c7x0_cmd *) hostdata->issue_queue; 
NCR53c7x0_cmd2834drivers/scsi/53c7,8xx.ctmp->next; tmp = (struct NCR53c7x0_cmd *) tmp->next);
NCR53c7x0_cmd2857drivers/scsi/53c7,8xx.cstatic void intr_scsi (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd3016drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *cmd,      /* command which halted */
NCR53c7x0_cmd3087drivers/scsi/53c7,8xx.cfor (cmd_prev_ptr = (struct NCR53c7x0_cmd **) 
NCR53c7x0_cmd3089drivers/scsi/53c7,8xx.c(struct NCR53c7x0_cmd *) hostdata->running_list; cmd ;
NCR53c7x0_cmd3090drivers/scsi/53c7,8xx.ccmd_prev_ptr = (struct NCR53c7x0_cmd **) &(cmd->next), 
NCR53c7x0_cmd3091drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *) cmd->next) {
NCR53c7x0_cmd3120drivers/scsi/53c7,8xx.c*cmd_prev_ptr = (struct NCR53c7x0_cmd *) cmd->next;
NCR53c7x0_cmd3171drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *) hostdata->current;
NCR53c7x0_cmd3174drivers/scsi/53c7,8xx.cfor (cmd = (struct NCR53c7x0_cmd *) 
NCR53c7x0_cmd3178drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *)(cmd->next));
NCR53c7x0_cmd3304drivers/scsi/53c7,8xx.cstatic void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd
NCR53c7x0_cmd3462drivers/scsi/53c7,8xx.cstatic void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd3722drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *curr, **prev;
NCR53c7x0_cmd3736drivers/scsi/53c7,8xx.cfor (curr = (struct NCR53c7x0_cmd *) hostdata->issue_queue, 
NCR53c7x0_cmd3737drivers/scsi/53c7,8xx.cprev = (struct NCR53c7x0_cmd **) &(hostdata->issue_queue);
NCR53c7x0_cmd3738drivers/scsi/53c7,8xx.ccurr && curr->cmd != cmd; prev = (struct NCR53c7x0_cmd **)
NCR53c7x0_cmd3739drivers/scsi/53c7,8xx.c&(curr->next), curr = (struct NCR53c7x0_cmd *) curr->next);
NCR53c7x0_cmd3742drivers/scsi/53c7,8xx.c*prev = (struct NCR53c7x0_cmd *) curr->next;
NCR53c7x0_cmd3761drivers/scsi/53c7,8xx.cfor (curr = (struct NCR53c7x0_cmd *) hostdata->running_list, 
NCR53c7x0_cmd3762drivers/scsi/53c7,8xx.cprev = (struct NCR53c7x0_cmd **) &(hostdata->running_list);
NCR53c7x0_cmd3763drivers/scsi/53c7,8xx.ccurr && curr->cmd != cmd; prev = (struct NCR53c7x0_cmd **) 
NCR53c7x0_cmd3764drivers/scsi/53c7,8xx.c&(curr->next), curr = (struct NCR53c7x0_cmd *) curr->next);
NCR53c7x0_cmd3779drivers/scsi/53c7,8xx.ccurr = (struct NCR53c7x0_cmd *) cmd->host_scribble;
NCR53c7x0_cmd3811drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd * c;
NCR53c7x0_cmd3822drivers/scsi/53c7,8xx.cfor (c = (struct NCR53c7x0_cmd *) hostdata->running_list, found = 0; c; 
NCR53c7x0_cmd3823drivers/scsi/53c7,8xx.cc = (struct NCR53c7x0_cmd *) c->next)  {
NCR53c7x0_cmd3834drivers/scsi/53c7,8xx.cc = (struct NCR53c7x0_cmd *) cmd->host_scribble;
NCR53c7x0_cmd962drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *next, *prev;  
NCR53c7x0_cmd1079drivers/scsi/53c7,8xx.hvoid (* dsa_fixup)(struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd1089drivers/scsi/53c7,8xx.hint (* dstat_sir_intr)(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd1215drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *issue_queue;
NCR53c7x0_cmd1218drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *running_list;  
NCR53c7x0_cmd1221drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *current;  /* currently connected 
NCR53c7x0_cmd1226drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *spare;  /* pointer to spare,
NCR53c7x0_cmd1230drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *free;
NCR53c7x0_cmd1249drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *finished_queue;