| tag | line | file | source code |
| NCR53c7x0_cmd | 179 | drivers/scsi/53c7,8xx.c | static void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result); |
| NCR53c7x0_cmd | 185 | drivers/scsi/53c7,8xx.c | static void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd |
| NCR53c7x0_cmd | 187 | drivers/scsi/53c7,8xx.c | static void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd); |
| NCR53c7x0_cmd | 192 | drivers/scsi/53c7,8xx.c | static void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd); |
| NCR53c7x0_cmd | 195 | drivers/scsi/53c7,8xx.c | NCR53c7x0_cmd *cmd); |
| NCR53c7x0_cmd | 718 | drivers/scsi/53c7,8xx.c | max_cmd_size = sizeof(struct NCR53c7x0_cmd) + dsa_len + |
| NCR53c7x0_cmd | 821 | drivers/scsi/53c7,8xx.c | hostdata->free = (struct NCR53c7x0_cmd *) |
| NCR53c7x0_cmd | 1383 | drivers/scsi/53c7,8xx.c | static void NCR53c8xx_dsa_fixup (struct NCR53c7x0_cmd *cmd) { |
| NCR53c7x0_cmd | 1421 | drivers/scsi/53c7,8xx.c | static void abnormal_finished (struct NCR53c7x0_cmd *cmd, int result) { |
| NCR53c7x0_cmd | 1476 | drivers/scsi/53c7,8xx.c | NCR53c7x0_cmd *cmd) { |
| NCR53c7x0_cmd | 1668 | drivers/scsi/53c7,8xx.c | NCR53c7x0_cmd *cmd) { |
| NCR53c7x0_cmd | 2323 | drivers/scsi/53c7,8xx.c | static struct NCR53c7x0_cmd * |
| NCR53c7x0_cmd | 2329 | drivers/scsi/53c7,8xx.c | struct NCR53c7x0_cmd *tmp = NULL; /* NCR53c7x0_cmd structure for this command */ |
| NCR53c7x0_cmd | 2363 | drivers/scsi/53c7,8xx.c | tmp = (struct NCR53c7x0_cmd *) scsi_malloc (size); |
| NCR53c7x0_cmd | 2373 | drivers/scsi/53c7,8xx.c | tmp = (struct NCR53c7x0_cmd *) (((char *) real) + alignment); |
| NCR53c7x0_cmd | 2390 | drivers/scsi/53c7,8xx.c | tmp = (struct NCR53c7x0_cmd *) hostdata->free; |
| NCR53c7x0_cmd | 2671 | drivers/scsi/53c7,8xx.c | struct NCR53c7x0_cmd *tmp; |
| NCR53c7x0_cmd | 2833 | drivers/scsi/53c7,8xx.c | for (tmp = (struct NCR53c7x0_cmd *) hostdata->issue_queue; |
| NCR53c7x0_cmd | 2834 | drivers/scsi/53c7,8xx.c | tmp->next; tmp = (struct NCR53c7x0_cmd *) tmp->next); |
| NCR53c7x0_cmd | 2857 | drivers/scsi/53c7,8xx.c | static void intr_scsi (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) { |
| NCR53c7x0_cmd | 3016 | drivers/scsi/53c7,8xx.c | struct NCR53c7x0_cmd *cmd, /* command which halted */ |
| NCR53c7x0_cmd | 3087 | drivers/scsi/53c7,8xx.c | for (cmd_prev_ptr = (struct NCR53c7x0_cmd **) |
| NCR53c7x0_cmd | 3089 | drivers/scsi/53c7,8xx.c | (struct NCR53c7x0_cmd *) hostdata->running_list; cmd ; |
| NCR53c7x0_cmd | 3090 | drivers/scsi/53c7,8xx.c | cmd_prev_ptr = (struct NCR53c7x0_cmd **) &(cmd->next), |
| NCR53c7x0_cmd | 3091 | drivers/scsi/53c7,8xx.c | cmd = (struct NCR53c7x0_cmd *) cmd->next) { |
| NCR53c7x0_cmd | 3120 | drivers/scsi/53c7,8xx.c | *cmd_prev_ptr = (struct NCR53c7x0_cmd *) cmd->next; |
| NCR53c7x0_cmd | 3171 | drivers/scsi/53c7,8xx.c | cmd = (struct NCR53c7x0_cmd *) hostdata->current; |
| NCR53c7x0_cmd | 3174 | drivers/scsi/53c7,8xx.c | for (cmd = (struct NCR53c7x0_cmd *) |
| NCR53c7x0_cmd | 3178 | drivers/scsi/53c7,8xx.c | cmd = (struct NCR53c7x0_cmd *)(cmd->next)); |
| NCR53c7x0_cmd | 3304 | drivers/scsi/53c7,8xx.c | static void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd |
| NCR53c7x0_cmd | 3462 | drivers/scsi/53c7,8xx.c | static void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) { |
| NCR53c7x0_cmd | 3722 | drivers/scsi/53c7,8xx.c | struct NCR53c7x0_cmd *curr, **prev; |
| NCR53c7x0_cmd | 3736 | drivers/scsi/53c7,8xx.c | for (curr = (struct NCR53c7x0_cmd *) hostdata->issue_queue, |
| NCR53c7x0_cmd | 3737 | drivers/scsi/53c7,8xx.c | prev = (struct NCR53c7x0_cmd **) &(hostdata->issue_queue); |
| NCR53c7x0_cmd | 3738 | drivers/scsi/53c7,8xx.c | curr && curr->cmd != cmd; prev = (struct NCR53c7x0_cmd **) |
| NCR53c7x0_cmd | 3739 | drivers/scsi/53c7,8xx.c | &(curr->next), curr = (struct NCR53c7x0_cmd *) curr->next); |
| NCR53c7x0_cmd | 3742 | drivers/scsi/53c7,8xx.c | *prev = (struct NCR53c7x0_cmd *) curr->next; |
| NCR53c7x0_cmd | 3761 | drivers/scsi/53c7,8xx.c | for (curr = (struct NCR53c7x0_cmd *) hostdata->running_list, |
| NCR53c7x0_cmd | 3762 | drivers/scsi/53c7,8xx.c | prev = (struct NCR53c7x0_cmd **) &(hostdata->running_list); |
| NCR53c7x0_cmd | 3763 | drivers/scsi/53c7,8xx.c | curr && curr->cmd != cmd; prev = (struct NCR53c7x0_cmd **) |
| NCR53c7x0_cmd | 3764 | drivers/scsi/53c7,8xx.c | &(curr->next), curr = (struct NCR53c7x0_cmd *) curr->next); |
| NCR53c7x0_cmd | 3779 | drivers/scsi/53c7,8xx.c | curr = (struct NCR53c7x0_cmd *) cmd->host_scribble; |
| NCR53c7x0_cmd | 3811 | drivers/scsi/53c7,8xx.c | struct NCR53c7x0_cmd * c; |
| NCR53c7x0_cmd | 3822 | drivers/scsi/53c7,8xx.c | for (c = (struct NCR53c7x0_cmd *) hostdata->running_list, found = 0; c; |
| NCR53c7x0_cmd | 3823 | drivers/scsi/53c7,8xx.c | c = (struct NCR53c7x0_cmd *) c->next) { |
| NCR53c7x0_cmd | 3834 | drivers/scsi/53c7,8xx.c | c = (struct NCR53c7x0_cmd *) cmd->host_scribble; |
| NCR53c7x0_cmd | 962 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_cmd *next, *prev; |
| NCR53c7x0_cmd | 1079 | drivers/scsi/53c7,8xx.h | void (* dsa_fixup)(struct NCR53c7x0_cmd *cmd); |
| NCR53c7x0_cmd | 1089 | drivers/scsi/53c7,8xx.h | int (* dstat_sir_intr)(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd); |
| NCR53c7x0_cmd | 1215 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_cmd *issue_queue; |
| NCR53c7x0_cmd | 1218 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_cmd *running_list; |
| NCR53c7x0_cmd | 1221 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_cmd *current; /* currently connected |
| NCR53c7x0_cmd | 1226 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_cmd *spare; /* pointer to spare, |
| NCR53c7x0_cmd | 1230 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_cmd *free; |
| NCR53c7x0_cmd | 1249 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_cmd *finished_queue; |