• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:hostno

320  * hostno stores the hostnumber, as told to us by the init routine.
323 static int hostno = -1;
368 printk ("scsi%d : borken timeout\n", hostno);
394 if (hostno != -1) {
451 hostno = instance->host_no;
453 printk(KERN_ERR "scsi%d : unable to allocate IRQ%d\n", hostno, irq);
589 DPRINTK (PHASE_RESELECT, "scsi%d : seagate_reconnect_intr() called\n", hostno);
592 printk(KERN_WARNING "scsi%d: unexpected interrupt.\n", hostno);
597 hostno, current_target, current_data, current_bufflen);
603 DPRINTK(PHASE_RESELECT, "scsi%d : done_fn(%d,%08x)", hostno, hostno, temp);
654 DPRINTK (DEBUG_LINKED, "scsi%d : using linked commands, current I_T_L nexus is ", hostno);
702 printk("scsi%d : target = %d, command = ", hostno, target);
709 printk("scsi%d : reconnecting\n", hostno);
713 printk("scsi%d : connected, can reconnect\n", hostno);
717 hostno);
721 printk("scsi%d : allowed to reconnect\n", hostno);
724 printk("scsi%d : not allowed to reconnect\n", hostno);
739 DPRINTK (PHASE_RESELECT, "scsi%d : phase RESELECT \n", hostno);
755 DPRINTK (PHASE_RESELECT, "scsi%d : RESELECT timed out while waiting for IO .\n", hostno);
766 DPRINTK (PHASE_RESELECT, "scsi%d : detected reconnect request to different target.\n\tData bus = %d\n", hostno, temp);
771 printk(KERN_WARNING "scsi%d : Unexpected reselect interrupt. Data bus = %d\n", hostno, temp);
799 DPRINTK (PHASE_RESELECT, "scsi%d : RESELECT timed out while waiting for SEL.\n", hostno);
820 DPRINTK (PHASE_BUS_FREE, "scsi%d : phase = BUS FREE \n", hostno);
843 DPRINTK (PHASE_SELECTION, "scsi%d : phase = SELECTION\n", hostno);
870 printk(KERN_WARNING "scsi%d : arbitration lost or timeout.\n", hostno);
875 DPRINTK (PHASE_SELECTION, "scsi%d : arbitration complete\n", hostno);
922 printk(KERN_WARNING "scsi%d : BST asserted after we've been aborted.\n", hostno);
931 DPRINTK (PHASE_SELECTION, "scsi%d : NO CONNECT with target %d, stat = %x \n", hostno, target, STATUS);
942 printk("scsi%d : scatter gather requested, using %d buffers.\n", hostno, nobuffs);
945 hostno, i,
955 DPRINTK (DEBUG_SG, "scsi%d : scatter gather not requested.\n", hostno);
962 hostno, len);
1002 DPRINTK (PHASE_ETC, "scsi%d : phase = INFORMATION TRANSFER\n", hostno);
1019 printk(KERN_ERR "scsi%d : got parity error\n", hostno);
1029 printk ("scsi%d : phase = DATA OUT\n", hostno);
1032 printk ("scsi%d : phase = DATA IN\n", hostno);
1036 ("scsi%d : phase = COMMAND OUT\n", hostno);
1039 printk ("scsi%d : phase = STATUS IN\n", hostno);
1043 ("scsi%d : phase = MESSAGE OUT\n", hostno);
1046 printk ("scsi%d : phase = MESSAGE IN\n", hostno);
1049 printk ("scsi%d : phase = UNKNOWN\n", hostno);
1076 hostno, SCint->underflow,
1108 DPRINTK (DEBUG_FAST, "scsi%d : FAST transfer complete len = %d data = %08x\n", hostno, len, data);
1184 hostno, len, data);
1214 hostno, SCint->underflow,
1247 printk ("scsi%d: transfered += %d\n", hostno, transfersize);
1251 DPRINTK (DEBUG_FAST, "scsi%d : FAST transfer complete len = %d data = %08x\n", hostno, len, data);
1255 printk ("scsi%d: transfered += %d\n", hostno, len);
1328 printk ("scsi%d: transfered -= %d\n", hostno, len);
1339 DPRINTK (DEBUG_SG, "scsi%d : next scatter-gather buffer len = %d address = %08x\n", hostno, len, data);
1375 DPRINTK (PHASE_RESELECT | PHASE_MSGOUT, "scsi%d : sent IDENTIFY message.\n", hostno);
1383 DPRINTK (PHASE_MSGOUT | DEBUG_LINKED, "scsi%d : sent ABORT message to cancel incorrect I_T_L nexus.\n", hostno);
1388 printk("scsi%d : target %d requested MSGOUT, sent NOP message.\n", hostno, target);
1405 DPRINTK ((PHASE_RESELECT | PHASE_MSGIN), "scsi%d : disconnected.\n", hostno);
1416 DPRINTK(PHASE_MSGIN, "scsi%d : command complete.\n", hostno);
1420 DPRINTK(PHASE_MSGIN, "scsi%d : abort message.\n", hostno);
1428 DPRINTK (PHASE_MSGIN, "scsi%d : pointers saved.\n", hostno);
1436 DPRINTK(PHASE_MSGIN, "scsi%d : pointers restored.\n", hostno);
1454 DPRINTK (PHASE_MSGIN, "scsi%d : IDENTIFY message received from id %d, lun %d.\n", hostno, target, message & 7);
1467 DPRINTK (PHASE_MSGIN, "scsi%d : unknown message %d from target %d.\n", hostno, message, target);
1472 printk(KERN_ERR "scsi%d : unknown phase.\n", hostno);
1489 DPRINTK(PHASE_DATAIN | PHASE_DATAOUT | PHASE_EXIT, "scsi%d : Transfered %d bytes\n", hostno, transfered);
1492 printk("scsi%d : status = ", hostno);
1519 DPRINTK (DEBUG_LINKED, "scsi%d : keeping I_T_L nexus established for linked command.\n", hostno);
1532 DPRINTK (DEBUG_LINKED, "scsi%d : closing I_T_L nexus.\n", hostno);
1539 DPRINTK (PHASE_RESELECT, "scsi%d : exiting seagate_st0x_queue_command() with reconnect enabled.\n", hostno);
1565 DANY ("scsi%d: Reseting bus... ", hostno);