Lines Matching refs:HOSTNO
234 #define HOSTNO instance->host_no macro
567 printk(KERN_DEBUG "scsi%d: REQ not asserted, phase unknown.\n", HOSTNO); in NCR5380_print_phase()
572 printk(KERN_DEBUG "scsi%d: phase %s\n", HOSTNO, phases[i].name); in NCR5380_print_phase()
692 printk("scsi%d: no currently connected command\n", HOSTNO); in NCR5380_print_status()
695 printk("scsi%d: issue_queue\n", HOSTNO); in NCR5380_print_status()
699 printk("scsi%d: disconnected_queue\n", HOSTNO); in NCR5380_print_status()
735 seq_printf(m, "scsi%d: no currently connected command\n", HOSTNO); in NCR5380_show_info()
738 seq_printf(m, "scsi%d: issue_queue\n", HOSTNO); in NCR5380_show_info()
742 seq_printf(m, "scsi%d: disconnected_queue\n", HOSTNO); in NCR5380_show_info()
978 dprintk(NDEBUG_MAIN, "scsi%d: not connected\n", HOSTNO); in NCR5380_main()
1032 HOSTNO, tmp->device->id, lun); in NCR5380_main()
1064 "returned to issue_queue\n", HOSTNO); in NCR5380_main()
1079 HOSTNO); in NCR5380_main()
1081 dprintk(NDEBUG_MAIN, "scsi%d: main: done set false\n", HOSTNO); in NCR5380_main()
1116 "no connected cmd\n", HOSTNO); in NCR5380_dma_complete()
1129 dprintk(NDEBUG_DMA, "scsi%d: read overrun handled\n", HOSTNO); in NCR5380_dma_complete()
1135 HOSTNO, NCR5380_read(BUS_AND_STATUS_REG), in NCR5380_dma_complete()
1205 dprintk(NDEBUG_INTR, "scsi%d: NCR5380 irq triggered\n", HOSTNO); in NCR5380_intr()
1209 dprintk(NDEBUG_INTR, "scsi%d: BASR=%02x\n", HOSTNO, basr); in NCR5380_intr()
1215 dprintk(NDEBUG_INTR, "scsi%d: SEL interrupt\n", HOSTNO); in NCR5380_intr()
1219 dprintk(NDEBUG_INTR, "scsi%d: PARITY interrupt\n", HOSTNO); in NCR5380_intr()
1222 dprintk(NDEBUG_INTR, "scsi%d: RESET interrupt\n", HOSTNO); in NCR5380_intr()
1241 dprintk(NDEBUG_INTR, "scsi%d: PHASE MISM or EOP interrupt\n", HOSTNO); in NCR5380_intr()
1251 HOSTNO, basr, NCR5380_read(MODE_REG), in NCR5380_intr()
1262 "BASR 0x%X, MR 0x%X, SR 0x%x\n", HOSTNO, basr, in NCR5380_intr()
1271 dprintk(NDEBUG_INTR, "scsi%d: in int routine, calling main\n", HOSTNO); in NCR5380_intr()
1318 dprintk(NDEBUG_ARBITRATION, "scsi%d: starting arbitration, id = %d\n", HOSTNO, in NCR5380_select()
1363 dprintk(NDEBUG_ARBITRATION, "scsi%d: arbitration complete\n", HOSTNO); in NCR5380_select()
1385 HOSTNO); in NCR5380_select()
1400 HOSTNO); in NCR5380_select()
1422 dprintk(NDEBUG_ARBITRATION, "scsi%d: won arbitration\n", HOSTNO); in NCR5380_select()
1482 dprintk(NDEBUG_SELECTION, "scsi%d: selecting target %d\n", HOSTNO, cmd->device->id); in NCR5380_select()
1513 HOSTNO); in NCR5380_select()
1535 printk(KERN_ERR "scsi%d: weirdness\n", HOSTNO); in NCR5380_select()
1548 dprintk(NDEBUG_SELECTION, "scsi%d: target did not respond within 250ms\n", HOSTNO); in NCR5380_select()
1575 HOSTNO, cmd->device->id); in NCR5380_select()
1594 dprintk(NDEBUG_SELECTION, "scsi%d: nexus established.\n", HOSTNO); in NCR5380_select()
1658 dprintk(NDEBUG_HANDSHAKE, "scsi%d: REQ detected\n", HOSTNO); in NCR5380_transfer_pio()
1662 dprintk(NDEBUG_PIO, "scsi%d: phase mismatch\n", HOSTNO); in NCR5380_transfer_pio()
1703 dprintk(NDEBUG_HANDSHAKE, "scsi%d: req false, handshake complete\n", HOSTNO); in NCR5380_transfer_pio()
1724 dprintk(NDEBUG_PIO, "scsi%d: residual %d\n", HOSTNO, c); in NCR5380_transfer_pio()
1884 HOSTNO, (p & SR_IO) ? "reading" : "writing", in NCR5380_transfer_dma()
2016 "aborted\n", HOSTNO); in NCR5380_information_transfer()
2039 HOSTNO, cmd->SCp.this_residual, in NCR5380_information_transfer()
2130 "complete.\n", HOSTNO, cmd->device->id, cmd->device->lun); in NCR5380_information_transfer()
2143 HOSTNO, cmd->device->id, cmd->device->lun); in NCR5380_information_transfer()
2156 HOSTNO, cmd->device->id, cmd->device->lun); in NCR5380_information_transfer()
2166 "completed\n", HOSTNO, cmd->device->id, cmd->device->lun); in NCR5380_information_transfer()
2185 HOSTNO, cmd->device->id, cmd->device->lun, in NCR5380_information_transfer()
2227 dprintk(NDEBUG_AUTOSENSE, "scsi%d: performing request sense\n", HOSTNO); in NCR5380_information_transfer()
2280 HOSTNO, cmd->device->id, cmd->device->lun); in NCR5380_information_transfer()
2296 "disconnected_queue\n", HOSTNO, in NCR5380_information_transfer()
2347 dprintk(NDEBUG_EXTENDED, "scsi%d: receiving extended message\n", HOSTNO); in NCR5380_information_transfer()
2353 dprintk(NDEBUG_EXTENDED, "scsi%d: length=%d, code=0x%02x\n", HOSTNO, in NCR5380_information_transfer()
2366 HOSTNO, len); in NCR5380_information_transfer()
2377 "extended message\n", HOSTNO); in NCR5380_information_transfer()
2382 HOSTNO, extended_msg[2], extended_msg[1]); in NCR5380_information_transfer()
2450 printk("scsi%d: unknown phase\n", HOSTNO); in NCR5380_information_transfer()
2495 dprintk(NDEBUG_RESELECTION, "scsi%d: reselect\n", HOSTNO); in NCR5380_reselect()
2533 printk(KERN_DEBUG "scsi%d: expecting IDENTIFY message, got ", HOSTNO); in NCR5380_reselect()
2555 "reselection\n", HOSTNO, target_mask, lun, tag); in NCR5380_reselect()
2589 HOSTNO, target_mask, lun in NCR5380_reselect()
2643 HOSTNO, target_mask, lun, tag); in NCR5380_reselect()
2649 HOSTNO, tmp->device->id, tmp->device->lun, tmp->tag); in NCR5380_reselect()
2684 dprintk(NDEBUG_ABORT, "scsi%d: abort called basr 0x%02x, sr 0x%02x\n", HOSTNO, in NCR5380_abort()
2697 dprintk(NDEBUG_ABORT, "scsi%d: aborting connected command\n", HOSTNO); in NCR5380_abort()
2730 printk("scsi%d: abort of connected command failed!\n", HOSTNO); in NCR5380_abort()
2751 HOSTNO); in NCR5380_abort()
2772 dprintk(NDEBUG_ABORT, "scsi%d: abort failed, command connected.\n", HOSTNO); in NCR5380_abort()
2805 dprintk(NDEBUG_ABORT, "scsi%d: aborting disconnected command.\n", HOSTNO); in NCR5380_abort()
2810 dprintk(NDEBUG_ABORT, "scsi%d: nexus reestablished.\n", HOSTNO); in NCR5380_abort()
2858 …N_INFO "scsi%d: warning : SCSI command probably completed successfully before abortion\n", HOSTNO); in NCR5380_abort()