Searched refs:efc_sm_transition (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/scsi/elx/libefc/ |
D | efc_domain.c | 45 efc_sm_transition(&domain->drvsm, __efc_domain_init, in efc_domain_cb() 268 efc_sm_transition(&nport->sm, __efc_nport_allocated, NULL); in __efc_domain_init() 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() 450 efc_sm_transition(ctx, __efc_domain_wait_domain_lost, NULL); in __efc_domain_wait_alloc() 497 efc_sm_transition(ctx, __efc_domain_wait_attach, NULL); in __efc_domain_allocated() 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() [all …]
|
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()
|
D | efc_sm.c | 32 efc_sm_transition(struct efc_sm_ctx *ctx, in efc_sm_transition() function
|
D | efc_sm.h | 190 efc_sm_transition(struct efc_sm_ctx *ctx,
|