Lines Matching refs:MTS_DEBUG
183 #define MTS_DEBUG(x...) \ macro
187 MTS_DEBUG("got to %s:%d (%s)\n", __FILE__, (int)__LINE__, __func__ )
190 MTS_DEBUG("transfer = 0x%x context = 0x%x\n",(int)transfer,(int)context ); \
191 …MTS_DEBUG("status = 0x%x data-length = 0x%x sent = 0x%x\n",transfer->status,(int)context->data_len…
198 #define MTS_DEBUG(x...) MTS_NUL_STATEMENT macro
213 MTS_DEBUG("desc at 0x%x: toggle = %02x%02x\n", in mts_debug_dump()
217 MTS_DEBUG("ep_out=%x ep_response=%x ep_image=%x\n", in mts_debug_dump()
295 MTS_DEBUG("can't decode command\n"); in mts_show_command()
299 MTS_DEBUG( "Command %s (%d bytes)\n", what, srb->cmd_len); in mts_show_command()
302 MTS_DEBUG( " %10ph\n", srb->cmnd); in mts_show_command()
498 MTS_DEBUG("Processing fragment %d of %d\n", context->fragment, in mts_do_sg()
557 MTS_DEBUG( "transferring from desc->ep_image == %d\n", in mts_build_transfer_context()
561 MTS_DEBUG( "transferring from desc->ep_response == %d\n", in mts_build_transfer_context()
564 MTS_DEBUG("transferring to desc->ep_out == %d\n", in mts_build_transfer_context()
585 …MTS_DEBUG("Command to LUN=%d ID=%d CHANNEL=%d from SCSI layer\n",(int)srb->device->lun,(int)srb->d… in mts_scsi_queuecommand_lck()
587 MTS_DEBUG("this device doesn't exist\n"); in mts_scsi_queuecommand_lck()
682 MTS_DEBUG( "usb-device descriptor at %x\n", (int)dev ); in mts_usb_probe()
684 MTS_DEBUG( "product id = 0x%x, vendor id = 0x%x\n", in mts_usb_probe()