Lines Matching refs:what_next
3400 int what_next = do_intr_end; in esp_handle() local
3440 what_next = do_reset_bus; in esp_handle()
3482 what_next = do_reset_bus; in esp_handle()
3489 what_next = esp_work_bus(esp, eregs); in esp_handle()
3491 what_next = esp_select_complete(esp, eregs); in esp_handle()
3495 what_next = do_intr_end; in esp_handle()
3500 what_next = do_reset_bus; in esp_handle()
3504 what_next = do_reset_complete; in esp_handle()
3508 what_next = do_reset_bus; in esp_handle()
3512 what_next = esp_do_reconnect(esp, eregs); in esp_handle()
3518 what_next = esp_select_complete(esp, eregs); in esp_handle()
3522 what_next = do_reset_bus; in esp_handle()
3528 while(what_next != do_intr_end) { in esp_handle()
3529 if (what_next >= do_phase_determine && in esp_handle()
3530 what_next < do_intr_end) in esp_handle()
3531 what_next = isvc_vector[what_next](esp, eregs); in esp_handle()
3536 what_next = do_reset_bus; in esp_handle()