Home
last modified time | relevance | path

Searched refs:node_printf (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_device.c72 node_printf(node, "PRLI rejected by target-server, fc-type not supported\n"); in ocs_d_send_prli_rsp()
81 node_printf(node, "PRLI rejected by target-server\n"); in ocs_d_send_prli_rsp()
193 node_printf(node, in __ocs_d_initiate_shutdown()
368 node_printf(node, "%s received\n", ocs_sm_event_name(evt)); in __ocs_d_wait_del_ini_tgt()
438 node_printf(node, "%s received\n", ocs_sm_event_name(evt)); in __ocs_d_wait_del_node()
530 node_printf(node, "Abort request: ox_id [%04x] rx_id [%04x]\n", in ocs_process_abts()
561 node_printf(node, "Abort request: ox_id [%04x], IO not found (exists=%d)\n", in ocs_process_abts()
656 node_printf(node, "LOGO sent (evt=%s), shutdown node\n", ocs_sm_event_name(evt)); in __ocs_d_wait_logo_rsp()
705 node_printf(node, "PRLO sent (evt=%s)\n", ocs_sm_event_name(evt)); in __ocs_d_wait_prlo_rsp()
777 node_printf(node, "not sending plogi sport.ini=%d, domain attached=%d\n", in __ocs_d_init()
[all …]
H A Docs_fabric.c183 node_printf(node, "p2p setup failed, shutting down node\n"); in __ocs_fabric_flogi_wait_rsp()
190 node_printf(node, "p2p winner, domain not attached\n"); in __ocs_fabric_flogi_wait_rsp()
194 node_printf(node, "p2p winner, domain already attached\n"); in __ocs_fabric_flogi_wait_rsp()
233 node_printf(node, "FLOGI failed, peer p2p winner, shutdown node\n"); in __ocs_fabric_flogi_wait_rsp()
239 node_printf(node, "FLOGI failed evt=%s, shutting down sport [%s]\n", ocs_sm_event_name(evt), in __ocs_fabric_flogi_wait_rsp()
558 node_printf(node, "Node attach failed\n"); in __ocs_ns_wait_node_attach()
564 node_printf(node, "Shutdown event received\n"); in __ocs_ns_wait_node_attach()
616 node_printf(node, "Attach evt=%s, proceed to shutdown\n", ocs_sm_event_name(evt)); in __ocs_fabric_wait_attach_evt_shutdown()
622 node_printf(node, "Attach evt=%s, proceed to shutdown\n", ocs_sm_event_name(evt)); in __ocs_fabric_wait_attach_evt_shutdown()
628 node_printf(node, "Shutdown event received\n"); in __ocs_fabric_wait_attach_evt_shutdown()
[all …]
H A Docs_node.c156 node_printf(n, "rpi[%d] deferred HLM node attach %s posted\n", in ocs_remote_node_cb()
481 node_printf(node, "Free'd\n"); in ocs_node_free()
790 node_printf(node, "Shutdown reason: implicit logout, re-authenticate\n"); in __ocs_node_shutdown()
818 node_printf(node, "Shutdown: explicit logo pend=%d sport.ini=%d node.tgt=%d\n", in __ocs_node_shutdown()
852 node_printf(node, "Shutdown reason: default, purge pending\n"); in __ocs_node_shutdown()
892 node_printf(node, "HW node not attached\n"); in ocs_node_check_els_quiesced()
896 node_printf(node, "HW node still attached\n"); in ocs_node_check_els_quiesced()
935 node_printf(node, "Freeing pending els %s\n", els->display_name); in ocs_node_initiate_cleanup()
952 node_printf(node, "invalidating ls_acc_io due to implicit logo\n"); in ocs_node_initiate_cleanup()
1002 node_printf(node, "All ELS IOs complete\n"); in __ocs_node_wait_els_shutdown()
[all …]
H A Docs_node.h46 #define node_printf(node, fmt, ...) ocs_log_debug(node->ocs, "[%s] " fmt, node->display_name, ##__V… macro
H A Docs_unsol.c729 node_printf(node, "Dropping frame hdr = %08x %08x %08x %08x %08x %08x\n", in ocs_node_dispatch_frame()
782 node_printf(node, "TMF x%x rejected\n", task_management_flags); in ocs_dispatch_unsolicited_tmf()
997 node_printf(node, "IO is not Auto Xfr Rdy assisted, dropping FCP_CMND\n"); in ocs_dispatch_fcp_cmd_auto_xfer_rdy()
H A Docs_sport.c532 node_printf(node, "Failed to send LOGO\n"); in __ocs_sport_common()