Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/csiostor/
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()
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()
767 csio_dbg(hw, "Unhandled event:%d sent to req:%p\n", evt, req); in csio_scsis_uninit()
839 csio_dbg(hw, "Unhandled event:%d sent to req:%p\n", evt, req); in csio_scsis_io_active()
882 csio_dbg(hw, "Unhandled event:%d sent to req:%p\n", evt, req); in csio_scsis_tm_active()
895 csio_dbg(hw, in csio_scsis_aborting()
916 csio_dbg(hw, "abort of %p return status:0x%x drv_status:%x\n", in csio_scsis_aborting()
979 csio_dbg(hw, "Unhandled event:%d sent to req:%p\n", evt, req); in csio_scsis_aborting()
992 csio_dbg(hw, in csio_scsis_closing()
1043 csio_dbg(hw, "Unhandled event:%d sent to req:%p\n", evt, req); in csio_scsis_closing()
[all …]
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()
Dcsio_init.c359 csio_dbg(hw, "nsqsets:%d scpus:%d\n", in csio_config_queues()
547 csio_dbg(hw, "hw:%p\n", hw); in csio_hw_alloc()
721 csio_dbg(hw, "Blocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_block_request()
760 csio_dbg(hw, "unblocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_unblock_request()
801 csio_dbg(hw, "Blocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_block_by_port()
841 csio_dbg(hw, "unblocking IOs on lnode: %p\n", lnode_list[ii]); in csio_lnodes_unblock_by_port()
878 csio_dbg(hw, "Deleting child lnode: %p\n", lnode_list[ii]); in csio_lnodes_exit()
899 csio_dbg(hw, "Deleting parent lnode: %p\n", lnode_list[ii]); in csio_lnodes_exit()
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()
Dcsio_hw.h624 #define csio_dbg(__hw, __fmt, ...) \ macro
627 #define csio_dbg(__hw, __fmt, ...) macro
Dcsio_lnode.h217 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
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 …]
Dcsio_mb.h55 csio_dbg(__hw, "\t%llx %llx %llx %llx %llx %llx %llx %llx\n", \
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()
Dcsio_rnode.c573 csio_dbg(hw, "Returning completion queue I/Os\n"); in __csio_unreg_rnode()