Searched refs:efc_sm_transition (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/scsi/elx/libefc/ |
H A D | efc_domain.c | 45 efc_sm_transition(&domain->drvsm, __efc_domain_init, in efc_domain_cb() 300 efc_sm_transition(ctx, __efc_domain_wait_alloc, arg); in __efc_domain_init() 348 efc_sm_transition(ctx, __efc_domain_wait_alloc, arg); in __efc_domain_init() 404 efc_sm_transition(ctx, __efc_domain_allocated, NULL); in __efc_domain_wait_alloc() 431 efc_sm_transition(ctx, __efc_domain_allocated, NULL); in __efc_domain_wait_alloc() 519 efc_sm_transition(ctx, __efc_domain_wait_nports_free, in __efc_domain_allocated() 529 efc_sm_transition(ctx, __efc_domain_wait_shutdown, in __efc_domain_allocated() 568 efc_sm_transition(ctx, __efc_domain_ready, NULL); in __efc_domain_wait_attach() 658 efc_sm_transition(ctx, __efc_domain_wait_shutdown, in __efc_domain_ready() 760 efc_sm_transition(&domain->drvsm, __efc_domain_init, in __efc_domain_wait_shutdown() [all …]
|
H A D | efc_nport.c | 285 efc_sm_transition(ctx, __efc_nport_attached, NULL); in __efc_nport_common() 297 efc_sm_transition(ctx, __efc_nport_wait_port_free, in __efc_nport_common() 307 efc_sm_transition(ctx, in __efc_nport_common() 332 efc_sm_transition(ctx, __efc_nport_attached, NULL); in __efc_nport_allocated() 364 efc_sm_transition(ctx, __efc_nport_vport_wait_alloc, NULL); in __efc_nport_vport_init() 429 efc_sm_transition(ctx, __efc_nport_vport_allocated, NULL); in __efc_nport_vport_wait_alloc() 464 efc_sm_transition(ctx, __efc_nport_attached, NULL); in __efc_nport_vport_allocated() 562 efc_sm_transition(ctx, __efc_nport_wait_port_free, NULL); in __efc_nport_wait_shutdown() 615 efc_sm_transition(&nport->sm, __efc_nport_vport_init, NULL); in efc_vport_nport_alloc()
|
H A D | efc_sm.c | 32 efc_sm_transition(struct efc_sm_ctx *ctx, in efc_sm_transition() function
|
H A D | efc_sm.h | 190 efc_sm_transition(struct efc_sm_ctx *ctx,
|