Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ocs_fc/
H A Docs_device.c81 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()
911 node_printf(node, "FCP_CMND received, send LOGO\n"); in __ocs_d_init()
914 node_printf(node, "Failed to send LOGO\n"); in __ocs_d_init()
1052 node_printf(node, "FCP_CMND received, drop\n"); in __ocs_d_wait_plogi_rsp()
1255 node_printf(node, "domain attach ok\n"); in __ocs_d_wait_topology_notify()
1328 node_printf(node, "node attach failed\n"); in __ocs_d_wait_node_attach()
1727 node_printf(node, "Failed to send PRLI LS_ACC\n"); in __ocs_d_device_ready()
[all …]
H A Docs_fabric.c558 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()
628 node_printf(node, "Shutdown event received\n"); in __ocs_fabric_wait_attach_evt_shutdown()
776 node_printf(node, "GID_PT failed to complete\n"); in __ocs_ns_gidpt_wait_rsp()
824 node_printf(node, "RSCN pending, restart discovery\n"); in __ocs_ns_idle()
1018 node_printf(node, "Node attach failed\n"); in __ocs_fabctl_wait_node_attach()
1024 node_printf(node, "Shutdown event received\n"); in __ocs_fabctl_wait_node_attach()
1483 node_printf(node, "Domain already attached\n"); in __ocs_p2p_wait_flogi_acc_cmpl()
1565 node_printf(node, "PLOGI failed, shutting down\n"); in __ocs_p2p_wait_plogi_rsp()
1743 node_printf(node, "Node attach failed\n"); in __ocs_p2p_wait_node_attach()
[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()
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()
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()
1029 node_printf(node, "All ELS IOs complete\n"); in __ocs_node_wait_els_shutdown()
1048 node_printf(node, "%s received\n", ocs_sm_event_name(evt)); in __ocs_node_wait_els_shutdown()
1115 node_printf(node, "%s received\n", ocs_sm_event_name(evt)); in __ocs_node_wait_node_free()
[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()