taglinefilesource code
NCR53c7x0_cmd176drivers/scsi/53c7,8xx.cstatic void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result);
NCR53c7x0_cmd180drivers/scsi/53c7,8xx.cstatic void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd 
NCR53c7x0_cmd182drivers/scsi/53c7,8xx.cstatic void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd187drivers/scsi/53c7,8xx.cstatic void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd190drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd);
NCR53c7x0_cmd1324drivers/scsi/53c7,8xx.cstatic void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd1362drivers/scsi/53c7,8xx.cstatic void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result) {
NCR53c7x0_cmd1423drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd1615drivers/scsi/53c7,8xx.cNCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd2258drivers/scsi/53c7,8xx.cstatic struct NCR53c7x0_cmd *create_cmd (Scsi_Cmnd *cmd) {
NCR53c7x0_cmd2264drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp;   /* NCR53c7x0_cmd structure for this command */
NCR53c7x0_cmd2356drivers/scsi/53c7,8xx.csize = ((sizeof (struct NCR53c7x0_cmd) + (hostdata->dsa_end - 
NCR53c7x0_cmd2360drivers/scsi/53c7,8xx.csize = sizeof (struct NCR53c7x0_cmd) + (hostdata->dsa_end - 
NCR53c7x0_cmd2390drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) (((char *) real) + alignment);
NCR53c7x0_cmd2602drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp;
NCR53c7x0_cmd2763drivers/scsi/53c7,8xx.cfor (tmp = (struct NCR53c7x0_cmd *) hostdata->issue_queue; 
NCR53c7x0_cmd2764drivers/scsi/53c7,8xx.ctmp->next; tmp = (struct NCR53c7x0_cmd *) tmp->next);
NCR53c7x0_cmd2787drivers/scsi/53c7,8xx.cstatic void intr_scsi (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd2946drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *cmd,      /* command which halted */
NCR53c7x0_cmd3016drivers/scsi/53c7,8xx.cfor (cmd_prev_ptr = (struct NCR53c7x0_cmd **) 
NCR53c7x0_cmd3017drivers/scsi/53c7,8xx.c&(hostdata->running_list), cmd = (struct NCR53c7x0_cmd *)
NCR53c7x0_cmd3019drivers/scsi/53c7,8xx.c&(cmd->next), cmd = (struct NCR53c7x0_cmd *) cmd->next) {
NCR53c7x0_cmd3107drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *) hostdata->current;
NCR53c7x0_cmd3110drivers/scsi/53c7,8xx.cfor (cmd = (struct NCR53c7x0_cmd *) 
NCR53c7x0_cmd3114drivers/scsi/53c7,8xx.ccmd = (struct NCR53c7x0_cmd *)(cmd->next));
NCR53c7x0_cmd3239drivers/scsi/53c7,8xx.cstatic void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd
NCR53c7x0_cmd3397drivers/scsi/53c7,8xx.cstatic void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) {
NCR53c7x0_cmd3658drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *curr, **prev;
NCR53c7x0_cmd3717drivers/scsi/53c7,8xx.ccurr = (struct NCR53c7x0_cmd *) cmd->host_scribble;
NCR53c7x0_cmd3774drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd * c;
NCR53c7x0_cmd952drivers/scsi/53c7,8xx.hstruct NCR53c7x0_cmd *next, *prev;  /* Linux maintained lists */
NCR53c7x0_cmd1063drivers/scsi/53c7,8xx.hvoid (* dsa_fixup)(struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd1073drivers/scsi/53c7,8xx.hint (* dstat_sir_intr)(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd);
NCR53c7x0_cmd1196drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *issue_queue;
NCR53c7x0_cmd1199drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *running_list;  
NCR53c7x0_cmd1202drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *current;  /* currently connected 
NCR53c7x0_cmd1215drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *finished_queue;  
NCR53c7x0_cmd1229drivers/scsi/53c7,8xx.hvolatile struct NCR53c7x0_cmd *reconnect_dsa_head;