Lines Matching refs:evt

52 		    enum efc_sm_event evt, void *arg)  in __efc_fabric_common()  argument
58 switch (evt) { in __efc_fabric_common()
68 __efc_node_common(funcname, ctx, evt, arg); in __efc_fabric_common()
73 __efc_fabric_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, in __efc_fabric_init() argument
79 efc_node_evt_set(ctx, evt, __func__); in __efc_fabric_init()
83 switch (evt) { in __efc_fabric_init()
95 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_fabric_init()
132 enum efc_sm_event evt, void *arg) in __efc_fabric_flogi_wait_rsp() argument
137 efc_node_evt_set(ctx, evt, __func__); in __efc_fabric_flogi_wait_rsp()
141 switch (evt) { in __efc_fabric_flogi_wait_rsp()
143 if (efc_node_check_els_req(ctx, evt, arg, ELS_FLOGI, in __efc_fabric_flogi_wait_rsp()
218 if (efc_node_check_els_req(ctx, evt, arg, ELS_FLOGI, in __efc_fabric_flogi_wait_rsp()
224 efc_sm_event_name(evt), nport->display_name); in __efc_fabric_flogi_wait_rsp()
232 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_fabric_flogi_wait_rsp()
238 enum efc_sm_event evt, void *arg) in __efc_vport_fabric_init() argument
242 efc_node_evt_set(ctx, evt, __func__); in __efc_vport_fabric_init()
246 switch (evt) { in __efc_vport_fabric_init()
254 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_vport_fabric_init()
260 enum efc_sm_event evt, void *arg) in __efc_fabric_fdisc_wait_rsp() argument
265 efc_node_evt_set(ctx, evt, __func__); in __efc_fabric_fdisc_wait_rsp()
269 switch (evt) { in __efc_fabric_fdisc_wait_rsp()
272 if (efc_node_check_els_req(ctx, evt, arg, ELS_FDISC, in __efc_fabric_fdisc_wait_rsp()
288 if (efc_node_check_els_req(ctx, evt, arg, ELS_FDISC, in __efc_fabric_fdisc_wait_rsp()
301 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_fabric_fdisc_wait_rsp()
354 enum efc_sm_event evt, void *arg) in __efc_fabric_wait_domain_attach() argument
358 efc_node_evt_set(ctx, evt, __func__); in __efc_fabric_wait_domain_attach()
362 switch (evt) { in __efc_fabric_wait_domain_attach()
389 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_fabric_wait_domain_attach()
394 __efc_fabric_idle(struct efc_sm_ctx *ctx, enum efc_sm_event evt, in __efc_fabric_idle() argument
399 efc_node_evt_set(ctx, evt, __func__); in __efc_fabric_idle()
403 switch (evt) { in __efc_fabric_idle()
407 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_fabric_idle()
412 __efc_ns_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) in __efc_ns_init() argument
416 efc_node_evt_set(ctx, evt, __func__); in __efc_ns_init()
420 switch (evt) { in __efc_ns_init()
427 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_ns_init()
433 enum efc_sm_event evt, void *arg) in __efc_ns_plogi_wait_rsp() argument
438 efc_node_evt_set(ctx, evt, __func__); in __efc_ns_plogi_wait_rsp()
442 switch (evt) { in __efc_ns_plogi_wait_rsp()
447 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_ns_plogi_wait_rsp()
463 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_ns_plogi_wait_rsp()
469 enum efc_sm_event evt, void *arg) in __efc_ns_wait_node_attach() argument
473 efc_node_evt_set(ctx, evt, __func__); in __efc_ns_wait_node_attach()
477 switch (evt) { in __efc_ns_wait_node_attach()
517 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_ns_wait_node_attach()
523 enum efc_sm_event evt, void *arg) in __efc_fabric_wait_attach_evt_shutdown() argument
527 efc_node_evt_set(ctx, evt, __func__); in __efc_fabric_wait_attach_evt_shutdown()
531 switch (evt) { in __efc_fabric_wait_attach_evt_shutdown()
544 efc_sm_event_name(evt)); in __efc_fabric_wait_attach_evt_shutdown()
551 efc_sm_event_name(evt)); in __efc_fabric_wait_attach_evt_shutdown()
561 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_fabric_wait_attach_evt_shutdown()
567 enum efc_sm_event evt, void *arg) in __efc_ns_rftid_wait_rsp() argument
571 efc_node_evt_set(ctx, evt, __func__); in __efc_ns_rftid_wait_rsp()
575 switch (evt) { in __efc_ns_rftid_wait_rsp()
577 if (efc_node_check_ns_req(ctx, evt, arg, FC_NS_RFT_ID, in __efc_ns_rftid_wait_rsp()
596 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_ns_rftid_wait_rsp()
602 enum efc_sm_event evt, void *arg) in __efc_ns_rffid_wait_rsp() argument
606 efc_node_evt_set(ctx, evt, __func__); in __efc_ns_rffid_wait_rsp()
614 switch (evt) { in __efc_ns_rffid_wait_rsp()
616 if (efc_node_check_ns_req(ctx, evt, arg, FC_NS_RFF_ID, in __efc_ns_rffid_wait_rsp()
642 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_ns_rffid_wait_rsp()
788 enum efc_sm_event evt, void *arg) in __efc_ns_gidpt_wait_rsp() argument
793 efc_node_evt_set(ctx, evt, __func__); in __efc_ns_gidpt_wait_rsp()
801 switch (evt) { in __efc_ns_gidpt_wait_rsp()
803 if (efc_node_check_ns_req(ctx, evt, arg, FC_NS_GID_PT, in __efc_ns_gidpt_wait_rsp()
833 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_ns_gidpt_wait_rsp()
838 __efc_ns_idle(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) in __efc_ns_idle() argument
843 efc_node_evt_set(ctx, evt, __func__); in __efc_ns_idle()
852 switch (evt) { in __efc_ns_idle()
882 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_ns_idle()
898 enum efc_sm_event evt, void *arg) in __efc_ns_gidpt_delay() argument
903 efc_node_evt_set(ctx, evt, __func__); in __efc_ns_gidpt_delay()
907 switch (evt) { in __efc_ns_gidpt_delay()
943 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_ns_gidpt_delay()
949 enum efc_sm_event evt, void *arg) in __efc_fabctl_init() argument
955 switch (evt) { in __efc_fabctl_init()
967 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_fabctl_init()
973 enum efc_sm_event evt, void *arg) in __efc_fabctl_wait_scr_rsp() argument
977 efc_node_evt_set(ctx, evt, __func__); in __efc_fabctl_wait_scr_rsp()
985 switch (evt) { in __efc_fabctl_wait_scr_rsp()
987 if (efc_node_check_els_req(ctx, evt, arg, ELS_SCR, in __efc_fabctl_wait_scr_rsp()
997 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_fabctl_wait_scr_rsp()
1018 enum efc_sm_event evt, void *arg) in __efc_fabctl_ready() argument
1023 efc_node_evt_set(ctx, evt, __func__); in __efc_fabctl_ready()
1033 switch (evt) { in __efc_fabctl_ready()
1049 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_fabctl_ready()
1055 enum efc_sm_event evt, void *arg) in __efc_fabctl_wait_ls_acc_cmpl() argument
1059 efc_node_evt_set(ctx, evt, __func__); in __efc_fabctl_wait_ls_acc_cmpl()
1063 switch (evt) { in __efc_fabctl_wait_ls_acc_cmpl()
1079 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_fabctl_wait_ls_acc_cmpl()
1119 enum efc_sm_event evt, void *arg) in __efc_p2p_wait_domain_attach() argument
1124 efc_node_evt_set(ctx, evt, __func__); in __efc_p2p_wait_domain_attach()
1128 switch (evt) { in __efc_p2p_wait_domain_attach()
1202 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_p2p_wait_domain_attach()
1208 enum efc_sm_event evt, void *arg) in __efc_p2p_rnode_init() argument
1213 efc_node_evt_set(ctx, evt, __func__); in __efc_p2p_rnode_init()
1217 switch (evt) { in __efc_p2p_rnode_init()
1231 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_p2p_rnode_init()
1237 enum efc_sm_event evt, void *arg) in __efc_p2p_wait_flogi_acc_cmpl() argument
1242 efc_node_evt_set(ctx, evt, __func__); in __efc_p2p_wait_flogi_acc_cmpl()
1246 switch (evt) { in __efc_p2p_wait_flogi_acc_cmpl()
1307 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_p2p_wait_flogi_acc_cmpl()
1313 enum efc_sm_event evt, void *arg) in __efc_p2p_wait_plogi_rsp() argument
1318 efc_node_evt_set(ctx, evt, __func__); in __efc_p2p_wait_plogi_rsp()
1322 switch (evt) { in __efc_p2p_wait_plogi_rsp()
1326 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_p2p_wait_plogi_rsp()
1342 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_p2p_wait_plogi_rsp()
1364 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_p2p_wait_plogi_rsp()
1384 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_p2p_wait_plogi_rsp()
1390 enum efc_sm_event evt, void *arg) in __efc_p2p_wait_plogi_rsp_recvd_prli() argument
1395 efc_node_evt_set(ctx, evt, __func__); in __efc_p2p_wait_plogi_rsp_recvd_prli()
1399 switch (evt) { in __efc_p2p_wait_plogi_rsp_recvd_prli()
1423 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_p2p_wait_plogi_rsp_recvd_prli()
1441 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_p2p_wait_plogi_rsp_recvd_prli()
1452 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_p2p_wait_plogi_rsp_recvd_prli()
1458 enum efc_sm_event evt, void *arg) in __efc_p2p_wait_node_attach() argument
1463 efc_node_evt_set(ctx, evt, __func__); in __efc_p2p_wait_node_attach()
1467 switch (evt) { in __efc_p2p_wait_node_attach()
1506 node_printf(node, "%s received\n", efc_sm_event_name(evt)); in __efc_p2p_wait_node_attach()
1514 efc_sm_event_name(evt)); in __efc_p2p_wait_node_attach()
1522 __efc_fabric_common(__func__, ctx, evt, arg); in __efc_p2p_wait_node_attach()