Home
last modified time | relevance | path

Searched refs:FSM_HISTORY_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/s390/net/
H A Dfsm.c93 if (fi->history_size >= FSM_HISTORY_SIZE) in fsm_print_history()
100 idx %= FSM_HISTORY_SIZE; in fsm_print_history()
117 fi->history_index %= FSM_HISTORY_SIZE; in fsm_record_history()
118 if (fi->history_size < FSM_HISTORY_SIZE) in fsm_record_history()
H A Dfsm.h31 #define FSM_HISTORY_SIZE 40 macro
74 fsm_history history[FSM_HISTORY_SIZE];