Home
last modified time | relevance | path

Searched defs:fsm_instance_t (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/s390/net/
Dfsm.h64 typedef struct fsm_instance_t { struct
65 fsm *f;
66 atomic_t state;
67 char name[16];
68 void *userdata;
69 int userint;
70 wait_queue_head_t wait_q;
72 int history_index;
73 int history_size;
74 fsm_history history[FSM_HISTORY_SIZE];