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()
1950 if (common->fsm_state == FSM_BOOT_PARAMS_SENT) { in rsi_handle_ta_confirm_type()
1958 common->fsm_state = FSM_RESET_MAC_SENT; in rsi_handle_ta_confirm_type()
1966 common->fsm_state = FSM_CARD_NOT_READY; in rsi_handle_ta_confirm_type()
1969 common->fsm_state = FSM_EEPROM_READ_MAC_ADDR; in rsi_handle_ta_confirm_type()
1974 __func__, common->fsm_state); in rsi_handle_ta_confirm_type()
1990 common->fsm_state = FSM_CARD_NOT_READY; in rsi_handle_ta_confirm_type()
1993 if (common->fsm_state == FSM_EEPROM_READ_MAC_ADDR) { in rsi_handle_ta_confirm_type()
2004 common->fsm_state = FSM_CARD_NOT_READY; in rsi_handle_ta_confirm_type()
2007 common->fsm_state = FSM_EEPROM_READ_RF_TYPE; in rsi_handle_ta_confirm_type()
2008 } else if (common->fsm_state == FSM_EEPROM_READ_RF_TYPE) { in rsi_handle_ta_confirm_type()
2021 common->fsm_state = FSM_RESET_MAC_SENT; in rsi_handle_ta_confirm_type()
2030 if (common->fsm_state == FSM_RESET_MAC_SENT) { in rsi_handle_ta_confirm_type()
2037 common->fsm_state = FSM_RADIO_CAPS_SENT; in rsi_handle_ta_confirm_type()
2041 __func__, common->fsm_state); in rsi_handle_ta_confirm_type()
2047 if (common->fsm_state == FSM_RADIO_CAPS_SENT) { in rsi_handle_ta_confirm_type()
2058 common->fsm_state = FSM_BB_RF_PROG_SENT; in rsi_handle_ta_confirm_type()
2065 __func__, common->fsm_state); in rsi_handle_ta_confirm_type()
2074 if (common->fsm_state == FSM_BB_RF_PROG_SENT) { in rsi_handle_ta_confirm_type()
2077 common->fsm_state = FSM_MAC_INIT_DONE; in rsi_handle_ta_confirm_type()
2090 __func__, common->fsm_state); in rsi_handle_ta_confirm_type()
2132 switch (common->fsm_state) { in rsi_handle_card_ready()
2138 common->fsm_state = FSM_COMMON_DEV_PARAMS_SENT; in rsi_handle_card_ready()
2148 common->fsm_state = FSM_CARD_NOT_READY; in rsi_handle_card_ready()
2164 common->fsm_state = FSM_CARD_NOT_READY; in rsi_handle_card_ready()
2167 common->fsm_state = FSM_BOOT_PARAMS_SENT; in rsi_handle_card_ready()
2172 __func__, common->fsm_state); in rsi_handle_card_ready()
2221 if (common->fsm_state != FSM_MAC_INIT_DONE) in rsi_mgmt_pkt_recv()