Home
last modified time | relevance | path

Searched refs:csio_dbg (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw_t5.c302 csio_dbg(hw, "csio_t5_memory_rw: mem_reg: 0x%x, mem_aperture: 0x%x\n", in csio_t5_memory_rw()
304 csio_dbg(hw, "csio_t5_memory_rw: mem_base: 0x%x, mem_offset: 0x%x\n", in csio_t5_memory_rw()
306 csio_dbg(hw, "csio_t5_memory_rw: start:0x%x, offset:0x%x, win_pf:%d\n", in csio_t5_memory_rw()
308 csio_dbg(hw, "csio_t5_memory_rw: mtype: %d, addr: 0x%x, len: %d\n", in csio_t5_memory_rw()
H A Dcsio_scsi.c577 csio_dbg(hw, "SGL addr not DDP aligned (%llx:%d)\n", in csio_setup_ddp()
585 csio_dbg(hw, in csio_setup_ddp()
895 csio_dbg(hw, in csio_scsis_aborting()
992 csio_dbg(hw, in csio_scsis_closing()
1243 csio_dbg(hw, "Aborting SCSI I/Os\n"); in csio_scsi_abort_io_q()
1299 csio_dbg(hw, "Some I/O aborts timed out, cleaning up..\n"); in csio_scsim_cleanup_io()
1325 csio_dbg(hw, "Gathering all SCSI I/Os on lnode %p\n", ln); in csio_scsim_cleanup_io_lnode()
1651 csio_dbg(hw, "Req %p cmd:%p op:%x %s\n", req, cmnd, in csio_scsi_err_handler()
1935 csio_dbg(hw, in csio_eh_abort_handler()
2025 csio_dbg(hw, "req: %p in csio_tm_cbfn status: %d\n", in csio_tm_cbfn()
[all …]
H A Dcsio_isr.c162 csio_dbg(hw, "%s cmpl recvd ioreq:%p status:%d\n", in csio_process_scsi_cmpl()
474 csio_dbg(hw, "Reduced sqsets to %d\n", hw->num_sqsets); in csio_reduce_sqsets()
518 csio_dbg(hw, "FW supp #niq:%d, trying %d msix's\n", hw->cfg_niq, cnt); in csio_enable_msix()
526 csio_dbg(hw, "Reducing sqsets to %d\n", cnt - extra); in csio_enable_msix()
566 csio_dbg(hw, "Reducing sqsets to %d\n", in csio_intr_enable()
578 csio_dbg(hw, "Using %s interrupt mode.\n", in csio_intr_enable()
H A Dcsio_init.c358 csio_dbg(hw, "nsqsets:%d scpus:%d\n", in csio_config_queues()
546 csio_dbg(hw, "hw:%p\n", hw); in csio_hw_alloc()
720 csio_dbg(hw, "Blocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_block_request()
759 csio_dbg(hw, "unblocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_unblock_request()
800 csio_dbg(hw, "Blocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_block_by_port()
840 csio_dbg(hw, "unblocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_unblock_by_port()
877 csio_dbg(hw, "Deleting child lnode: %p\n", lnode_list[ii]); in csio_lnodes_exit()
898 csio_dbg(hw, "Deleting parent lnode: %p\n", lnode_list[ii]); in csio_lnodes_exit()
H A Dcsio_mb.c1220 csio_dbg(hw, "Couldn't own Mailbox %x op:0x%x\n", in csio_mb_issue()
1247 csio_dbg(hw, in csio_mb_issue()
1457 csio_dbg(hw, "Gen MB can't handle op:0x%x on evtq.\n", opcode); in csio_mb_fwevt_handler()
1564 csio_dbg(hw, "Host not owner, no mailbox interrupt\n"); in csio_mb_isr_handler()
1593 csio_dbg(hw, "Mailbox num:%x op:0x%x timed out\n", hw->pfn, in csio_mb_tmo_handler()
1646 csio_dbg(hw, "Cancelling pending mailbox num %x op:%x\n", in csio_mb_cancel_all()
H A Dcsio_lnode.h204 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
H A Dcsio_hw.h624 #define csio_dbg(__hw, __fmt, ...) \ macro
627 #define csio_dbg(__hw, __fmt, ...) macro
H A Dcsio_hw.c716 csio_dbg(hw, "Erasing sectors... start:%d end:%d\n", in csio_hw_fw_dload()
737 csio_dbg(hw, "Writing Flash .. start:%d end:%d\n", in csio_hw_fw_dload()
1414 csio_dbg(hw, "Using fwconfig max niqs %d neqs %d\n", in csio_get_device_params()
1422 csio_dbg(hw, "Port vector: 0x%x, #ports: %d\n", in csio_get_device_params()
1429 csio_dbg(hw, "Found Port:%d\n", hw->pport[i].portid); in csio_get_device_params()
1917 csio_dbg(hw, "max ssns:%d max xchgs:%d\n", res_info->max_ssns, in csio_get_fcoe_resinfo()
2166 csio_dbg(hw, "FW_CAPS_CONFIG_CMD returned %d!\n", rv); in csio_hw_use_fwconfig()
3608 csio_dbg(hw, "Slow interrupt! cause: 0x%x\n", cause); in csio_hw_slow_intr_handler()
3986 csio_dbg(hw, "event worker thread active evts#%d\n", in csio_evtq_worker()
4114 csio_dbg(mgmtm->hw, "Mgmt timer invoked!\n"); in csio_mgmt_tmo_handler()
[all …]
H A Dcsio_mb.h55 csio_dbg(__hw, "\t%llx %llx %llx %llx %llx %llx %llx %llx\n", \
H A Dcsio_lnode.c737 csio_dbg(hw, "bringing FCOE LINK %s on Port:%d\n", in csio_fcoe_enable_link()
1536 csio_dbg(hw, in csio_fcoe_fwevt_handler()
1928 csio_dbg(hw, "Notifying all nodes of event %d\n", note); in csio_notify_lnodes()
1970 csio_dbg(hw, "Notifying event to all nodes of port:%d\n", portid); in csio_disable_lnodes()
H A Dcsio_rnode.c573 csio_dbg(hw, "Returning completion queue I/Os\n"); in __csio_unreg_rnode()