tag | line | file | source code |
host | 180 | drivers/scsi/53c7,8xx.c | static int NCR53c8xx_run_tests (struct Scsi_Host *host); |
host | 184 | drivers/scsi/53c7,8xx.c | static int halt (struct Scsi_Host *host); |
host | 185 | drivers/scsi/53c7,8xx.c | static void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd |
host | 187 | drivers/scsi/53c7,8xx.c | static void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd); |
host | 188 | drivers/scsi/53c7,8xx.c | static void print_dsa (struct Scsi_Host *host, unsigned long *dsa); |
host | 189 | drivers/scsi/53c7,8xx.c | static int print_insn (struct Scsi_Host *host, unsigned long *insn, |
host | 193 | drivers/scsi/53c7,8xx.c | static void NCR53c8x0_init_fixup (struct Scsi_Host *host); |
host | 194 | drivers/scsi/53c7,8xx.c | static int NCR53c8x0_dstat_sir_intr (struct Scsi_Host *host, struct |
host | 196 | drivers/scsi/53c7,8xx.c | static void NCR53c8x0_soft_reset (struct Scsi_Host *host); |
host | 399 | drivers/scsi/53c7,8xx.c | NCR53c7x0_init (struct Scsi_Host *host) { |
host | 404 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 406 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 424 | drivers/scsi/53c7,8xx.c | host->host_no, hostdata->chip); |
host | 425 | drivers/scsi/53c7,8xx.c | scsi_unregister (host); |
host | 441 | drivers/scsi/53c7,8xx.c | (search->irq != host->irq)); search=search->next); |
host | 444 | drivers/scsi/53c7,8xx.c | if (request_irq(host->irq, NCR53c7x0_intr, SA_INTERRUPT, "53c7,8xx")) { |
host | 446 | drivers/scsi/53c7,8xx.c | host->host_no, host->irq); |
host | 447 | drivers/scsi/53c7,8xx.c | scsi_unregister (host); |
host | 452 | drivers/scsi/53c7,8xx.c | host->host_no, search->host_no); |
host | 455 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : using %s mapped access\n", host->host_no, |
host | 466 | drivers/scsi/53c7,8xx.c | halt(host); |
host | 478 | drivers/scsi/53c7,8xx.c | for (host->this_id = 0; tmp != 1; tmp >>=1, ++host->this_id); |
host | 480 | drivers/scsi/53c7,8xx.c | host->this_id = NCR53c7x0_read8(SCID_REG) & 7; |
host | 481 | drivers/scsi/53c7,8xx.c | hostdata->this_id_mask = 1 << host->this_id; |
host | 484 | drivers/scsi/53c7,8xx.c | printk("scsi%d : using initiator ID %d\n", host->host_no, |
host | 485 | drivers/scsi/53c7,8xx.c | host->this_id); |
host | 512 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : using %s interrupts\n", host->host_no, |
host | 529 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : burst mode disabled\n", host->host_no); |
host | 538 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : burst length %d\n", host->host_no, i); |
host | 569 | drivers/scsi/53c7,8xx.c | host->host_no, ccf); |
host | 574 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : using %dMHz SCSI clock\n", host->host_no, |
host | 615 | drivers/scsi/53c7,8xx.c | hostdata->init_save_regs (host); |
host | 617 | drivers/scsi/53c7,8xx.c | hostdata->init_fixup (host); |
host | 620 | drivers/scsi/53c7,8xx.c | the_template = host->hostt; |
host | 621 | drivers/scsi/53c7,8xx.c | first_host = host; |
host | 636 | drivers/scsi/53c7,8xx.c | hostdata->soft_reset (host); |
host | 643 | drivers/scsi/53c7,8xx.c | if ((hostdata->run_tests && hostdata->run_tests(host) == -1) || |
host | 646 | drivers/scsi/53c7,8xx.c | scsi_unregister (host); |
host | 1039 | drivers/scsi/53c7,8xx.c | NCR53c8x0_init_fixup (struct Scsi_Host *host) { |
host | 1042 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 1046 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 1088 | drivers/scsi/53c7,8xx.c | base = (long) host->io_port; |
host | 1093 | drivers/scsi/53c7,8xx.c | base = (long) host->base; |
host | 1178 | drivers/scsi/53c7,8xx.c | host->host_no, A_dsa_fields_start, Ent_dsa_code_template_end - |
host | 1181 | drivers/scsi/53c7,8xx.c | printk("scsi%d : NCR code relocated to 0x%lx\n", host->host_no, |
host | 1200 | drivers/scsi/53c7,8xx.c | static int NCR53c8xx_run_tests (struct Scsi_Host *host) { |
host | 1203 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 1208 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 1215 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : chip not idle, aborting tests\n", host->host_no); |
host | 1227 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 1239 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : test 1", host->host_no); |
host | 1249 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : driver test 1 timed out%s\n",host->host_no , |
host | 1260 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : test 1 bad interrupt value (%ld)\n", host->host_no, |
host | 1269 | drivers/scsi/53c7,8xx.c | host->host_no, hostdata->test_dest); |
host | 1274 | drivers/scsi/53c7,8xx.c | host->host_no, (unsigned long) NCR53c7x0_read32(DSP_REG), |
host | 1276 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : DSPS = 0x%lx\n", host->host_no, |
host | 1286 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 1316 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : chip not idle, aborting tests\n", host->host_no); |
host | 1339 | drivers/scsi/53c7,8xx.c | host->host_no, i, data + 8); |
host | 1340 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : status ", host->host_no); |
host | 1342 | drivers/scsi/53c7,8xx.c | printk ("\nscsi%d : message ", host->host_no); |
host | 1347 | drivers/scsi/53c7,8xx.c | host->host_no, i); |
host | 1349 | drivers/scsi/53c7,8xx.c | printk("scsi%d : not idle\n", host->host_no); |
host | 1354 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : test 2 timed out\n", host->host_no); |
host | 1361 | drivers/scsi/53c7,8xx.c | host->host_no, i); |
host | 1383 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *host = c->host; |
host | 1385 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 1421 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *host = c->host; |
host | 1423 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 1473 | drivers/scsi/53c7,8xx.c | static void intr_break (struct Scsi_Host *host, struct |
host | 1482 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 1484 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 1498 | drivers/scsi/53c7,8xx.c | host->host_no, dsp); |
host | 1528 | drivers/scsi/53c7,8xx.c | static int asynchronous (struct Scsi_Host *host, int target) { |
host | 1531 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 1532 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 1596 | drivers/scsi/53c7,8xx.c | static void synchronous (struct Scsi_Host *host, int target, char *msg) { |
host | 1598 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 1610 | drivers/scsi/53c7,8xx.c | printk("scsi%d : optimal synchronous divisor of %d.%01d\n", host->host_no, |
host | 1616 | drivers/scsi/53c7,8xx.c | printk("scsi%d : selected synchronous divisor of %d.%01d\n", host->host_no, |
host | 1665 | drivers/scsi/53c7,8xx.c | static int NCR53c8x0_dstat_sir_intr (struct Scsi_Host *host, struct |
host | 1670 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 1672 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 1677 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : DSPS = 0x%lx\n", host->host_no, dsps); |
host | 1681 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : message", host->host_no); |
host | 1698 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 1707 | drivers/scsi/53c7,8xx.c | host->host_no, c->target, (cmd->flags & CMD_FLAG_SDTR) ? "accepting" : |
host | 1719 | drivers/scsi/53c7,8xx.c | synchronous (host, c->target, (unsigned char *) |
host | 1728 | drivers/scsi/53c7,8xx.c | synchronous (host, c->target, (unsigned char *) |
host | 1746 | drivers/scsi/53c7,8xx.c | host->host_no, c->target, Hz / 1000000, Hz % 1000000, |
host | 1754 | drivers/scsi/53c7,8xx.c | host->host_no, c->target); |
host | 1766 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : unexpected phase\n", host->host_no); |
host | 1769 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : selected by target %d\n", host->host_no, |
host | 1776 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : unexpected reselect by target %d\n", host->host_no, |
host | 1795 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : CHECK CONDITION\n", host->host_no); |
host | 1798 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 1807 | drivers/scsi/53c7,8xx.c | asynchronous (host, c->target); |
host | 1881 | drivers/scsi/53c7,8xx.c | printk("scsi%d : test%ld complete\n", host->host_no, |
host | 1887 | drivers/scsi/53c7,8xx.c | printk("scsi%d : new I/O 0x%lx scheduled\n", host->host_no, |
host | 1895 | drivers/scsi/53c7,8xx.c | printk("scsi%d : idle\n", host->host_no); |
host | 1909 | drivers/scsi/53c7,8xx.c | printk("scsi%d : DSA loaded with 0x%lx\n", host->host_no, |
host | 1918 | drivers/scsi/53c7,8xx.c | host->host_no, (int) NCR53c7x0_read8(SSID_REG_800), |
host | 1927 | drivers/scsi/53c7,8xx.c | host->host_no, (unsigned long) hostdata->issue_dsa_head); |
host | 1934 | drivers/scsi/53c7,8xx.c | host->host_no, dsps); |
host | 1939 | drivers/scsi/53c7,8xx.c | host->host_no, (unsigned) dsps); |
host | 1999 | drivers/scsi/53c7,8xx.c | static int debugger_fn_bc (struct Scsi_Host *host, struct debugger_token *token, |
host | 2031 | drivers/scsi/53c7,8xx.c | static int debugger_fn_bl (struct Scsi_Host *host, struct debugger_token *token, |
host | 2034 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 2046 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 2047 | drivers/scsi/53c7,8xx.c | debugger_kernel_write (host, buf, strlen(buf)); |
host | 2051 | drivers/scsi/53c7,8xx.c | for (bp = (struct NCR53c7x0_break *) host->breakpoints; |
host | 2063 | drivers/scsi/53c7,8xx.c | debugger_kernel_write (host, buf, len); |
host | 2069 | drivers/scsi/53c7,8xx.c | static int debugger_fn_bs (struct Scsi_Host *host, struct debugger_token *token, |
host | 2072 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 2081 | drivers/scsi/53c7,8xx.c | sprintf (buf, "scsi%d : bs : failure : NCR not halted\n", host->host_no); |
host | 2082 | drivers/scsi/53c7,8xx.c | debugger_kernel_write (host, buf, strlen(buf)); |
host | 2089 | drivers/scsi/53c7,8xx.c | host->host_no, sizeof(struct NCR53c7x0_break)); |
host | 2122 | drivers/scsi/53c7,8xx.c | for (dev = MINOR(inode->rdev), host = first_host; |
host | 2123 | drivers/scsi/53c7,8xx.c | (host->hostt == the_template); --dev, host = host->next) |
host | 2124 | drivers/scsi/53c7,8xx.c | if (!dev) return host; |
host | 2131 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *host; /* This SCSI host */ |
host | 2138 | drivers/scsi/53c7,8xx.c | if (!(host = inode_to_host(inode))) |
host | 2141 | drivers/scsi/53c7,8xx.c | hostdata = (struct NCR53c7x0_hostdata *) host->hostdata; |
host | 2187 | drivers/scsi/53c7,8xx.c | static debugger_kernel_write (struct Scsi_Host *host, char *buf, size_t |
host | 2190 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 2225 | drivers/scsi/53c7,8xx.c | NCR53c8x0_soft_reset (struct Scsi_Host *host) { |
host | 2228 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 2229 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 2256 | drivers/scsi/53c7,8xx.c | NCR53c7x0_write8(SCID_REG, (host->this_id & 7)|SCID_800_RRE|SCID_800_SRE); |
host | 2258 | drivers/scsi/53c7,8xx.c | NCR53c7x0_write8(SCID_REG, (host->this_id & 7)|SCID_800_RRE); |
host | 2324 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *host = cmd->host; |
host | 2326 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 2340 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(cmd->host); |
host | 2353 | drivers/scsi/53c7,8xx.c | if (hostdata->num_commands < host->can_queue && |
host | 2356 | drivers/scsi/53c7,8xx.c | for (i = host->hostt->cmd_per_lun - 1; i >= 0 --i) { |
host | 2420 | drivers/scsi/53c7,8xx.c | printk("scsi%d : command is ", host->host_no); |
host | 2424 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : %d scatter/gather segments\n", host->host_no, |
host | 2589 | drivers/scsi/53c7,8xx.c | print_insn (host, cmd_datain, "dynamic ", 1); |
host | 2590 | drivers/scsi/53c7,8xx.c | print_insn (host, cmd_datain + 2, "dynamic ", 1); |
host | 2603 | drivers/scsi/53c7,8xx.c | print_insn (host, cmd_dataout, "dynamic ", 1); |
host | 2604 | drivers/scsi/53c7,8xx.c | print_insn (host, cmd_dataout + 2, "dynamic ", 1); |
host | 2621 | drivers/scsi/53c7,8xx.c | print_insn (host, cmd_datain, "dynamic jump ", 1); |
host | 2640 | drivers/scsi/53c7,8xx.c | print_insn (host, cmd_dataout, "dynamic jump ", 1); |
host | 2670 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *host = cmd->host; |
host | 2672 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 2675 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 2681 | drivers/scsi/53c7,8xx.c | printk("scsi%d : disabled target %d lun %d\n", host->host_no, |
host | 2690 | drivers/scsi/53c7,8xx.c | printk("scsi%d : maximum commands exceeded\n", host->host_no); |
host | 2703 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 2763 | drivers/scsi/53c7,8xx.c | printk("scsi%d : new dsa is 0x%x\n", host->host_no, (unsigned) dsa); |
host | 2792 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : no issue queue\n", host->host_no); |
host | 2806 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : existing issue queue\n", host->host_no); |
host | 2829 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 2855 | drivers/scsi/53c7,8xx.c | static void intr_scsi (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) { |
host | 2858 | drivers/scsi/53c7,8xx.c | (struct NCR53c7x0_hostdata *) host->hostdata; |
host | 2862 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 2876 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : SIST0 0x%0x, SIST1 0x%0x\n", host->host_no, |
host | 2884 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : Selection Timeout\n", host->host_no); |
host | 2887 | drivers/scsi/53c7,8xx.c | host->host_no, cmd->cmd->target, cmd->cmd->lun); |
host | 2889 | drivers/scsi/53c7,8xx.c | printk("scsi%d : dsp = 0x%x\n", host->host_no, |
host | 2892 | drivers/scsi/53c7,8xx.c | printk("scsi%d : no command\n", host->host_no); |
host | 2921 | drivers/scsi/53c7,8xx.c | host->host_no, cmd->cmd->target, cmd->cmd->lun); |
host | 2934 | drivers/scsi/53c7,8xx.c | host->host_no, cmd->cmd->target, cmd->cmd->lun); |
host | 2937 | drivers/scsi/53c7,8xx.c | printk("scsi%d : parity error\n", host->host_no); |
host | 2949 | drivers/scsi/53c7,8xx.c | printk("scsi%d : gross error\n", host->host_no); |
host | 2960 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : SSTAT0_MA\n", host->host_no); |
host | 2961 | drivers/scsi/53c7,8xx.c | intr_phase_mismatch (host, cmd); |
host | 2978 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : DMA FIFO not empty\n", host->host_no); |
host | 3011 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *host; /* Host we are looking at */ |
host | 3034 | drivers/scsi/53c7,8xx.c | for (host = first_host; host; host = hostdata->next ? |
host | 3036 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 3038 | drivers/scsi/53c7,8xx.c | hostdata = (struct NCR53c7x0_hostdata *) host->hostdata; |
host | 3072 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : INTFLY\n", host->host_no); |
host | 3093 | drivers/scsi/53c7,8xx.c | printk("scsi%d : very weird.\n", host->host_no); |
host | 3099 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 3104 | drivers/scsi/53c7,8xx.c | host->host_no, cmd->cmd->result); |
host | 3134 | drivers/scsi/53c7,8xx.c | host->host_no, tmp->pid, tmp->target, tmp->lun, tmp->result); |
host | 3150 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 3181 | drivers/scsi/53c7,8xx.c | host->host_no, cmd->cmd->pid, (int) cmd->cmd->target, |
host | 3185 | drivers/scsi/53c7,8xx.c | printk("scsi%d : no active command\n", host->host_no); |
host | 3191 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : ISTAT_SIP\n", host->host_no); |
host | 3192 | drivers/scsi/53c7,8xx.c | intr_scsi (host, cmd); |
host | 3197 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : ISTAT_DIP\n", host->host_no); |
host | 3198 | drivers/scsi/53c7,8xx.c | intr_dma (host, cmd); |
host | 3209 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : DMA FIFO not empty\n", host->host_no); |
host | 3232 | drivers/scsi/53c7,8xx.c | printk("scsi%d : too many interrupts, halting", host->host_no); |
host | 3245 | drivers/scsi/53c7,8xx.c | printk("scsi%d : new dsp is 0x%lx\n", host->host_no, |
host | 3270 | drivers/scsi/53c7,8xx.c | abort_connected (struct Scsi_Host *host) { |
host | 3272 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 3278 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 3302 | drivers/scsi/53c7,8xx.c | static void intr_phase_mismatch (struct Scsi_Host *host, struct NCR53c7x0_cmd |
host | 3308 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 3310 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 3314 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 3315 | drivers/scsi/53c7,8xx.c | abort_connected(host); |
host | 3390 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : new phase = STATIN\n", host->host_no); |
host | 3404 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : new phase = MSGIN\n", host->host_no); |
host | 3416 | drivers/scsi/53c7,8xx.c | host->host_no, dcmd); |
host | 3417 | drivers/scsi/53c7,8xx.c | print_insn (host, dsp, "", 1); |
host | 3418 | drivers/scsi/53c7,8xx.c | print_insn (host, dsp_next, "", 1); |
host | 3419 | drivers/scsi/53c7,8xx.c | abort_connected (host); |
host | 3434 | drivers/scsi/53c7,8xx.c | host->host_no, phase); |
host | 3435 | drivers/scsi/53c7,8xx.c | abort_connected(host); |
host | 3442 | drivers/scsi/53c7,8xx.c | host->host_no, phase, (unsigned) dsp); |
host | 3443 | drivers/scsi/53c7,8xx.c | print_insn (host, dsp, "", 1); |
host | 3444 | drivers/scsi/53c7,8xx.c | print_insn (host, dsp_next, "", 1); |
host | 3445 | drivers/scsi/53c7,8xx.c | abort_connected(host); |
host | 3460 | drivers/scsi/53c7,8xx.c | static void intr_dma (struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd) { |
host | 3463 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 3471 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 3481 | drivers/scsi/53c7,8xx.c | printk("scsi%d : DSTAT=0x%x\n", host->host_no, (int) dstat); |
host | 3509 | drivers/scsi/53c7,8xx.c | " ", host->host_no); |
host | 3510 | drivers/scsi/53c7,8xx.c | print_insn (host, dsp, "s ", 1); |
host | 3523 | drivers/scsi/53c7,8xx.c | print_insn (host, dsp, "s ", 0); |
host | 3533 | drivers/scsi/53c7,8xx.c | " ", host->host_no); |
host | 3534 | drivers/scsi/53c7,8xx.c | print_insn (host, dsp, "", 1); |
host | 3567 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 3580 | drivers/scsi/53c7,8xx.c | printk("scsi%d : illegal instruction ", host->host_no); |
host | 3581 | drivers/scsi/53c7,8xx.c | print_insn (host, dsp, "", 1); |
host | 3585 | drivers/scsi/53c7,8xx.c | host->host_no, (unsigned long) dsp, dbc_dcmd, |
host | 3601 | drivers/scsi/53c7,8xx.c | host->host_no, (unsigned long) dsp, NCR53c7x0_read32(DBC_REG), |
host | 3604 | drivers/scsi/53c7,8xx.c | print_dsa (host, dsa); |
host | 3605 | drivers/scsi/53c7,8xx.c | printk("scsi%d : DSP->\n", host->host_no); |
host | 3606 | drivers/scsi/53c7,8xx.c | print_insn(host, dsp, "", 1); |
host | 3607 | drivers/scsi/53c7,8xx.c | print_insn(host, next_dsp, "", 1); |
host | 3627 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : DSTAT_SIR\n", host->host_no); |
host | 3628 | drivers/scsi/53c7,8xx.c | switch ((tmp = hostdata->dstat_sir_intr (host, cmd))) { |
host | 3633 | drivers/scsi/53c7,8xx.c | abort_connected(host); |
host | 3636 | drivers/scsi/53c7,8xx.c | printk("scsi%d : failure at ", host->host_no); |
host | 3637 | drivers/scsi/53c7,8xx.c | print_insn (host, dsp, "", 1); |
host | 3641 | drivers/scsi/53c7,8xx.c | intr_break (host, cmd); |
host | 3644 | drivers/scsi/53c7,8xx.c | printk("scsi%d : failure at ", host->host_no); |
host | 3645 | drivers/scsi/53c7,8xx.c | print_insn (host, dsp, "", 1); |
host | 3673 | drivers/scsi/53c7,8xx.c | static int print_insn (struct Scsi_Host *host, unsigned long *insn, |
host | 3697 | drivers/scsi/53c7,8xx.c | debugger_kernel_write(host, buf, len); |
host | 3716 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *host = cmd->host; |
host | 3718 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 3767 | drivers/scsi/53c7,8xx.c | cmd->host->host_no); |
host | 3783 | drivers/scsi/53c7,8xx.c | printk ("scsi%d : did this command ever run?\n", host->host_no); |
host | 3786 | drivers/scsi/53c7,8xx.c | host->host_no); |
host | 3811 | drivers/scsi/53c7,8xx.c | struct Scsi_Host *host = cmd->host; |
host | 3812 | drivers/scsi/53c7,8xx.c | struct NCR53c7x0_hostdata *hostdata = host ? |
host | 3813 | drivers/scsi/53c7,8xx.c | (struct NCR53c7x0_hostdata *) host->hostdata : NULL; |
host | 3814 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 3816 | drivers/scsi/53c7,8xx.c | halt (host); |
host | 3843 | drivers/scsi/53c7,8xx.c | cmd->host->host_no); |
host | 3852 | drivers/scsi/53c7,8xx.c | static void print_dsa (struct Scsi_Host *host, unsigned long *dsa) { |
host | 3854 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 3860 | drivers/scsi/53c7,8xx.c | host->host_no, (unsigned) dsa, hostdata->dsa_msgout, |
host | 3884 | drivers/scsi/53c7,8xx.c | shutdown (struct Scsi_Host *host) { |
host | 3888 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 3889 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 3892 | drivers/scsi/53c7,8xx.c | halt (host); |
host | 3893 | drivers/scsi/53c7,8xx.c | hostdata->soft_reset(host); |
host | 3921 | drivers/scsi/53c7,8xx.c | halt (struct Scsi_Host *host) { |
host | 3926 | drivers/scsi/53c7,8xx.c | host->hostdata; |
host | 3927 | drivers/scsi/53c7,8xx.c | NCR53c7x0_local_setup(host); |
host | 3949 | drivers/scsi/53c7,8xx.c | panic("scsi%d: could not halt NCR chip\n", host->host_no); |
host | 3958 | drivers/scsi/53c7,8xx.c | int NCR53c7x0_release(struct Scsi_Host *host) { |
host | 3959 | drivers/scsi/53c7,8xx.c | shutdown (host); |
host | 3961 | drivers/scsi/53c7,8xx.c | if (host->irq != IRQ_NONE) |
host | 3966 | drivers/scsi/53c7,8xx.c | if (tmp->hostt == the_template && tmp->irq == host->irq) |
host | 3969 | drivers/scsi/53c7,8xx.c | free_irq(host->irq); |
host | 3971 | drivers/scsi/53c7,8xx.c | if (host->dma_channel != DMA_NONE) |
host | 3972 | drivers/scsi/53c7,8xx.c | free_dma(host->dma_channel); |
host | 1077 | drivers/scsi/53c7,8xx.h | void (* init_fixup)(struct Scsi_Host *host); |
host | 1078 | drivers/scsi/53c7,8xx.h | void (* init_save_regs)(struct Scsi_Host *host); |
host | 1080 | drivers/scsi/53c7,8xx.h | void (* soft_reset)(struct Scsi_Host *host); |
host | 1081 | drivers/scsi/53c7,8xx.h | int (* run_tests)(struct Scsi_Host *host); |
host | 1089 | drivers/scsi/53c7,8xx.h | int (* dstat_sir_intr)(struct Scsi_Host *host, struct NCR53c7x0_cmd *cmd); |
host | 1299 | drivers/scsi/53c7,8xx.h | #define NCR53c7x0_local_setup(host) \ |
host | 1300 | drivers/scsi/53c7,8xx.h | NCR53c7x0_address_memory = (void *) (host)->base; \ |
host | 1301 | drivers/scsi/53c7,8xx.h | NCR53c7x0_address_io = (unsigned short) (host)->io_port; \ |
host | 1303 | drivers/scsi/53c7,8xx.h | host->hostdata)-> options & OPTION_MEMORY_MAPPED |
host | 1344 | drivers/scsi/53c7,8xx.h | host->host_no, #symbol, i, A_##symbol##_used[i] - \ |
host | 849 | drivers/scsi/NCR5380.c | cmd->host->hostdata; |
host | 2574 | drivers/scsi/NCR5380.c | struct Scsi_Host *instance = cmd->host; |
host | 2761 | drivers/scsi/NCR5380.c | NCR5380_setup(cmd->host); |
host | 2763 | drivers/scsi/NCR5380.c | NCR5380_print_status (cmd->host); |
host | 105 | drivers/scsi/aha1542.c | #define HOSTDATA(host) ((struct aha1542_hostdata *) &host->hostdata) |
host | 522 | drivers/scsi/aha1542.c | mb = HOSTDATA(SCpnt->host)->mb; |
host | 523 | drivers/scsi/aha1542.c | ccb = HOSTDATA(SCpnt->host)->ccb; |
host | 563 | drivers/scsi/aha1542.c | mbo = HOSTDATA(SCpnt->host)->aha1542_last_mbo_used + 1; |
host | 567 | drivers/scsi/aha1542.c | if(mb[mbo].status == 0 && HOSTDATA(SCpnt->host)->SCint[mbo] == NULL) |
host | 571 | drivers/scsi/aha1542.c | } while (mbo != HOSTDATA(SCpnt->host)->aha1542_last_mbo_used); |
host | 573 | drivers/scsi/aha1542.c | if(mb[mbo].status || HOSTDATA(SCpnt->host)->SCint[mbo]) |
host | 576 | drivers/scsi/aha1542.c | HOSTDATA(SCpnt->host)->SCint[mbo] = SCpnt; /* This will effectively prevent someone else from |
host | 579 | drivers/scsi/aha1542.c | HOSTDATA(SCpnt->host)->aha1542_last_mbo_used = mbo; |
host | 661 | drivers/scsi/aha1542.c | aha1542_out(SCpnt->host->io_port, &ahacmd, 1); /* start scsi command */ |
host | 1106 | drivers/scsi/aha1542.c | inb(STATUS(SCpnt->host->io_port)), |
host | 1107 | drivers/scsi/aha1542.c | inb(INTRFLAGS(SCpnt->host->io_port))); |
host | 1111 | drivers/scsi/aha1542.c | mb = HOSTDATA(SCpnt->host)->mb; |
host | 1112 | drivers/scsi/aha1542.c | mbi = HOSTDATA(SCpnt->host)->aha1542_last_mbi_used + 1; |
host | 1119 | drivers/scsi/aha1542.c | } while (mbi != HOSTDATA(SCpnt->host)->aha1542_last_mbi_used); |
host | 1124 | drivers/scsi/aha1542.c | SCpnt->host->irq); |
host | 1125 | drivers/scsi/aha1542.c | aha1542_intr_handle(SCpnt->host->irq, NULL); |
host | 1133 | drivers/scsi/aha1542.c | if(HOSTDATA(SCpnt->host)->SCint[i]) |
host | 1135 | drivers/scsi/aha1542.c | if(HOSTDATA(SCpnt->host)->SCint[i] == SCpnt) { |
host | 1137 | drivers/scsi/aha1542.c | if (HOSTDATA(SCpnt->host)->mb[i].status) { |
host | 1139 | drivers/scsi/aha1542.c | aha1542_out(SCpnt->host->io_port, &ahacmd, 1); |
host | 1152 | drivers/scsi/aha1542.c | if (SCpnt == HOSTDATA(SCpnt->host)->SCint[mbo]){ |
host | 1154 | drivers/scsi/aha1542.c | aha1542_out(SCpnt->host->io_port, &ahacmd, 1); /* start scsi command */ |
host | 1176 | drivers/scsi/aha1542.c | outb(SCRST, CONTROL(SCpnt->host->io_port)); |
host | 1181 | drivers/scsi/aha1542.c | if(HOSTDATA(SCpnt->host)->SCint[i] == SCpnt) |
host | 1183 | drivers/scsi/aha1542.c | HOSTDATA(SCpnt->host)->ccb[i].op = 0x81; /* BUS DEVICE RESET */ |
host | 1185 | drivers/scsi/aha1542.c | aha1542_out(SCpnt->host->io_port, &ahacmd, 1); |
host | 1198 | drivers/scsi/aha1542.c | if(HOSTDATA(SCpnt->host)->SCint[i] && |
host | 1199 | drivers/scsi/aha1542.c | HOSTDATA(SCpnt->host)->SCint[i]->target == SCpnt->target) |
host | 1202 | drivers/scsi/aha1542.c | SCtmp = HOSTDATA(SCpnt->host)->SCint[i]; |
host | 1208 | drivers/scsi/aha1542.c | HOSTDATA(SCpnt->host)->SCint[i] = NULL; |
host | 1209 | drivers/scsi/aha1542.c | HOSTDATA(SCpnt->host)->mb[i].status = 0; |
host | 1231 | drivers/scsi/aha1542.c | translation_algorithm = HOSTDATA(disk->device->host)->bios_translation; |
host | 863 | drivers/scsi/aha274x.c | struct Scsi_Host *host; |
host | 935 | drivers/scsi/aha274x.c | host = scsi_register(template, sizeof(struct aha274x_host)); |
host | 936 | drivers/scsi/aha274x.c | host->this_id = scsi_id; |
host | 937 | drivers/scsi/aha274x.c | host->irq = irq; |
host | 939 | drivers/scsi/aha274x.c | aha274x_boards[irq] = host; |
host | 941 | drivers/scsi/aha274x.c | p = (struct aha274x_host *)host->hostdata; |
host | 1163 | drivers/scsi/aha274x.c | p = (struct aha274x_host *)cmd->host->hostdata; |
host | 1270 | drivers/scsi/aha274x.c | p = (struct aha274x_host *)cmd->host->hostdata; |
host | 1393 | drivers/scsi/aha274x.c | p = (struct aha274x_host *)cmd->host->hostdata; |
host | 181 | drivers/scsi/buslogic.c | #define HOSTDATA(host) ((struct hostdata *)&(host)->hostdata) |
host | 184 | drivers/scsi/buslogic.c | static struct Scsi_Host *host[7] = { NULL, }; |
host | 454 | drivers/scsi/buslogic.c | shpnt = host[irq - 9]; |
host | 579 | drivers/scsi/buslogic.c | struct Scsi_Host *shpnt = scpnt->host; |
host | 1252 | drivers/scsi/buslogic.c | host[irq - 9] = shpnt; |
host | 1343 | drivers/scsi/buslogic.c | buslogic_out(shpnt->host->io_port, buscmd, sizeof buscmd); |
host | 1362 | drivers/scsi/buslogic.c | inb(STATUS(scpnt->host->io_port)), |
host | 1363 | drivers/scsi/buslogic.c | inb(INTERRUPT(scpnt->host->io_port))); |
host | 1367 | drivers/scsi/buslogic.c | mb = HOSTDATA(scpnt->host)->mb; |
host | 1368 | drivers/scsi/buslogic.c | last_mbi = HOSTDATA(scpnt->host)->last_mbi_used; |
host | 1380 | drivers/scsi/buslogic.c | } while (mbi != HOSTDATA(scpnt->host)->last_mbi_used); |
host | 1385 | drivers/scsi/buslogic.c | scpnt->host->irq); |
host | 1386 | drivers/scsi/buslogic.c | HOSTDATA(scpnt->host)->last_mbi_used = last_mbi; |
host | 1387 | drivers/scsi/buslogic.c | buslogic_interrupt(scpnt->host->irq, NULL); |
host | 1396 | drivers/scsi/buslogic.c | if (HOSTDATA(scpnt->host)->sc[i]) { |
host | 1397 | drivers/scsi/buslogic.c | if (HOSTDATA(scpnt->host)->sc[i] == scpnt) { |
host | 1400 | drivers/scsi/buslogic.c | if (HOSTDATA(scpnt->host)->mb[i].status != MBX_NOT_IN_USE) { |
host | 1402 | drivers/scsi/buslogic.c | buslogic_out(scpnt->host->io_port, buscmd, sizeof buscmd); |
host | 1420 | drivers/scsi/buslogic.c | if (scpnt == HOSTDATA(scpnt->host)->sc[mbo]) { |
host | 1422 | drivers/scsi/buslogic.c | buslogic_out(scpnt->host->io_port, buscmd, sizeof buscmd); |
host | 1446 | drivers/scsi/buslogic.c | outb(RSBUS, CONTROL(scpnt->host->io_port)); |
host | 1451 | drivers/scsi/buslogic.c | if (HOSTDATA(scpnt->host)->sc[i] == scpnt) { |
host | 1452 | drivers/scsi/buslogic.c | HOSTDATA(scpnt->host)->ccbs[i].op = CCB_OP_BUS_RESET; |
host | 1456 | drivers/scsi/buslogic.c | buslogic_out(scpnt->host->io_port, buscmd, sizeof buscmd); |
host | 1470 | drivers/scsi/buslogic.c | if (HOSTDATA(scpnt->host)->sc[i] |
host | 1471 | drivers/scsi/buslogic.c | && HOSTDATA(scpnt->host)->sc[i]->target == scpnt->target) { |
host | 1472 | drivers/scsi/buslogic.c | Scsi_Cmnd *sctmp = HOSTDATA(scpnt->host)->sc[i]; |
host | 1481 | drivers/scsi/buslogic.c | HOSTDATA(scpnt->host)->sc[i] = NULL; |
host | 1482 | drivers/scsi/buslogic.c | HOSTDATA(scpnt->host)->mb[i].status = MBX_NOT_IN_USE; |
host | 1506 | drivers/scsi/buslogic.c | if (HOSTDATA(disk->device->host)->bios_translation == BIOS_TRANSLATION_BIG |
host | 552 | drivers/scsi/constants.c | cmd->host->host_no, |
host | 607 | drivers/scsi/eata.c | j = ((struct hostdata *) SCpnt->host->hostdata)->board_number; |
host | 709 | drivers/scsi/eata.c | j = ((struct hostdata *) SCarg->host->hostdata)->board_number; |
host | 769 | drivers/scsi/eata.c | j = ((struct hostdata *) SCarg->host->hostdata)->board_number; |
host | 136 | drivers/scsi/eata_dma.c | const char *eata_info(struct Scsi_Host *host) |
host | 169 | drivers/scsi/eata_dma.c | base = (uint) cmd->host->base; |
host | 315 | drivers/scsi/eata_dma.c | sh = cmd->host; |
host | 453 | drivers/scsi/eata_dma.c | while (inb((uint)(cmd->host->base) + HA_RAUXSTAT) & HA_ABUSY) |
host | 507 | drivers/scsi/eata_dma.c | while (inb((uint)(cmd->host->base) + HA_RAUXSTAT) & HA_ABUSY) |
host | 519 | drivers/scsi/eata_dma.c | for (x = 0; x < cmd->host->can_queue; x++) { |
host | 544 | drivers/scsi/eata_dma.c | inb((uint) (cmd->host->base) + HA_RSTATUS); /* This might cause trouble */ |
host | 545 | drivers/scsi/eata_dma.c | eata_send_command(0, (uint) cmd->host->base, EATA_CMD_RESET); |
host | 561 | drivers/scsi/eata_dma.c | for (x = 0; x < cmd->host->can_queue; x++) { |
host | 158 | drivers/scsi/eata_dma.h | #define HD(cmd) ((hostdata *)&(cmd->host->hostdata)) |
host | 160 | drivers/scsi/eata_dma.h | #define SD(host) ((hostdata *)&(host->hostdata)) |
host | 1415 | drivers/scsi/fdomain.c | if (!SCpnt || !SCpnt->host) { |
host | 1419 | drivers/scsi/fdomain.c | printk( "%s\n", fdomain_16x0_info( SCpnt->host ) ); |
host | 1420 | drivers/scsi/fdomain.c | print_banner( SCpnt->host ); |
host | 520 | drivers/scsi/qlogic.c | int qlogic_detect(Scsi_Host_Template * host) |
host | 551 | drivers/scsi/qlogic.c | qinitid = host->this_id; |
host | 588 | drivers/scsi/qlogic.c | host->can_queue = 1; |
host | 595 | drivers/scsi/qlogic.c | hreg = scsi_register( host , 0 ); /* no host data */ |
host | 604 | drivers/scsi/qlogic.c | host->name = qinfo; |
host | 647 | drivers/scsi/qlogic.c | const char *qlogic_info(struct Scsi_Host * host) |
host | 274 | drivers/scsi/scsi.c | printk ("scan_scsis_done(%d, %06x)\n", SCpnt->host, SCpnt->result); |
host | 338 | drivers/scsi/scsi.c | SDpnt->host = shpnt; |
host | 355 | drivers/scsi/scsi.c | SCpnt->host = SDpnt->host; |
host | 663 | drivers/scsi/scsi.c | SCpnt->host->host_no); |
host | 671 | drivers/scsi/scsi.c | printk("Unable to reset scsi host %d - ",SCpnt->host->host_no); |
host | 700 | drivers/scsi/scsi.c | SCpnt = device->host->host_queue; |
host | 710 | drivers/scsi/scsi.c | if (SCSI_BLOCK(device->host)) return NULL; |
host | 714 | drivers/scsi/scsi.c | tablesize = device->host->sg_tablesize; |
host | 772 | drivers/scsi/scsi.c | struct Scsi_Host * host; |
host | 784 | drivers/scsi/scsi.c | host = device->host; |
host | 786 | drivers/scsi/scsi.c | if (intr_count && SCSI_BLOCK(host)) return NULL; |
host | 789 | drivers/scsi/scsi.c | SCpnt = host->host_queue; |
host | 819 | drivers/scsi/scsi.c | tablesize = device->host->sg_tablesize; |
host | 873 | drivers/scsi/scsi.c | struct Scsi_Host * host; |
host | 882 | drivers/scsi/scsi.c | host = SCpnt->host; |
host | 890 | drivers/scsi/scsi.c | temp = host->last_reset + MIN_RESET_DELAY; |
host | 902 | drivers/scsi/scsi.c | "bufflen = %d, done = %08x)\n", SCpnt->host->host_no, SCpnt->target, SCpnt->cmnd, SCpnt->buffer, SCpnt->bufflen, SCpnt->done); |
host | 905 | drivers/scsi/scsi.c | if (host->can_queue) |
host | 909 | drivers/scsi/scsi.c | host->hostt->queuecommand); |
host | 919 | drivers/scsi/scsi.c | if(!intr_count && SCpnt->host->irq) |
host | 920 | drivers/scsi/scsi.c | disable_irq(SCpnt->host->irq); |
host | 922 | drivers/scsi/scsi.c | host->hostt->queuecommand (SCpnt, scsi_done); |
host | 924 | drivers/scsi/scsi.c | if(!intr_count && SCpnt->host->irq) |
host | 925 | drivers/scsi/scsi.c | enable_irq(SCpnt->host->irq); |
host | 931 | drivers/scsi/scsi.c | printk("command() : routine at %08x\n", host->hostt->command); |
host | 933 | drivers/scsi/scsi.c | temp=host->hostt->command (SCpnt); |
host | 938 | drivers/scsi/scsi.c | printk("done(host = %d, result = %04x) : routine at %08x\n", host->host_no, temp); |
host | 986 | drivers/scsi/scsi.c | struct Scsi_Host * host = SCpnt->host; |
host | 994 | drivers/scsi/scsi.c | "command : " , host->host_no, target, buffer, bufflen, done, timeout, retries); |
host | 1001 | drivers/scsi/scsi.c | if (!host) |
host | 1019 | drivers/scsi/scsi.c | while (SCSI_BLOCK(host)) { |
host | 1021 | drivers/scsi/scsi.c | SCSI_SLEEP(&host->host_wait, SCSI_BLOCK(host)); |
host | 1025 | drivers/scsi/scsi.c | if (host->block) host_active = host; |
host | 1027 | drivers/scsi/scsi.c | host->host_busy++; |
host | 1040 | drivers/scsi/scsi.c | SCpnt->host = host; |
host | 1085 | drivers/scsi/scsi.c | printk("scsi: reset(%d)\n", SCpnt->host->host_no); |
host | 1120 | drivers/scsi/scsi.c | printk("scsi%d : ", SCpnt->host->host_no); |
host | 1183 | drivers/scsi/scsi.c | struct Scsi_Host * host = SCpnt->host; |
host | 1205 | drivers/scsi/scsi.c | printk("In scsi_done(host = %d, result = %06x)\n", host->host_no, result); |
host | 1226 | drivers/scsi/scsi.c | SCpnt->host->host_no, SCpnt->target, SCpnt->lun); |
host | 1332 | drivers/scsi/scsi.c | SCpnt->host->host_no); |
host | 1444 | drivers/scsi/scsi.c | && !(jiffies < SCpnt->host->last_reset + MIN_RESET_PERIOD) |
host | 1448 | drivers/scsi/scsi.c | SCpnt->host->host_no); |
host | 1486 | drivers/scsi/scsi.c | host->host_busy--; /* Indicate that we are free */ |
host | 1488 | drivers/scsi/scsi.c | if (host->block && host->host_busy == 0) { |
host | 1496 | drivers/scsi/scsi.c | for (next = host->block; next != host; next = next->block) |
host | 1502 | drivers/scsi/scsi.c | wake_up(&host->host_wait); |
host | 1535 | drivers/scsi/scsi.c | struct Scsi_Host * host = SCpnt->host; |
host | 1570 | drivers/scsi/scsi.c | if (!host->host_busy) { |
host | 1576 | drivers/scsi/scsi.c | SCpnt->pid, SCpnt->host->host_no, (int) SCpnt->target, (int) |
host | 1582 | drivers/scsi/scsi.c | switch(host->hostt->abort(SCpnt)) { |
host | 1636 | drivers/scsi/scsi.c | struct Scsi_Host * host = SCpnt->host; |
host | 1639 | drivers/scsi/scsi.c | printk("Danger Will Robinson! - SCSI bus for host %d is being reset.\n",host->host_no); |
host | 1654 | drivers/scsi/scsi.c | if (host->host_busy) |
host | 1657 | drivers/scsi/scsi.c | SCpnt1 = host->host_queue; |
host | 1670 | drivers/scsi/scsi.c | host->last_reset = jiffies; |
host | 1671 | drivers/scsi/scsi.c | temp = host->hostt->reset(SCpnt); |
host | 1672 | drivers/scsi/scsi.c | host->last_reset = jiffies; |
host | 1676 | drivers/scsi/scsi.c | if (!host->block) host->host_busy++; |
host | 1678 | drivers/scsi/scsi.c | host->last_reset = jiffies; |
host | 1679 | drivers/scsi/scsi.c | temp = host->hostt->reset(SCpnt); |
host | 1680 | drivers/scsi/scsi.c | host->last_reset = jiffies; |
host | 1681 | drivers/scsi/scsi.c | if (!host->block) host->host_busy--; |
host | 1732 | drivers/scsi/scsi.c | struct Scsi_Host * host; |
host | 1746 | drivers/scsi/scsi.c | for(host = scsi_hostlist; host; host = host->next) { |
host | 1747 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host | 1776 | drivers/scsi/scsi.c | struct Scsi_Host * host; |
host | 1803 | drivers/scsi/scsi.c | for(host = scsi_hostlist; host; host = host->next) |
host | 1804 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
host | 1977 | drivers/scsi/scsi.c | struct Scsi_Host * host = NULL; |
host | 2021 | drivers/scsi/scsi.c | for(j=0;j<SDpnt->host->cmd_per_lun;j++){ |
host | 2023 | drivers/scsi/scsi.c | SCpnt->host = SDpnt->host; |
host | 2035 | drivers/scsi/scsi.c | host = SDpnt->host; |
host | 2036 | drivers/scsi/scsi.c | if(host->host_queue) |
host | 2037 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
host | 2038 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
host | 2040 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |
host | 2054 | drivers/scsi/scsi.c | host = SDpnt->host; |
host | 2057 | drivers/scsi/scsi.c | dma_sectors += ((host->sg_tablesize * |
host | 2059 | drivers/scsi/scsi.c | host->cmd_per_lun; |
host | 2061 | drivers/scsi/scsi.c | if(host->unchecked_isa_dma && |
host | 2064 | drivers/scsi/scsi.c | dma_sectors += (PAGE_SIZE >> 9) * host->sg_tablesize * |
host | 2065 | drivers/scsi/scsi.c | host->cmd_per_lun; |
host | 2162 | drivers/scsi/scsi.c | struct Scsi_Host * host = NULL; |
host | 2216 | drivers/scsi/scsi.c | if(SDpnt->host->hostt == tpnt) |
host | 2221 | drivers/scsi/scsi.c | for(j=0;j<SDpnt->host->cmd_per_lun;j++){ |
host | 2223 | drivers/scsi/scsi.c | SCpnt->host = SDpnt->host; |
host | 2235 | drivers/scsi/scsi.c | host = SDpnt->host; |
host | 2236 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
host | 2238 | drivers/scsi/scsi.c | host->host_queue = SCpnt; |
host | 2239 | drivers/scsi/scsi.c | if(host->host_queue) |
host | 2240 | drivers/scsi/scsi.c | host->host_queue->prev = SCpnt; |
host | 2255 | drivers/scsi/scsi.c | host = SDpnt->host; |
host | 2258 | drivers/scsi/scsi.c | new_dma_sectors += ((host->sg_tablesize * |
host | 2260 | drivers/scsi/scsi.c | host->cmd_per_lun; |
host | 2262 | drivers/scsi/scsi.c | if(host->unchecked_isa_dma && |
host | 2265 | drivers/scsi/scsi.c | new_dma_sectors += (PAGE_SIZE >> 9) * host->sg_tablesize * |
host | 2266 | drivers/scsi/scsi.c | host->cmd_per_lun; |
host | 2339 | drivers/scsi/scsi.c | if(sdpnt->host->hostt == tpnt && sdpnt->host->hostt->usage_count |
host | 2340 | drivers/scsi/scsi.c | && *sdpnt->host->hostt->usage_count) return; |
host | 2363 | drivers/scsi/scsi.c | if(sdpnt->host->hostt == tpnt) |
host | 2377 | drivers/scsi/scsi.c | if(sdpnt->host->hostt == tpnt) |
host | 2378 | drivers/scsi/scsi.c | while (sdpnt->host->host_queue) { |
host | 2379 | drivers/scsi/scsi.c | SCpnt = sdpnt->host->host_queue->next; |
host | 2380 | drivers/scsi/scsi.c | scsi_init_free((char *) sdpnt->host->host_queue, sizeof(Scsi_Cmnd)); |
host | 2381 | drivers/scsi/scsi.c | sdpnt->host->host_queue = SCpnt; |
host | 2391 | drivers/scsi/scsi.c | if (sdpnt->host->hostt == tpnt) { |
host | 2506 | drivers/scsi/scsi.c | i++, SCpnt->host->host_no, |
host | 298 | drivers/scsi/scsi.h | struct Scsi_Host * host; |
host | 444 | drivers/scsi/scsi.h | struct Scsi_Host * host; |
host | 584 | drivers/scsi/scsi.h | if (SCpnt->host->block) { |
host | 587 | drivers/scsi/scsi.h | for (next = SCpnt->host->block; next != SCpnt->host; |
host | 29 | drivers/scsi/scsi_ioctl.c | static int ioctl_probe(struct Scsi_Host * host, void *buffer) |
host | 35 | drivers/scsi/scsi_ioctl.c | if ((temp = host->hostt->present) && buffer) { |
host | 37 | drivers/scsi/scsi_ioctl.c | if(host->hostt->info) |
host | 38 | drivers/scsi/scsi_ioctl.c | string = host->hostt->info(host); |
host | 40 | drivers/scsi/scsi_ioctl.c | string = host->hostt->name; |
host | 129 | drivers/scsi/scsi_ioctl.c | dev->host->host_no, |
host | 253 | drivers/scsi/scsi_ioctl.c | (dev->host->host_no << 16), (unsigned long *) arg); |
host | 268 | drivers/scsi/scsi_ioctl.c | return ioctl_probe(dev->host, arg); |
host | 50 | drivers/scsi/sd.c | #define CLUSTERABLE_DEVICE(SC) (SC->host->hostt->use_clustering && \ |
host | 108 | drivers/scsi/sd.c | if (rscsi_disks[target].device->host->hostt->usage_count) |
host | 109 | drivers/scsi/sd.c | (*rscsi_disks[target].device->host->hostt->usage_count)++; |
host | 121 | drivers/scsi/sd.c | if (rscsi_disks[target].device->host->hostt->usage_count) |
host | 122 | drivers/scsi/sd.c | (*rscsi_disks[target].device->host->hostt->usage_count)--; |
host | 187 | drivers/scsi/sd.c | printk("sd%c : rw_intr(%d, %d)\n", 'a' + MINOR(SCpnt->request.dev), SCpnt->host->host_no, result); |
host | 336 | drivers/scsi/sd.c | rscsi_disks[DEVICE_NR(SCpnt->request.dev)].device->host->host_no, |
host | 529 | drivers/scsi/sd.c | ISA_DMA_THRESHOLD && SCpnt->host->unchecked_isa_dma) { |
host | 551 | drivers/scsi/sd.c | } else if (SCpnt->host->sg_tablesize == 0 || |
host | 562 | drivers/scsi/sd.c | if (SCpnt->host->sg_tablesize != 0 && |
host | 587 | drivers/scsi/sd.c | (SCpnt->host->unchecked_isa_dma && |
host | 589 | drivers/scsi/sd.c | if (count < SCpnt->host->sg_tablesize) count++; |
host | 597 | drivers/scsi/sd.c | if(SCpnt->host->unchecked_isa_dma && |
host | 606 | drivers/scsi/sd.c | if(SCpnt->host->sg_tablesize < max_sg) max_sg = SCpnt->host->sg_tablesize; |
host | 628 | drivers/scsi/sd.c | ISA_DMA_THRESHOLD && (SCpnt->host->unchecked_isa_dma) && |
host | 672 | drivers/scsi/sd.c | (SCpnt->host->unchecked_isa_dma) && |
host | 698 | drivers/scsi/sd.c | if(count < SCpnt->use_sg || SCpnt->use_sg > SCpnt->host->sg_tablesize){ |
host | 727 | drivers/scsi/sd.c | (SCpnt->host->unchecked_isa_dma)) { |
host | 1139 | drivers/scsi/sd.c | if(rscsi_disks[0].device && rscsi_disks[0].device->host->sg_tablesize) |
host | 1153 | drivers/scsi/sd.c | SDp->host->host_no , SDp->id, SDp->lun); |
host | 22 | drivers/scsi/sd_ioctl.c | struct Scsi_Host * host; |
host | 32 | drivers/scsi/sd_ioctl.c | host = rscsi_disks[MINOR(dev) >> 4].device->host; |
host | 36 | drivers/scsi/sd_ioctl.c | if(host->hostt->bios_param != NULL) |
host | 37 | drivers/scsi/sd_ioctl.c | host->hostt->bios_param(&rscsi_disks[MINOR(dev) >> 4], |
host | 121 | drivers/scsi/sg.c | if (scsi_generics[dev].device->host->hostt->usage_count) |
host | 122 | drivers/scsi/sg.c | (*scsi_generics[dev].device->host->hostt->usage_count)++; |
host | 131 | drivers/scsi/sg.c | if (scsi_generics[dev].device->host->hostt->usage_count) |
host | 132 | drivers/scsi/sg.c | (*scsi_generics[dev].device->host->hostt->usage_count)--; |
host | 69 | drivers/scsi/sr.c | if (scsi_CDs[MINOR(inode->i_rdev)].device->host->hostt->usage_count) |
host | 70 | drivers/scsi/sr.c | (*scsi_CDs[MINOR(inode->i_rdev)].device->host->hostt->usage_count)--; |
host | 271 | drivers/scsi/sr.c | scsi_CDs[DEVICE_NR(SCpnt->request.dev)].device->host->host_no, |
host | 484 | drivers/scsi/sr.c | if (scsi_CDs[MINOR(inode->i_rdev)].device->host->hostt->usage_count) |
host | 485 | drivers/scsi/sr.c | (*scsi_CDs[MINOR(inode->i_rdev)].device->host->hostt->usage_count)++; |
host | 647 | drivers/scsi/sr.c | if (SCpnt->host->sg_tablesize > 0 && |
host | 661 | drivers/scsi/sr.c | while(bh && count < SCpnt->host->sg_tablesize) { |
host | 670 | drivers/scsi/sr.c | if (count < SCpnt->host->sg_tablesize) { |
host | 715 | drivers/scsi/sr.c | ISA_DMA_THRESHOLD & (SCpnt->host->unchecked_isa_dma)) { |
host | 779 | drivers/scsi/sr.c | (SCpnt->host->unchecked_isa_dma)) |
host | 861 | drivers/scsi/sr.c | SDp->host->host_no , SDp->id, SDp->lun); |
host | 1034 | drivers/scsi/sr.c | if(scsi_CDs[0].device && scsi_CDs[0].device->host->sg_tablesize) |
host | 75 | drivers/scsi/sr_ioctl.c | scsi_CDs[target].device->host->host_no, |
host | 522 | drivers/scsi/st.c | if (scsi_tapes[dev].device->host->hostt->usage_count) |
host | 523 | drivers/scsi/st.c | (*scsi_tapes[dev].device->host->hostt->usage_count)++; |
host | 645 | drivers/scsi/st.c | if (scsi_tapes[dev].device->host->hostt->usage_count) |
host | 646 | drivers/scsi/st.c | (*scsi_tapes[dev].device->host->hostt->usage_count)++; |
host | 734 | drivers/scsi/st.c | if (scsi_tapes[dev].device->host->hostt->usage_count) |
host | 735 | drivers/scsi/st.c | (*scsi_tapes[dev].device->host->hostt->usage_count)--; |
host | 1971 | drivers/scsi/st.c | SDp->host->host_no , SDp->id, SDp->lun); |
host | 551 | drivers/scsi/u14-34f.c | j = ((struct hostdata *) SCpnt->host->hostdata)->board_number; |
host | 642 | drivers/scsi/u14-34f.c | j = ((struct hostdata *) SCarg->host->hostdata)->board_number; |
host | 702 | drivers/scsi/u14-34f.c | j = ((struct hostdata *) SCarg->host->hostdata)->board_number; |
host | 342 | drivers/scsi/wd7000.c | Adapter *host; /* host adapter */ |
host | 529 | drivers/scsi/wd7000.c | static inline void wd7000_enable_intr(Adapter *host) |
host | 531 | drivers/scsi/wd7000.c | host->control |= INT_EN; |
host | 532 | drivers/scsi/wd7000.c | outb(host->control, host->iobase+ASC_CONTROL); |
host | 536 | drivers/scsi/wd7000.c | static inline void wd7000_enable_dma(Adapter *host) |
host | 538 | drivers/scsi/wd7000.c | host->control |= DMA_EN; |
host | 539 | drivers/scsi/wd7000.c | outb(host->control,host->iobase+ASC_CONTROL); |
host | 540 | drivers/scsi/wd7000.c | set_dma_mode(host->dma, DMA_MODE_CASCADE); |
host | 541 | drivers/scsi/wd7000.c | enable_dma(host->dma); |
host | 567 | drivers/scsi/wd7000.c | static inline int command_out(Adapter *host, unchar *cmd, int len) |
host | 569 | drivers/scsi/wd7000.c | WAIT(host->iobase+ASC_STAT,ASC_STATMASK,CMD_RDY,0); |
host | 572 | drivers/scsi/wd7000.c | outb(*cmd, host->iobase+ASC_COMMAND); |
host | 573 | drivers/scsi/wd7000.c | WAIT(host->iobase+ASC_STAT, ASC_STATMASK, CMD_RDY, 0); |
host | 574 | drivers/scsi/wd7000.c | } while (inb(host->iobase+ASC_STAT) & CMD_REJ); |
host | 680 | drivers/scsi/wd7000.c | static int mail_out( Adapter *host, Scb *scbptr ) |
host | 688 | drivers/scsi/wd7000.c | Mailbox *ogmbs = host->mb.ogmb; |
host | 689 | drivers/scsi/wd7000.c | int *next_ogmb = &(host->next_ogmb); |
host | 729 | drivers/scsi/wd7000.c | wd7000_enable_intr(host); |
host | 732 | drivers/scsi/wd7000.c | command_out( host, &start_ogmb, 1 ); |
host | 798 | drivers/scsi/wd7000.c | #define wd7000_intr_ack(host) outb(0,host->iobase+ASC_INTR_ACK) |
host | 807 | drivers/scsi/wd7000.c | Adapter *host = irq2host[irq]; /* This MUST be set!!! */ |
host | 808 | drivers/scsi/wd7000.c | Mailbox *icmbs = host->mb.icmb; |
host | 811 | drivers/scsi/wd7000.c | printk("wd7000_intr_handle: irq = %d, host = %06x\n", irq, host); |
host | 814 | drivers/scsi/wd7000.c | flag = inb(host->iobase+ASC_INTR_STAT); |
host | 819 | drivers/scsi/wd7000.c | if (!(inb(host->iobase+ASC_STAT) & INT_IM)) { |
host | 831 | drivers/scsi/wd7000.c | wd7000_intr_ack(host); |
host | 846 | drivers/scsi/wd7000.c | wd7000_intr_ack(host); |
host | 857 | drivers/scsi/wd7000.c | wd7000_intr_ack(host); |
host | 882 | drivers/scsi/wd7000.c | wd7000_intr_ack(host); |
host | 894 | drivers/scsi/wd7000.c | Adapter *host = (Adapter *) SCpnt->host->hostdata; |
host | 907 | drivers/scsi/wd7000.c | scb->host = host; |
host | 913 | drivers/scsi/wd7000.c | if (SCpnt->host->sg_tablesize == SG_NONE) { |
host | 934 | drivers/scsi/wd7000.c | while (!mail_out(host, scb)) /* keep trying */; |
host | 950 | drivers/scsi/wd7000.c | int wd7000_diagnostics( Adapter *host, int code ) |
host | 965 | drivers/scsi/wd7000.c | mail_out(host, (struct scb *) &icb); |
host | 983 | drivers/scsi/wd7000.c | int wd7000_init( Adapter *host ) |
host | 994 | drivers/scsi/wd7000.c | outb(ASC_RES, host->iobase+ASC_CONTROL); |
host | 996 | drivers/scsi/wd7000.c | outb(0,host->iobase+ASC_CONTROL); |
host | 997 | drivers/scsi/wd7000.c | host->control = 0; /* this must always shadow ASC_CONTROL */ |
host | 998 | drivers/scsi/wd7000.c | WAIT(host->iobase+ASC_STAT, ASC_STATMASK, CMD_RDY, 0); |
host | 1000 | drivers/scsi/wd7000.c | if ((diag = inb(host->iobase+ASC_INTR_STAT)) != 1) { |
host | 1029 | drivers/scsi/wd7000.c | memset(&(host->mb), 0, sizeof(host->mb)); |
host | 1032 | drivers/scsi/wd7000.c | any2scsi((unchar *) &(init_cmd.mailboxes), (int) &(host->mb)); |
host | 1033 | drivers/scsi/wd7000.c | if (!command_out(host, (unchar *) &init_cmd, sizeof(init_cmd))) { |
host | 1037 | drivers/scsi/wd7000.c | WAIT(host->iobase+ASC_STAT, ASC_STATMASK, ASC_INIT, 0); |
host | 1039 | drivers/scsi/wd7000.c | if (request_irq(host->irq, wd7000_intr_handle, SA_INTERRUPT, "wd7000")) { |
host | 1040 | drivers/scsi/wd7000.c | printk("wd7000_init: can't get IRQ %d.\n", host->irq); |
host | 1043 | drivers/scsi/wd7000.c | if (request_dma(host->dma,"wd7000")) { |
host | 1044 | drivers/scsi/wd7000.c | printk("wd7000_init: can't get DMA channel %d.\n", host->dma); |
host | 1045 | drivers/scsi/wd7000.c | free_irq(host->irq); |
host | 1048 | drivers/scsi/wd7000.c | wd7000_enable_dma(host); |
host | 1049 | drivers/scsi/wd7000.c | wd7000_enable_intr(host); |
host | 1051 | drivers/scsi/wd7000.c | if (!wd7000_diagnostics(host,ICB_DIAG_FULL)) { |
host | 1052 | drivers/scsi/wd7000.c | free_dma(host->dma); |
host | 1053 | drivers/scsi/wd7000.c | free_irq(host->irq); |
host | 1065 | drivers/scsi/wd7000.c | void wd7000_revision(Adapter *host) |
host | 1076 | drivers/scsi/wd7000.c | mail_out(host, (struct scb *) &icb); |
host | 1078 | drivers/scsi/wd7000.c | host->rev1 = icb.primary; |
host | 1079 | drivers/scsi/wd7000.c | host->rev2 = icb.secondary; |
host | 1098 | drivers/scsi/wd7000.c | Adapter *host = NULL; |
host | 1120 | drivers/scsi/wd7000.c | printk("IO %xh already in use.\n", host->iobase); |
host | 1131 | drivers/scsi/wd7000.c | host = (Adapter *) sh->hostdata; |
host | 1134 | drivers/scsi/wd7000.c | (int)host); |
host | 1136 | drivers/scsi/wd7000.c | memset( host, 0, sizeof(Adapter) ); |
host | 1137 | drivers/scsi/wd7000.c | host->sh = sh; |
host | 1138 | drivers/scsi/wd7000.c | host->irq = cfg->irq; |
host | 1139 | drivers/scsi/wd7000.c | host->iobase = cfg->iobase; |
host | 1140 | drivers/scsi/wd7000.c | host->dma = cfg->dma; |
host | 1141 | drivers/scsi/wd7000.c | irq2host[host->irq] = host; |
host | 1143 | drivers/scsi/wd7000.c | if (!wd7000_init(host)) { /* Initialization failed */ |
host | 1151 | drivers/scsi/wd7000.c | wd7000_revision(host); /* important for scatter/gather */ |
host | 1154 | drivers/scsi/wd7000.c | host->rev1, host->rev2); |
host | 1156 | drivers/scsi/wd7000.c | host->iobase, host->irq, host->dma); |
host | 1158 | drivers/scsi/wd7000.c | request_region(host->iobase, 4,"wd7000"); /* Register our ports */ |
host | 1162 | drivers/scsi/wd7000.c | if (host->rev1 < 6) sh->sg_tablesize = SG_NONE; |
host | 1181 | drivers/scsi/wd7000.c | Adapter *host = (Adapter *) SCpnt->host->hostdata; |
host | 1183 | drivers/scsi/wd7000.c | if (inb(host->iobase+ASC_STAT) & INT_IM) { |
host | 1185 | drivers/scsi/wd7000.c | wd7000_intr_handle(host->irq, NULL); |