Lines Matching refs:current_state_id

154 	sm->current_state_id    = initial_state;
167 handler = sm->state_table[sm->current_state_id].exit_state;
171 sm->previous_state_id = sm->current_state_id;
172 sm->current_state_id = next_state;
174 handler = sm->state_table[sm->current_state_id].enter_state;
825 if (ihost->sm.current_state_id == SCIC_STARTING) {
840 state = iphy->sm.current_state_id;
865 u32 state = iphy->sm.current_state_id;
992 if (ihost->sm.current_state_id != SCIC_INITIALIZED) {
994 __func__, ihost->sm.current_state_id);
1158 if (ihost->sm.current_state_id != SCIC_READY) {
1160 __func__, ihost->sm.current_state_id);
1183 switch (ihost->sm.current_state_id) {
1196 __func__, ihost->sm.current_state_id);
1605 if (sm->current_state_id == SCIC_STARTING)
1607 else if (sm->current_state_id == SCIC_STOPPING) {
1848 if (current_phy->sm.current_state_id == SCI_PHY_READY &&
2139 if (ihost->sm.current_state_id != SCIC_RESET) {
2141 __func__, ihost->sm.current_state_id);
2382 switch (ihost->sm.current_state_id) {
2398 ihost->sm.current_state_id);
2405 switch (ihost->sm.current_state_id) {
2417 ihost->sm.current_state_id);
2427 (ihost->device_table[index]->sm.current_state_id == SCI_DEV_STOPPING))
2437 if (ihost->sm.current_state_id != SCIC_STOPPING) {
2442 ihost->sm.current_state_id);
2609 if (ihost->sm.current_state_id != SCIC_READY) {
2611 __func__, ihost->sm.current_state_id);
2634 if (ihost->sm.current_state_id != SCIC_READY) {
2636 __func__, ihost->sm.current_state_id);
2674 switch (ihost->sm.current_state_id) {
2687 __func__, ihost->sm.current_state_id);
2697 if (ihost->sm.current_state_id != SCIC_READY) {
2699 __func__, ihost->sm.current_state_id);
2723 if (ihost->sm.current_state_id != SCIC_READY) {