Lines Matching refs:phase
53 enum fsc_phase phase; /* what we're currently trying to do */ member
96 if (state->phase == idle) in mac53c94_queue_lck()
152 if (state->phase != idle || state->current_req != NULL) in mac53c94_start()
177 state->phase = selecting; in mac53c94_start()
212 intr, stat, seq, state->phase); in mac53c94_interrupt()
225 intr, stat, seq, state->phase); in mac53c94_interrupt()
233 intr, stat, seq, state->phase); in mac53c94_interrupt()
247 switch (state->phase) { in mac53c94_interrupt()
278 state->phase = dataing; in mac53c94_interrupt()
283 state->phase = completing; in mac53c94_interrupt()
318 state->phase = completing; in mac53c94_interrupt()
330 state->phase = busfreeing; in mac53c94_interrupt()
340 printk(KERN_DEBUG "don't know about phase %d\n", state->phase); in mac53c94_interrupt()
354 state->phase = idle; in cmd_done()