Home
last modified time | relevance | path

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

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