Searched refs:node_printf (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | ocs_device.c | 74 node_printf(node, "PRLI rejected by target-server, fc-type not supported\n"); in ocs_d_send_prli_rsp() 83 node_printf(node, "PRLI rejected by target-server\n"); in ocs_d_send_prli_rsp() 195 node_printf(node, in __ocs_d_initiate_shutdown() 374 node_printf(node, "%s received\n", ocs_sm_event_name(evt)); in __ocs_d_wait_del_ini_tgt() 445 node_printf(node, "%s received\n", ocs_sm_event_name(evt)); in __ocs_d_wait_del_node() 540 node_printf(node, "Abort request: ox_id [%04x] rx_id [%04x]\n", in ocs_process_abts() 571 node_printf(node, "Abort request: ox_id [%04x], IO not found (exists=%d)\n", in ocs_process_abts() 666 node_printf(node, "LOGO sent (evt=%s), shutdown node\n", ocs_sm_event_name(evt)); in __ocs_d_wait_logo_rsp() 716 node_printf(node, "PRLO sent (evt=%s)\n", ocs_sm_event_name(evt)); in __ocs_d_wait_prlo_rsp() 789 node_printf(node, "not sending plogi sport.ini=%d, domain attached=%d\n", in __ocs_d_init() [all …]
|
| D | ocs_fabric.c | 186 node_printf(node, "p2p setup failed, shutting down node\n"); in __ocs_fabric_flogi_wait_rsp() 193 node_printf(node, "p2p winner, domain not attached\n"); in __ocs_fabric_flogi_wait_rsp() 197 node_printf(node, "p2p winner, domain already attached\n"); in __ocs_fabric_flogi_wait_rsp() 236 node_printf(node, "FLOGI failed, peer p2p winner, shutdown node\n"); in __ocs_fabric_flogi_wait_rsp() 242 node_printf(node, "FLOGI failed evt=%s, shutting down sport [%s]\n", ocs_sm_event_name(evt), in __ocs_fabric_flogi_wait_rsp() 562 node_printf(node, "Node attach failed\n"); in __ocs_ns_wait_node_attach() 568 node_printf(node, "Shutdown event received\n"); in __ocs_ns_wait_node_attach() 620 node_printf(node, "Attach evt=%s, proceed to shutdown\n", ocs_sm_event_name(evt)); in __ocs_fabric_wait_attach_evt_shutdown() 626 node_printf(node, "Attach evt=%s, proceed to shutdown\n", ocs_sm_event_name(evt)); in __ocs_fabric_wait_attach_evt_shutdown() 632 node_printf(node, "Shutdown event received\n"); in __ocs_fabric_wait_attach_evt_shutdown() [all …]
|
| D | ocs_node.c | 159 node_printf(n, "rpi[%d] deferred HLM node attach %s posted\n", in ocs_remote_node_cb() 485 node_printf(node, "Free'd\n"); in ocs_node_free() 794 node_printf(node, "Shutdown reason: implicit logout, re-authenticate\n"); in __ocs_node_shutdown() 822 node_printf(node, "Shutdown: explicit logo pend=%d sport.ini=%d node.tgt=%d\n", in __ocs_node_shutdown() 857 node_printf(node, "Shutdown reason: default, purge pending\n"); in __ocs_node_shutdown() 897 node_printf(node, "HW node not attached\n"); in ocs_node_check_els_quiesced() 901 node_printf(node, "HW node still attached\n"); in ocs_node_check_els_quiesced() 941 node_printf(node, "Freeing pending els %s\n", els->display_name); in ocs_node_initiate_cleanup() 958 node_printf(node, "invalidating ls_acc_io due to implicit logo\n"); in ocs_node_initiate_cleanup() 1009 node_printf(node, "All ELS IOs complete\n"); in __ocs_node_wait_els_shutdown() [all …]
|
| D | ocs_unsol.c | 734 node_printf(node, "Dropping frame hdr = %08x %08x %08x %08x %08x %08x\n", in ocs_node_dispatch_frame() 787 node_printf(node, "TMF x%x rejected\n", task_management_flags); in ocs_dispatch_unsolicited_tmf() 1002 node_printf(node, "IO is not Auto Xfr Rdy assisted, dropping FCP_CMND\n"); in ocs_dispatch_fcp_cmd_auto_xfer_rdy()
|
| D | ocs_node.h | 49 #define node_printf(node, fmt, ...) ocs_log_debug(node->ocs, "[%s] " fmt, node->display_name, ##__V… macro
|
| D | ocs_sport.c | 536 node_printf(node, "Failed to send LOGO\n"); in __ocs_sport_common()
|