#include "efc.h"
#include "efc_device.h"
#include "efc_fabric.h"
void
efc_d_send_prli_rsp(struct efc_node *node, u16 ox_id)
{ … }
static void
__efc_d_common(const char *funcname, struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
static void
__efc_d_wait_del_node(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
static void
__efc_d_wait_del_ini_tgt(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_initiate_shutdown(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_wait_loop(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
efc_send_ls_acc_after_attach(struct efc_node *node,
struct fc_frame_header *hdr,
enum efc_node_send_ls_acc ls)
{ … }
void
efc_process_prli_payload(struct efc_node *node, void *prli)
{ … }
void
__efc_d_wait_plogi_acc_cmpl(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_wait_logo_rsp(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
efc_node_init_device(struct efc_node *node, bool send_plogi)
{ … }
static void
efc_d_check_plogi_topology(struct efc_node *node, u32 d_id)
{ … }
void
__efc_d_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_wait_plogi_rsp(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_wait_plogi_rsp_recvd_prli(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_wait_domain_attach(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_wait_topology_notify(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_wait_node_attach(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_wait_attach_evt_shutdown(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_port_logged_in(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_wait_logo_acc_cmpl(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_device_ready(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_device_gone(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }
void
__efc_d_wait_adisc_rsp(struct efc_sm_ctx *ctx,
enum efc_sm_event evt, void *arg)
{ … }