Home
last modified time | relevance | path

Searched refs:drvsm (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_domain.c45 efc_sm_transition(&domain->drvsm, __efc_domain_init, in efc_domain_cb()
142 domain->drvsm.app = domain; in efc_domain_alloc()
760 efc_sm_transition(&domain->drvsm, __efc_domain_init, in __efc_domain_wait_shutdown()
762 efc_sm_post_event(&domain->drvsm, in __efc_domain_wait_shutdown()
829 (void)efc_sm_post_event(&domain->drvsm, EFC_EVT_DOMAIN_REQ_ATTACH, in __efc_domain_attach_internal()
846 rc = efc_sm_post_event(&domain->drvsm, event, arg); in efc_domain_post_event()
H A Defclib.h228 struct efc_sm_ctx drvsm; member