Searched refs:ocs_node_post_event (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_device.c | 134 ocs_node_post_event(node, in __ocs_d_initiate_shutdown() 147 ocs_node_post_event(node, in __ocs_d_initiate_shutdown() 160 ocs_node_post_event(node, in __ocs_d_initiate_shutdown() 169 ocs_node_post_event(node, in __ocs_d_initiate_shutdown() 867 ocs_node_post_event(node, OCS_EVT_SHUTDOWN, NULL); in __ocs_d_init() 985 ocs_node_post_event(node, OCS_EVT_NODE_ATTACH_OK, NULL); in __ocs_d_wait_plogi_rsp() 1038 ocs_node_post_event(node, OCS_EVT_NODE_ATTACH_OK, NULL); in __ocs_d_wait_plogi_rsp() 1049 ocs_node_post_event(node, OCS_EVT_SHUTDOWN, NULL); in __ocs_d_wait_plogi_rsp() 1148 ocs_node_post_event(node, OCS_EVT_SHUTDOWN, NULL); in __ocs_d_wait_plogi_rsp_recvd_prli() 1505 ocs_node_post_event(node, OCS_EVT_SHUTDOWN, NULL); in __ocs_d_port_logged_in() [all …]
|
| H A D | ocs_node.c | 161 ocs_node_post_event(n, sm_event, NULL); in ocs_remote_node_cb() 170 ocs_node_post_event(node, sm_event, NULL); in ocs_remote_node_cb() 551 ocs_node_post_event(ns, OCS_EVT_RSCN_RCVD, NULL); in ocs_node_free() 1434 ocs_node_post_event(node, OCS_EVT_REENTER, data); in ocs_node_transition() 1436 ocs_node_post_event(node, OCS_EVT_EXIT, data); in ocs_node_transition() 1438 ocs_node_post_event(node, OCS_EVT_ENTER, data); in ocs_node_transition() 1945 ocs_node_post_event(node, OCS_EVT_RESUME, NULL); in ocs_mgmt_node_exec() 2073 ocs_node_post_event(node, OCS_EVT_RESUME, NULL); in ocs_node_resume() 2157 ocs_node_post_event(node, evt, &cbdata); in ocs_node_recv_els_frame() 2231 ocs_node_post_event(node, OCS_EVT_ABTS_RCVD, &cbdata); in ocs_node_recv_abts_frame() [all …]
|
| H A D | ocs_fabric.c | 139 ocs_node_post_event(tmp_node, OCS_EVT_SPORT_TOPOLOGY_NOTIFY, (void *)topology); in ocs_fabric_notify_topology() 198 ocs_node_post_event(node, OCS_EVT_DOMAIN_ATTACH_OK, NULL); in __ocs_fabric_flogi_wait_rsp() 501 ocs_node_post_event(node, OCS_EVT_NODE_ATTACH_OK, NULL); in __ocs_ns_plogi_wait_rsp() 1481 ocs_node_post_event(node, OCS_EVT_DOMAIN_ATTACH_OK, NULL); in __ocs_p2p_wait_flogi_acc_cmpl() 1555 ocs_node_post_event(node, OCS_EVT_NODE_ATTACH_OK, NULL); in __ocs_p2p_wait_plogi_rsp() 1663 ocs_node_post_event(node, OCS_EVT_NODE_ATTACH_OK, NULL); in __ocs_p2p_wait_plogi_rsp_recvd_prli() 1928 ocs_node_post_event(active_nodes[i], OCS_EVT_NODE_MISSING, NULL); in ocs_process_gidpt_payload() 1948 ocs_node_post_event(newnode, OCS_EVT_NODE_REFOUND, NULL); in ocs_process_gidpt_payload() 2042 ocs_node_post_event(ns, OCS_EVT_RSCN_RCVD, cbdata); in ocs_process_rscn()
|
| H A D | ocs_sport.c | 528 ocs_node_post_event(node, OCS_EVT_SHUTDOWN, NULL); in __ocs_sport_common() 537 ocs_node_post_event(node, OCS_EVT_SHUTDOWN_EXPLICIT_LOGO, NULL); in __ocs_sport_common() 544 ocs_node_post_event(node, OCS_EVT_SHUTDOWN, NULL); in __ocs_sport_common() 747 ocs_node_post_event(node, evt, NULL); in __ocs_sport_vport_allocated()
|
| H A D | ocs_node.h | 213 extern void ocs_node_post_event(ocs_node_t *node, ocs_sm_event_t evt, void *arg);
|
| H A D | ocs_els.c | 330 ocs_node_post_event(node, OCS_EVT_ALL_CHILD_NODES_FREE, NULL); in _ocs_els_io_free() 578 ocs_node_post_event(node, OCS_EVT_SRRS_ELS_CMPL_OK, &cbdata); in ocs_els_acc_cb() 585 ocs_node_post_event(node, OCS_EVT_SRRS_ELS_CMPL_FAIL, &cbdata); in ocs_els_acc_cb() 2154 ocs_node_post_event(els->node, node_evt, arg); in ocs_els_io_cleanup()
|
| H A D | ocs_scsi.c | 270 ocs_node_post_event(node, OCS_EVT_NODE_ACTIVE_IO_LIST_EMPTY, NULL); in _ocs_scsi_io_free() 2895 ocs_node_post_event(node, OCS_EVT_NODE_DEL_INI_COMPLETE, NULL); in ocs_scsi_del_initiator_complete() 2916 ocs_node_post_event(node, OCS_EVT_NODE_DEL_TGT_COMPLETE, NULL); in ocs_scsi_del_target_complete()
|
| H A D | ocs_xport.c | 670 ocs_node_post_event(payload->node, payload->evt, payload->context); in ocs_xport_post_node_event_cb()
|
| H A D | ocs_domain.c | 904 ocs_node_post_event(node, OCS_EVT_DOMAIN_ATTACH_OK, NULL); in __ocs_domain_wait_attach()
|