Searched refs:efc_node_post_event (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/elx/libefc/ |
H A D | efc_device.c | 37 efc_node_post_event(node, EFC_EVT_NODE_SESS_REG_FAIL, NULL); in efc_d_send_prli_rsp() 40 efc_node_post_event(node, EFC_EVT_NODE_SESS_REG_OK, NULL); in efc_d_send_prli_rsp() 229 efc_node_post_event(node, in __efc_d_initiate_shutdown() 245 efc_node_post_event(node, in __efc_d_initiate_shutdown() 259 efc_node_post_event(node, in __efc_d_initiate_shutdown() 268 efc_node_post_event(node, in __efc_d_initiate_shutdown() 440 efc_node_post_event(node, EFC_EVT_SHUTDOWN_EXPLICIT_LOGO, in __efc_d_wait_logo_rsp() 557 efc_node_post_event(node, EFC_EVT_NODE_ATTACH_FAIL, NULL); in __efc_d_init() 583 efc_node_post_event(node, EFC_EVT_SHUTDOWN, NULL); in __efc_d_init() 602 efc_node_post_event(node, in __efc_d_init() [all …]
|
H A D | efc_node.c | 18 efc_node_post_event(node, event, NULL); in efc_remote_node_cb() 174 efc_node_post_event(ns, EFC_EVT_RSCN_RCVD, NULL); in efc_node_free() 289 efc_node_post_event(node, EFC_EVT_NODE_ATTACH_FAIL, NULL); in efc_node_handle_implicit_logo() 769 efc_node_post_event(struct efc_node *node, in efc_node_post_event() function 808 efc_node_post_event(node, EFC_EVT_REENTER, data); in efc_node_transition() 810 efc_node_post_event(node, EFC_EVT_EXIT, data); in efc_node_transition() 812 efc_node_post_event(node, EFC_EVT_ENTER, data); in efc_node_transition() 962 efc_node_post_event(node, evt, &cbdata); in efc_node_recv_els_frame() 989 efc_node_post_event(node, EFC_EVT_FCP_CMD_RCVD, &cbdata); in efc_node_recv_fcp_cmd() 1048 efc_node_post_event(node, evt, NULL); in efc_scsi_sess_reg_complete() [all …]
|
H A D | efc_fabric.c | 118 efc_node_post_event(tmp_node, in efc_fabric_notify_topology() 191 efc_node_post_event(node, in __efc_fabric_flogi_wait_rsp() 458 efc_node_post_event(node, EFC_EVT_NODE_ATTACH_FAIL, in __efc_ns_plogi_wait_rsp() 738 efc_node_post_event(active_nodes[i], in efc_process_gidpt_payload() 776 efc_node_post_event(newnode, EFC_EVT_NODE_REFOUND, in efc_process_gidpt_payload() 893 efc_node_post_event(node, EFC_EVT_GIDPT_DELAY_EXPIRED, NULL); in gidpt_delay_timer_cb() 1011 efc_node_post_event(ns, EFC_EVT_RSCN_RCVD, cbdata); in efc_process_rscn() 1270 efc_node_post_event(node, in __efc_p2p_wait_flogi_acc_cmpl() 1337 efc_node_post_event(node, EFC_EVT_NODE_ATTACH_FAIL, in __efc_p2p_wait_plogi_rsp() 1434 efc_node_post_event(node, EFC_EVT_NODE_ATTACH_FAIL, in __efc_p2p_wait_plogi_rsp_recvd_prli()
|
H A D | efc_nport.c | 221 efc_node_post_event(node, EFC_EVT_SHUTDOWN, NULL); in efc_nport_shutdown() 232 efc_node_post_event(node, EFC_EVT_SHUTDOWN, NULL); in efc_nport_shutdown() 250 efc_node_post_event(node, EFC_EVT_SHUTDOWN_EXPLICIT_LOGO, NULL); in efc_nport_shutdown() 463 efc_node_post_event(node, evt, NULL); in __efc_nport_vport_allocated()
|
H A D | efc_node.h | 130 void efc_node_post_event(struct efc_node *node, enum efc_sm_event evt,
|
H A D | efc_domain.c | 582 efc_node_post_event(node, in __efc_domain_wait_attach()
|