Lines Matching refs:fsm_state

280 	common->fsm_state = FSM_CARD_NOT_READY;  in rsi_set_default_parameters()
406 if (common->fsm_state == FSM_MAC_INIT_DONE) { in rsi_load_radio_caps()
1949 if (common->fsm_state == FSM_BOOT_PARAMS_SENT) { in rsi_handle_ta_confirm_type()
1957 common->fsm_state = FSM_RESET_MAC_SENT; in rsi_handle_ta_confirm_type()
1965 common->fsm_state = FSM_CARD_NOT_READY; in rsi_handle_ta_confirm_type()
1968 common->fsm_state = FSM_EEPROM_READ_MAC_ADDR; in rsi_handle_ta_confirm_type()
1973 __func__, common->fsm_state); in rsi_handle_ta_confirm_type()
1989 common->fsm_state = FSM_CARD_NOT_READY; in rsi_handle_ta_confirm_type()
1992 if (common->fsm_state == FSM_EEPROM_READ_MAC_ADDR) { in rsi_handle_ta_confirm_type()
2003 common->fsm_state = FSM_CARD_NOT_READY; in rsi_handle_ta_confirm_type()
2006 common->fsm_state = FSM_EEPROM_READ_RF_TYPE; in rsi_handle_ta_confirm_type()
2007 } else if (common->fsm_state == FSM_EEPROM_READ_RF_TYPE) { in rsi_handle_ta_confirm_type()
2020 common->fsm_state = FSM_RESET_MAC_SENT; in rsi_handle_ta_confirm_type()
2029 if (common->fsm_state == FSM_RESET_MAC_SENT) { in rsi_handle_ta_confirm_type()
2036 common->fsm_state = FSM_RADIO_CAPS_SENT; in rsi_handle_ta_confirm_type()
2040 __func__, common->fsm_state); in rsi_handle_ta_confirm_type()
2046 if (common->fsm_state == FSM_RADIO_CAPS_SENT) { in rsi_handle_ta_confirm_type()
2057 common->fsm_state = FSM_BB_RF_PROG_SENT; in rsi_handle_ta_confirm_type()
2064 __func__, common->fsm_state); in rsi_handle_ta_confirm_type()
2073 if (common->fsm_state == FSM_BB_RF_PROG_SENT) { in rsi_handle_ta_confirm_type()
2076 common->fsm_state = FSM_MAC_INIT_DONE; in rsi_handle_ta_confirm_type()
2089 __func__, common->fsm_state); in rsi_handle_ta_confirm_type()
2131 switch (common->fsm_state) { in rsi_handle_card_ready()
2137 common->fsm_state = FSM_COMMON_DEV_PARAMS_SENT; in rsi_handle_card_ready()
2147 common->fsm_state = FSM_CARD_NOT_READY; in rsi_handle_card_ready()
2163 common->fsm_state = FSM_CARD_NOT_READY; in rsi_handle_card_ready()
2166 common->fsm_state = FSM_BOOT_PARAMS_SENT; in rsi_handle_card_ready()
2171 __func__, common->fsm_state); in rsi_handle_card_ready()
2220 if (common->fsm_state != FSM_MAC_INIT_DONE) in rsi_mgmt_pkt_recv()