Searched refs:efc_sm_post_event (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/scsi/elx/libefc/
H A Defc_sm.c14 * efc_sm_post_event() - Post an event to a context.
21 efc_sm_post_event(struct efc_sm_ctx *ctx, function
38 efc_sm_post_event(ctx, EFC_EVT_REENTER, data);
40 efc_sm_post_event(ctx, EFC_EVT_EXIT, data);
42 efc_sm_post_event(ctx, EFC_EVT_ENTER, data);
H A Defc_sm.h187 efc_sm_post_event(struct efc_sm_ctx *ctx,
H A Defc_domain.c524 efc_sm_post_event(&nport->sm,
653 efc_sm_post_event(&nport->sm,
762 efc_sm_post_event(&domain->drvsm,
800 efc_sm_post_event(&nport->sm,
829 (void)efc_sm_post_event(&domain->drvsm, EFC_EVT_DOMAIN_REQ_ATTACH,
846 rc = efc_sm_post_event(&domain->drvsm, event, arg);
H A Defc_nport.c40 efc_sm_post_event(&nport->sm, event, NULL);
710 efc_sm_post_event(&nport->sm, EFC_EVT_SHUTDOWN, NULL);
H A Defc_node.c163 efc_sm_post_event(&nport->sm, EFC_EVT_ALL_CHILD_NODES_FREE,
776 efc_sm_post_event(&node->sm, evt, arg);
H A Defc_fabric.c227 efc_sm_post_event(&nport->sm, EFC_EVT_SHUTDOWN, NULL);
296 efc_sm_post_event(&node->nport->sm, EFC_EVT_SHUTDOWN, NULL);
H A Defc_cmds.c311 efc_sm_post_event(&nport->sm, EFC_EVT_NPORT_FREE_OK, NULL);

Completed in 132 milliseconds