Lines Matching refs:evt
762 __ocs_node_shutdown(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_node_shutdown() argument
769 switch(evt) { in __ocs_node_shutdown()
864 __ocs_node_common(__func__, ctx, evt, arg); in __ocs_node_shutdown()
991 __ocs_node_wait_els_shutdown(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_node_wait_els_shutdown() argument
998 switch(evt) { in __ocs_node_wait_els_shutdown()
1048 node_printf(node, "%s received\n", ocs_sm_event_name(evt)); in __ocs_node_wait_els_shutdown()
1052 __ocs_node_common(__func__, ctx, evt, arg); in __ocs_node_wait_els_shutdown()
1078 __ocs_node_wait_node_free(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_node_wait_node_free() argument
1084 switch(evt) { in __ocs_node_wait_node_free()
1115 node_printf(node, "%s received\n", ocs_sm_event_name(evt)); in __ocs_node_wait_node_free()
1118 __ocs_node_common(__func__, ctx, evt, arg); in __ocs_node_wait_node_free()
1140 __ocs_node_wait_ios_shutdown(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_node_wait_ios_shutdown() argument
1148 switch(evt) { in __ocs_node_wait_ios_shutdown()
1193 ocs_log_debug(ocs, "[%s] %-20s\n", node->display_name, ocs_sm_event_name(evt)); in __ocs_node_wait_ios_shutdown()
1199 __ocs_node_common(__func__, ctx, evt, arg); in __ocs_node_wait_ios_shutdown()
1221 __ocs_node_common(const char *funcname, ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_node_common() argument
1232 switch(evt) { in __ocs_node_common()
1300 node->display_name, funcname, ocs_sm_event_name(evt)); in __ocs_node_common()
1313 node->display_name, funcname, ocs_sm_event_name(evt)); in __ocs_node_common()
1321 node->display_name, funcname, ocs_sm_event_name(evt)); in __ocs_node_common()
1330 ocs_sm_event_name(evt)); in __ocs_node_common()
1370 ocs_node_post_event(ocs_node_t *node, ocs_sm_event_t evt, void *arg) in ocs_node_post_event() argument
1378 ocs_sm_post_event(&node->sm, evt, arg); in ocs_node_post_event()
1609 node_check_els_req(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg, uint8_t cmd, ocs_node_common_f… in node_check_els_req() argument
1635 node_common_func(funcname, ctx, evt, arg); in node_check_els_req()
1659 node_check_ns_req(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg, uint32_t cmd, ocs_node_common_f… in node_check_ns_req() argument
1685 node_common_func(funcname, ctx, evt, arg); in node_check_ns_req()
2009 __ocs_node_paused(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg) in __ocs_node_paused() argument
2015 switch(evt) { in __ocs_node_paused()
2036 __ocs_node_common(__func__, ctx, evt, arg); in __ocs_node_paused()
2084 ocs_sm_event_t evt; in ocs_node_recv_els_frame() member
2103 ocs_sm_event_t evt = OCS_EVT_ELS_RCVD; in ocs_node_recv_els_frame() local
2114 evt = els_cmd_list[i].evt; in ocs_node_recv_els_frame()
2120 switch(evt) { in ocs_node_recv_els_frame()
2141 ocs_node_post_event(node, evt, &cbdata); in ocs_node_recv_els_frame()
2250 ocs_sm_event_t evt = OCS_EVT_ELS_RCVD; in ocs_node_recv_ct_frame() local
2257 ocs_sm_event_t evt; in ocs_node_recv_ct_frame() member
2284 evt = ct_cmd_list[i].evt; in ocs_node_recv_ct_frame()
2299 ocs_node_post_event(node, evt, &cbdata); in ocs_node_recv_ct_frame()