/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_gendump.c | 59 ocs_log_debug(ocs, "successfully reset port\n"); in ocs_gen_dump_reset() 61 ocs_log_debug(ocs, "free domain %p\n", domain); in ocs_gen_dump_reset() 69 ocs_log_debug(ocs, "successfully initialized hw\n"); in ocs_gen_dump_reset() 124 ocs_log_debug(nxt_ocs, "port quiesced\n"); in ocs_gen_dump() 142 ocs_log_debug(ocs, "Dump requested, wait for completion.\n"); in ocs_gen_dump() 156 ocs_log_debug(ocs, "sucessfully generated dump\n"); in ocs_gen_dump() 161 ocs_log_debug(ocs, "reset required=%d\n", reset_required); in ocs_gen_dump() 164 ocs_log_debug(ocs, "all devices reset\n"); in ocs_gen_dump() 207 ocs_log_debug(ocs, "Dump requested, wait for completion.\n"); in ocs_fdb_dump() 222 ocs_log_debug(ocs, "sucessfully generated dump\n"); in ocs_fdb_dump()
|
H A D | ocs_xport.c | 102 ocs_log_debug(ocs, "wait for thread %d to exit\n", i); in ocs_xport_rq_threads_teardown() 106 ocs_log_debug(ocs, "thread %d to exited\n", i); in ocs_xport_rq_threads_teardown() 135 ocs_log_debug(ocs, "number of RQ threads %d\n", num_rq_threads); in ocs_xport_rq_threads_create() 218 ocs_log_debug(ocs, "stopping after ocs_hw_setup\n"); in ocs_xport_attach() 223 ocs_log_debug(ocs, "HW bounce: %d\n", ocs->hw_bounce); in ocs_xport_attach() 228 ocs_log_debug(ocs, "RQ Selection Policy: %d\n", value); in ocs_xport_attach() 246 ocs_log_debug(ocs, "%s: Configured for %d SGLs\n", ocs->desc, n_sgl); in ocs_xport_attach() 365 ocs_log_debug(ocs, "Auto xfer rdy is enabled, p_type=%d, blksize=%d\n", in ocs_xport_initialize_auto_xfer_ready() 444 ocs_log_debug(ocs, "High login mode is enabled\n"); in ocs_xport_initialize() 529 ocs_log_debug(ocs, "setting target io timer=%d\n", ocs->target_io_timer_sec); in ocs_xport_initialize() [all …]
|
H A D | ocs_sport.c | 86 ocs_log_debug(ocs, "OCS_HW_PORT_ALLOC_OK\n"); in ocs_port_cb() 90 ocs_log_debug(ocs, "OCS_HW_PORT_ALLOC_FAIL\n"); in ocs_port_cb() 94 ocs_log_debug(ocs, "OCS_HW_PORT_ATTACH_OK\n"); in ocs_port_cb() 98 ocs_log_debug(ocs, "OCS_HW_PORT_ATTACH_FAIL\n"); in ocs_port_cb() 102 ocs_log_debug(ocs, "OCS_HW_PORT_FREE_OK\n"); in ocs_port_cb() 106 ocs_log_debug(ocs, "OCS_HW_PORT_FREE_FAIL\n"); in ocs_port_cb() 193 ocs_log_debug(domain->ocs, "[%s] allocate sport\n", sport->display_name); in ocs_sport_alloc() 220 ocs_log_debug(domain->ocs, "[%s] free sport\n", sport->display_name); in ocs_sport_free() 420 ocs_log_debug(sport->ocs, "[%s] attach sport: fc_id x%06x\n", sport->display_name, fc_id); in ocs_sport_attach() 453 ocs_log_debug(ocs, "[%s] %-20s\n", sport->display_name, ocs_sm_event_name(evt)); \ [all …]
|
H A D | ocs_domain.c | 239 ocs_log_debug(ocs, "Domain allocated: wwn %016" PRIX64 "\n", domain->fcf_wwn); in ocs_domain_alloc() 282 ocs_log_debug(ocs, "Domain free: wwn %016" PRIX64 "\n", domain->fcf_wwn); in ocs_domain_free() 293 ocs_log_debug(ocs, "setting new domain, old=%p new=%p\n", in ocs_domain_free() 528 ocs_log_debug(ocs, "using default hardware WWN configuration \n"); in __ocs_domain_init() 533 ocs_log_debug(ocs, "Creating base sport using WWPN %016" PRIx64 " WWNN %016" PRIx64 "\n", in __ocs_domain_init() 578 ocs_log_debug(ocs, "%s fc_id=%#x speed=%d\n", in __ocs_domain_init() 588 ocs_log_debug(ocs, "%d position map entries\n", count); in __ocs_domain_init() 593 ocs_log_debug(ocs, "%#x -> %#x\n", in __ocs_domain_init() 737 …ocs_log_debug(ocs, "%s received while waiting for ocs_hw_domain_alloc() to complete\n", ocs_sm_eve… in __ocs_domain_wait_alloc() 780 ocs_log_debug(ocs, "Requesting hw domain attach fc_id x%x\n", fc_id); in __ocs_domain_allocated() [all …]
|
H A D | ocs_unsol.c | 50 ocs_log_debug(ocs, "[%06x.%s] %02x/%04x/%04x: " fmt, fc_be24toh((hdr)->d_id), s_id_text, \ 84 ocs_log_debug(ocs, "%s running\n", mythread->name); in ocs_unsol_rq_thread() 102 ocs_log_debug(ocs, "%s exiting\n", mythread->name); in ocs_unsol_rq_thread() 120 ocs_log_debug(ocs, "xri=0x%x tag=0x%x\n", hio->indicator, hio->reqtag); in ocs_unsol_abort_cb() 138 ocs_log_debug(ocs, "already aborted XRI 0x%x\n", hio->indicator); in ocs_port_owned_abort() 140 ocs_log_debug(ocs, "Error aborting XRI 0x%x status %d\n", in ocs_port_owned_abort() 310 ocs_log_debug(ocs, "%u node frames held and processed\n", pend_frames_processed); in ocs_process_node_pending() 371 ocs_log_debug(ocs, "%u domain frames held and processed\n", pend_frames_processed); in ocs_domain_process_pending() 521 ocs_log_debug(domain->ocs, "hold frames set for FCFI %d\n", in ocs_domain_hold_frames() 549 ocs_log_debug(domain->ocs, "hold frames cleared for FCFI %d\n", in ocs_domain_accept_frames() [all …]
|
H A D | ocs_mgmt.c | 569 ocs_log_debug(ocs, "Resetting port\n"); in ocs_mgmt_firmware_reset() 574 ocs_log_debug(ocs, "successfully reset port\n"); in ocs_mgmt_firmware_reset() 1758 ocs_log_debug(ocs, "Taking port offline\n"); in set_configured_speed() 1764 ocs_log_debug(ocs, "Setting port to speed %d\n", spd); in set_configured_speed() 1774 ocs_log_debug(ocs, "Bringing port online\n"); in set_configured_speed() 1797 ocs_log_debug(ocs, "Taking port offline\n"); in set_configured_topology() 1803 ocs_log_debug(ocs, "Setting port to topology %d\n", topo); in set_configured_topology() 1818 ocs_log_debug(ocs, "Bringing port online\n"); in set_configured_topology() 1835 ocs_log_debug(ocs, "Setting port to %s\n", value); in set_configured_link_state() 1842 ocs_log_debug(ocs, "Setting port to %s\n", value); in set_configured_link_state() [all …]
|
H A D | ocs_node.c | 52 #define scsi_io_printf(io, fmt, ...) ocs_log_debug(io->ocs, "[%s]" SCSI_IOFMT fmt, \ 89 ocs_log_debug(node->ocs, "[%s] initiate ELS abort %s\n", node->display_name, els->display_name); in ocs_node_abort_all_els() 382 ocs_log_debug(ocs, "node allocation when shutting down %06x", port_id); in ocs_node_alloc() 736 ocs_log_debug(ocs, "[%s] cleaning up LS_ACC oxid=0x%x\n", in ocs_node_send_ls_io_cleanup() 1193 ocs_log_debug(ocs, "[%s] %-20s\n", node->display_name, ocs_sm_event_name(evt)); in __ocs_node_wait_ios_shutdown() 1279 ocs_log_debug(ocs, "[%s] (%s) ELS x%02x, LS_RJT not supported\n", in __ocs_node_common() 1299 ocs_log_debug(ocs, "[%s] (%s) %s sending ELS_RJT\n", in __ocs_node_common() 1312 ocs_log_debug(ocs, "[%s] (%s) %s sending CT_REJECT\n", in __ocs_node_common() 1320 ocs_log_debug(ocs, "[%s] (%s) %s sending BA_ACC\n", in __ocs_node_common() 1628 ocs_log_debug(node->ocs, "[%s] %-20s expecting ELS cmd=x%x received type=%d\n", in node_check_els_req() [all …]
|
H A D | ocs_hw.c | 287 ocs_log_debug(hw->os, "Function only supported for I/F type 2\n"); in ocs_hw_read_max_dump_size() 316 ocs_log_debug(hw->os, "Dump size %x\n", rsp->buffer_length); in ocs_hw_read_max_dump_size() 472 ocs_log_debug(hw->os, "ulp_start %d, ulp_max %d\n", in ocs_hw_setup() 585 ocs_log_debug(hw->os, "removed %d items from io_wait_free list\n", rem_count); in ocs_hw_init() 595 ocs_log_debug(hw->os, "removed %d items from io_inuse list\n", rem_count); in ocs_hw_init() 605 ocs_log_debug(hw->os, "removed %d items from io_free list\n", rem_count); in ocs_hw_init() 726 ocs_log_debug(hw->os, "Max CQs %d, hash size = %d\n", in ocs_hw_init() 730 ocs_log_debug(hw->os, "Max RQs %d, hash size = %d\n", in ocs_hw_init() 734 ocs_log_debug(hw->os, "Max WQs %d, hash size = %d\n", in ocs_hw_init() 830 ocs_log_debug(hw->os, "using REG_FCFI MRQ\n"); in ocs_hw_init() [all …]
|
H A D | ocs_hw_queues.c | 380 ocs_log_debug(hw->os, "create eq[%2d] id %3d len %4d\n", eq->instance, eq->queue->id, in hw_new_eq() 422 ocs_log_debug(hw->os, "create cq[%2d] id %3d len %4d\n", cq->instance, cq->queue->id, in hw_new_cq() 525 ocs_log_debug(hw->os, "create mq[%2d] id %3d len %4d\n", mq->instance, mq->queue->id, in hw_new_mq() 571 …ocs_log_debug(hw->os, "create wq[%2d] id %3d len %4d cls %d ulp %d\n", wq->instance, wq->queue->id, in hw_new_wq() 622 ocs_log_debug(hw->os, "create rq[%2d] id %3d len %4d hdr size %4d ulp %d\n", in hw_new_rq() 641 ocs_log_debug(hw->os, "create rq[%2d] id %3d len %4d data size %4d ulp %d\n", rq->instance, in hw_new_rq() 1603 ocs_log_debug(hw->os, "queue topology: %s\n", qtop_string); in ocs_hw_qtop_parse() 1644 …ocs_log_debug(hw->os, "entry %s set_df %d len %4d class %d ulp %d\n", qtopentry2s(qt->entry), qt->… in ocs_hw_qtop_parse() 1734 ocs_log_debug(hw->os, "Warning: RCQE status=%#x, \n", rq_status); in ocs_hw_rqpair_process_rq() 1840 ocs_log_debug(hw->os, "Warning: RCQE status=%#x, \n", rq_status); in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() [all …]
|
H A D | ocs_device.c | 123 ocs_log_debug(node->ocs, in __ocs_d_initiate_shutdown() 136 ocs_log_debug(node->ocs, in __ocs_d_initiate_shutdown() 149 ocs_log_debug(node->ocs, in __ocs_d_initiate_shutdown() 249 ocs_log_debug(ocs, "[%s] %-20s %-20s\n", node->display_name, funcname, ocs_sm_event_name(evt)); in __ocs_d_common() 254 ocs_log_debug(ocs, "[%s] %-20s %-20s\n", node->display_name, funcname, ocs_sm_event_name(evt)); in __ocs_d_common() 259 ocs_log_debug(ocs, "[%s] %-20s %-20s\n", node->display_name, funcname, ocs_sm_event_name(evt)); in __ocs_d_common()
|
H A D | ocs_fabric.c | 84 ocs_log_debug(node->ocs, ">>> reenter !!\n"); in __ocs_fabric_init() 925 ocs_log_debug(ocs, "RSCN received while in GIDPT delay - no action\n"); in __ocs_ns_gidpt_delay() 1306 …ocs_log_debug(sport->ocs, "r: %08x %08x\n", ocs_be32toh(remote_sparms->port_name_hi), ocs_be32toh(… in ocs_rnode_is_winner() 1307 …ocs_log_debug(sport->ocs, "l: %08x %08x\n", (uint32_t) (local_wwpn >> 32ll), (uint32_t) local_wwpn… in ocs_rnode_is_winner() 1864 ocs_log_debug(node->ocs, "residual is %u words\n", residual); in ocs_process_gidpt_payload() 2010 ocs_log_debug(ocs, "External loopback mode enabled\n"); in ocs_p2p_setup()
|
H A D | ocs_ddump.c | 801 ocs_log_debug(ocs, "Saved ddump already exists\n"); in ocs_save_ddump() 810 ocs_log_debug(ocs, "Saving ddump\n"); in ocs_save_ddump() 812 ocs_log_debug(ocs, "Saved ddump: %d bytes written\n", ocs_textbuf_get_written(&ocs->ddump_saved)); in ocs_save_ddump() 867 ocs_log_debug(ocs, "saved ddump cleared\n"); in ocs_clear_saved_ddump() 871 ocs_log_debug(ocs, "no saved ddump found\n"); in ocs_clear_saved_ddump()
|
H A D | ocs_sm.h | 196 #define smtrace(sm) ocs_log_debug(NULL, "%s: %-20s --> %s\n", sm, ocs_sm_event_name(evt), __func_…
|
H A D | sli4.c | 483 ocs_log_debug(sli4->os, "pmd addr does not match pmd:%x %x (%x %x)\n", in sli_dump_bmbx_command() 3211 ocs_log_debug(NULL, "bad status (cmpl=%#x ext=%#x con=%d cmp=%d ae=%d val=%d)\n", in sli_cqe_mq() 3251 /*TODO*/ocs_log_debug(sli4->os, "ACQE GRP5\n"); in sli_cqe_async() 3254 ocs_log_debug(sli4->os,"ACQE SLI Port, type=0x%x, data1,2=0x%08x,0x%08x\n", in sli_cqe_async() 3621 ocs_log_debug(sli4->os, "[%s]: max_qentries from %d to %d (max dma %d)\n", in sli_calc_max_qentries() 3775 ocs_log_debug(sli4->os, "FCoE\n"); in sli_get_config() 3778 ocs_log_debug(sli4->os, "FC (unknown)\n"); in sli_get_config() 3781 ocs_log_debug(sli4->os, "FC (direct attach)\n"); in sli_get_config() 3784 ocs_log_debug(sli4->os, "FC (arbitrated loop)\n"); in sli_get_config() 3953 ocs_log_debug(sli4->os, "IPL:%s \n", (char*)sli4->config.ipl_name); in sli_get_config() [all …]
|
H A D | ocs_scsi.c | 520 …ocs_log_debug(ocs, "blocksize %d first check_block %" PRId64 " last_check_block %" PRId64 " check_… in ocs_scsi_dif_check_unknown() 532 ocs_log_debug(ocs, "block guard check error, lba %" PRId64 "\n", scsi_dif_info.lba + i); in ocs_scsi_dif_check_unknown() 537 ocs_log_debug(ocs, "app tag check error, lba %" PRId64 "\n", scsi_dif_info.lba + i); in ocs_scsi_dif_check_unknown() 542 ocs_log_debug(ocs, "ref tag check error, lba %" PRId64 "\n", scsi_dif_info.lba + i); in ocs_scsi_dif_check_unknown() 608 ocs_log_debug(ocs, "expected app tag 0x%x, actual 0x%x\n", in ocs_scsi_dif_check_app_tag() 635 ocs_log_debug(ocs, "expected ref tag 0x%x, actual 0x%x\n", in ocs_scsi_dif_check_ref_tag() 2678 ocs_log_debug(ocs, "status %d ext %d\n", status, ext_status); in ocs_scsi_abort_io_cb() 2777 ocs_log_debug(ocs, "invalid property request %d\n", prop); in ocs_scsi_get_property() 2866 ocs_log_debug(ocs, "invalid property request %d\n", prop); in ocs_scsi_get_property_ptr()
|
H A D | ocs_node.h | 46 #define node_printf(node, fmt, ...) ocs_log_debug(node->ocs, "[%s] " fmt, node->display_name, ##__V…
|
H A D | ocs_cam.c | 276 ocs_log_debug(ocs, "task set full processing is %s\n", in ocs_scsi_tgt_new_device() 960 ocs_log_debug(ocs, "PORT offline,.. skipping\n"); in ocs_scsi_sport_deleted() 966 ocs_log_debug(ocs,"sport is not NULL, skipping\n"); in ocs_scsi_sport_deleted() 2006 ocs_log_debug(ocs, "port offline failed : %d\n", rc); in ocs_fcp_change_role() 2011 ocs_log_debug(ocs, "port online failed : %d\n", rc); in ocs_fcp_change_role() 2357 ocs_log_debug(ocs, "Failed to bring port online" in ocs_action()
|
H A D | ocs_utils.c | 865 ocs_log_debug(os, "%s\n", label); in ocs_dump32() 888 ocs_log_debug(os, "%s", linebuf); in ocs_dump32() 965 ocs_log_debug(ocs, "q_hist not NULL, skipping init\n"); in ocs_queue_history_init()
|
H A D | ocs_ioctl.c | 1014 ocs_log_debug(ocs, "Setting port to %s\n", new); in ocs_sysctl_port_state() 1023 ocs_log_debug(ocs, "Setting port to %s\n", new); in ocs_sysctl_port_state()
|
H A D | ocs_els.c | 56 …ocs_log_debug(els->node->ocs, "[%s]" ELS_IOFMT " %-8s " fmt, els->node->display_name, ELS_IOFMT_AR… 176 ocs_log_debug(ocs, "called with io_alloc_enabled = FALSE\n"); in ocs_els_io_alloc_size() 2057 ocs_log_debug(ocs, "els no longer active\n"); in ocs_els_abort_io()
|
H A D | ocs_os.h | 376 #define ocs_log_debug(os, fmt, ...) ocs_log(os, LOG_DEBUG, fmt, ##__VA_ARGS__); macro
|
H A D | ocs_pci.c | 399 ocs_log_debug(ocs, "VPort wwpn: %lx wwnn: %lx \n", vport->wwpn, vport->wwnn); in ocs_setup_fcports()
|