Home
last modified time | relevance | path

Searched refs:ocs_node_post_event (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_device.c132 ocs_node_post_event(node, in __ocs_d_initiate_shutdown()
145 ocs_node_post_event(node, in __ocs_d_initiate_shutdown()
158 ocs_node_post_event(node, in __ocs_d_initiate_shutdown()
167 ocs_node_post_event(node, in __ocs_d_initiate_shutdown()
658 ocs_node_post_event(node, OCS_EVT_SHUTDOWN_EXPLICIT_LOGO, NULL); in __ocs_d_wait_logo_rsp()
795 ocs_node_post_event(node, OCS_EVT_NODE_ATTACH_OK, NULL); in __ocs_d_init()
855 ocs_node_post_event(node, OCS_EVT_SHUTDOWN, NULL); in __ocs_d_init()
870 ocs_node_post_event(node, OCS_EVT_SHUTDOWN_EXPLICIT_LOGO, NULL); in __ocs_d_init()
888 ocs_node_post_event(node, OCS_EVT_SHUTDOWN_EXPLICIT_LOGO, NULL); in __ocs_d_init()
906 ocs_node_post_event(node, OCS_EVT_SHUTDOWN_EXPLICIT_LOGO, NULL); in __ocs_d_init()
[all …]
H A Docs_node.c158 ocs_node_post_event(n, sm_event, NULL); in ocs_remote_node_cb()
167 ocs_node_post_event(node, sm_event, NULL); in ocs_remote_node_cb()
547 ocs_node_post_event(ns, OCS_EVT_RSCN_RCVD, NULL); in ocs_node_free()
799 ocs_node_post_event(node, OCS_EVT_NODE_ATTACH_OK, NULL); in __ocs_node_shutdown()
1370 ocs_node_post_event(ocs_node_t *node, ocs_sm_event_t evt, void *arg) in ocs_node_post_event() function
1425 ocs_node_post_event(node, OCS_EVT_REENTER, data); in ocs_node_transition()
1427 ocs_node_post_event(node, OCS_EVT_EXIT, data); in ocs_node_transition()
1429 ocs_node_post_event(node, OCS_EVT_ENTER, data); in ocs_node_transition()
1932 ocs_node_post_event(node, OCS_EVT_RESUME, NULL); in ocs_mgmt_node_exec()
2057 ocs_node_post_event(node, OCS_EVT_RESUME, NULL); in ocs_node_resume()
[all …]
H A Docs_fabric.c137 ocs_node_post_event(tmp_node, OCS_EVT_SPORT_TOPOLOGY_NOTIFY, (void *)topology); in ocs_fabric_notify_topology()
195 ocs_node_post_event(node, OCS_EVT_DOMAIN_ATTACH_OK, NULL); in __ocs_fabric_flogi_wait_rsp()
505 ocs_node_post_event(node, OCS_EVT_NODE_ATTACH_OK, NULL); in __ocs_ns_plogi_wait_rsp()
1484 ocs_node_post_event(node, OCS_EVT_DOMAIN_ATTACH_OK, NULL); in __ocs_p2p_wait_flogi_acc_cmpl()
1557 ocs_node_post_event(node, OCS_EVT_NODE_ATTACH_OK, NULL); in __ocs_p2p_wait_plogi_rsp()
1665 ocs_node_post_event(node, OCS_EVT_NODE_ATTACH_OK, NULL); in __ocs_p2p_wait_plogi_rsp_recvd_prli()
1930 ocs_node_post_event(active_nodes[i], OCS_EVT_NODE_MISSING, NULL); in ocs_process_gidpt_payload()
1950 ocs_node_post_event(newnode, OCS_EVT_NODE_REFOUND, NULL); in ocs_process_gidpt_payload()
2044 ocs_node_post_event(ns, OCS_EVT_RSCN_RCVD, cbdata); in ocs_process_rscn()
H A Docs_node.h210 extern void ocs_node_post_event(ocs_node_t *node, ocs_sm_event_t evt, void *arg);
H A Docs_sport.c524 ocs_node_post_event(node, OCS_EVT_SHUTDOWN, NULL); in __ocs_sport_common()
533 ocs_node_post_event(node, OCS_EVT_SHUTDOWN_EXPLICIT_LOGO, NULL); in __ocs_sport_common()
540 ocs_node_post_event(node, OCS_EVT_SHUTDOWN, NULL); in __ocs_sport_common()
742 ocs_node_post_event(node, evt, NULL); in __ocs_sport_vport_allocated()
H A Docs_els.c327 ocs_node_post_event(node, OCS_EVT_ALL_CHILD_NODES_FREE, NULL); in _ocs_els_io_free()
573 ocs_node_post_event(node, OCS_EVT_SRRS_ELS_CMPL_OK, &cbdata); in ocs_els_acc_cb()
580 ocs_node_post_event(node, OCS_EVT_SRRS_ELS_CMPL_FAIL, &cbdata); in ocs_els_acc_cb()
2141 ocs_node_post_event(els->node, node_evt, arg); in ocs_els_io_cleanup()
H A Docs_scsi.c265 ocs_node_post_event(node, OCS_EVT_NODE_ACTIVE_IO_LIST_EMPTY, NULL); in _ocs_scsi_io_free()
2888 ocs_node_post_event(node, OCS_EVT_NODE_DEL_INI_COMPLETE, NULL); in ocs_scsi_del_initiator_complete()
2908 ocs_node_post_event(node, OCS_EVT_NODE_DEL_TGT_COMPLETE, NULL); in ocs_scsi_del_target_complete()
H A Docs_xport.c699 ocs_node_post_event(payload->node, payload->evt, payload->context); in ocs_xport_post_node_event_cb()
H A Docs_domain.c897 ocs_node_post_event(node, OCS_EVT_DOMAIN_ATTACH_OK, NULL); in __ocs_domain_wait_attach()