Searched defs:efc_sm_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/scsi/elx/libefc/ |
A D | efc_node.c | 802 void (*state)(struct efc_sm_ctx *, in efc_node_transition() 843 efc_node_check_els_req(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg, in efc_node_check_els_req() 852 efc_node_check_ns_req(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg, in efc_node_check_ns_req() 874 void (*state)(struct efc_sm_ctx *, in efc_node_pause()
|
A D | efc_sm.c | 33 void (*state)(struct efc_sm_ctx *, in efc_sm_transition()
|
A D | efclib.h | 64 struct efc_sm_ctx { struct 65 void (*current_state)(struct efc_sm_ctx *ctx, argument 68 const char *description; 69 void *app;
|
Completed in 7 milliseconds