Searched refs:DEBUG0 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | scsiiom.c | 37 DEBUG0(printk ("DC390: We were just reset and don't accept commands yet!\n");) in dc390_StartSCSI() 93 …DEBUG0(printk (KERN_INFO "DC390: NEW Sync Nego code triggered (%i %i)\n", pDCB->TargetID, pDCB->Ta… in dc390_StartSCSI() 127 DEBUG0(if (pACB->pActiveDCB) \ in dc390_StartSCSI() 129 DEBUG0(if (pDCB->pActiveSRB) \ in dc390_StartSCSI() 135 DEBUG0(printk ("DC390: Interrupt during Start SCSI (pid %li, target %02i-%02i)\n", in dc390_StartSCSI() 159 DEBUG0(USHORT pstate;PDEVDECL1;) in dc390_dma_intr() 161 DEBUG0(PDEVSET1;) in dc390_dma_intr() 162 DEBUG0(PCI_READ_CONFIG_WORD (PDEV, PCI_STATUS, &pstate);) in dc390_dma_intr() 163 DEBUG0(if (pstate & (PCI_STATUS_SIG_SYSTEM_ERROR | PCI_STATUS_DETECTED_PARITY))\ in dc390_dma_intr() 273 DEBUG0(printk (KERN_WARNING "DC390 Int w/o SCSI actions (only DMA?)\n");) in DC390_Interrupt() [all …]
|
D | tmscsim.c | 182 # define DEBUG0(x) x; macro 184 # define DEBUG0(x) macro 871 DEBUG0(printk ("DC390: Append cmd %li to Query\n", cmd->pid);) in dc390_Query_append() 891 DEBUG0(printk ("DC390: Get cmd %li from Query\n", pcmd->pid);) in dc390_Query_get() 906 DEBUG0(printk ("DC390: Get Free SRB %p\n", pSRB);) in dc390_Free_get() 919 DEBUG0(printk ("DC390: Free SRB %p\n", pSRB);) in dc390_Free_insert() 928 DEBUG0(printk ("DC390: Insert pSRB %p cmd %li to Waiting\n", pSRB, pSRB->pcmd->pid);) in dc390_Waiting_insert() 940 DEBUG0(printk ("DC390: Append pSRB %p cmd %li to Waiting\n", pSRB, pSRB->pcmd->pid);) in dc390_Waiting_append() 955 DEBUG0(printk("DC390: Append SRB %p to Going\n", pSRB);) in dc390_Going_append() 969 DEBUG0(printk("DC390: Remove SRB %p from Going\n", pSRB);) in dc390_Going_remove() [all …]
|