Home
last modified time | relevance | path

Searched refs:ocs_sm_post_event (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_sm.c57 ocs_sm_post_event(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *data) in ocs_sm_post_event() function
74 ocs_sm_post_event(ctx, OCS_EVT_REENTER, data); in ocs_sm_transition()
76 ocs_sm_post_event(ctx, OCS_EVT_EXIT, data); in ocs_sm_transition()
78 ocs_sm_post_event(ctx, OCS_EVT_ENTER, data); in ocs_sm_transition()
H A Docs_domain.c817 ocs_sm_post_event(&sport->sm, OCS_EVT_SHUTDOWN, NULL); in __ocs_domain_allocated()
974 ocs_sm_post_event(&sport->sm, OCS_EVT_SHUTDOWN, NULL); in __ocs_domain_ready()
1113 ocs_sm_post_event(&domain->drvsm, OCS_EVT_DOMAIN_FOUND, &drec); in __ocs_domain_wait_shutdown()
1163 ocs_sm_post_event(&sport->sm, OCS_EVT_SHUTDOWN, NULL); in __ocs_domain_wait_domain_lost()
1228 (void)ocs_sm_post_event(&domain->drvsm, OCS_EVT_DOMAIN_REQ_ATTACH, &s_id); in __ocs_domain_attach_internal()
1256 rc = ocs_sm_post_event(&domain->drvsm, event, arg); in ocs_domain_post_event()
H A Docs_sport.c87 ocs_sm_post_event(&sport->sm, OCS_EVT_SPORT_ALLOC_OK, NULL); in ocs_port_cb()
91 ocs_sm_post_event(&sport->sm, OCS_EVT_SPORT_ALLOC_FAIL, NULL); in ocs_port_cb()
95 ocs_sm_post_event(&sport->sm, OCS_EVT_SPORT_ATTACH_OK, NULL); in ocs_port_cb()
99 ocs_sm_post_event(&sport->sm, OCS_EVT_SPORT_ATTACH_FAIL, NULL); in ocs_port_cb()
103 ocs_sm_post_event(&sport->sm, OCS_EVT_SPORT_FREE_OK, NULL); in ocs_port_cb()
107 ocs_sm_post_event(&sport->sm, OCS_EVT_SPORT_FREE_FAIL, NULL); in ocs_port_cb()
1134 ocs_sm_post_event(&sport->sm, OCS_EVT_SHUTDOWN, NULL); in ocs_sport_vport_del()
H A Docs_sm.h190 extern int ocs_sm_post_event(ocs_sm_ctx_t *, ocs_sm_event_t, void *);
H A Docs_hw.c2556 ocs_sm_post_event(&sport->ctx, OCS_EVT_HW_PORT_REQ_ATTACH, buf); in ocs_hw_port_attach()
2757 ocs_sm_post_event(&sport->ctx, OCS_EVT_HW_PORT_REQ_FREE, NULL); in ocs_hw_port_free()
2867 ocs_sm_post_event(&domain->sm, OCS_EVT_HW_DOMAIN_REQ_ATTACH, buf); in ocs_hw_domain_attach()
2903 ocs_sm_post_event(&domain->sm, OCS_EVT_HW_DOMAIN_REQ_FREE, NULL); in ocs_hw_domain_free()
10088 ocs_sm_post_event(ctx, OCS_EVT_ERROR, NULL); in __ocs_hw_port_free_unreg_vpi()
10096 ocs_sm_post_event(ctx, OCS_EVT_ERROR, NULL); in __ocs_hw_port_free_unreg_vpi()
10103 ocs_sm_post_event(ctx, OCS_EVT_ERROR, NULL); in __ocs_hw_port_free_unreg_vpi()
10194 ocs_sm_post_event(ctx, OCS_EVT_ERROR, NULL); in __ocs_hw_port_attach_reg_vpi()
10200 ocs_sm_post_event(ctx, OCS_EVT_ERROR, NULL); in __ocs_hw_port_attach_reg_vpi()
10500 ocs_sm_post_event(&sport->ctx, evt, mqe); in __ocs_hw_port_cb()
[all …]
H A Docs_fabric.c241 ocs_sm_post_event(&sport->sm, OCS_EVT_SHUTDOWN, NULL); in __ocs_fabric_flogi_wait_rsp()
336 ocs_sm_post_event(&node->sport->sm, OCS_EVT_SHUTDOWN, NULL); in __ocs_fabric_fdisc_wait_rsp()
H A Docs_node.c530 ocs_sm_post_event(&sport->sm, OCS_EVT_ALL_CHILD_NODES_FREE, NULL); in ocs_node_free()
1378 ocs_sm_post_event(&node->sm, evt, arg); in ocs_node_post_event()
H A Docs_els.c118 ocs_sm_post_event(&els->els_sm, evt, data); in ocs_els_post_event()