Lines Matching refs:sc_state

265 	sc->sc_state |= SUNSCPAL_DOINGDMA;  in sunscpal_dma_start()
270 __func__, sc->sc_state); in sunscpal_dma_start()
290 if (sc->sc_state & SUNSCPAL_ABORTING) in sunscpal_dma_poll()
326 if ((sc->sc_state & SUNSCPAL_DOINGDMA) == 0) { in sunscpal_dma_stop()
332 sc->sc_state &= ~SUNSCPAL_DOINGDMA; in sunscpal_dma_stop()
361 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_dma_stop()
366 if (sc->sc_state & SUNSCPAL_ABORTING) in sunscpal_dma_stop()
388 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_dma_stop()
512 sc->sc_state = SUNSCPAL_IDLE; in sunscpal_init()
562 SUNSCPAL_TRACE("intr: top, state=%d\n", sc->sc_state); in sunscpal_intr()
564 if (sc->sc_state == SUNSCPAL_IDLE) { in sunscpal_intr()
587 if (sc->sc_state & SUNSCPAL_WORKING) { in sunscpal_intr()
598 if (sc->sc_state == SUNSCPAL_IDLE) { in sunscpal_intr()
629 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_abort()
630 if ((sc->sc_state & SUNSCPAL_DOINGDMA) == 0) { in sunscpal_abort()
698 if (sc->sc_state == SUNSCPAL_IDLE) { in sunscpal_cmd_timeout()
753 if (sc->sc_state != SUNSCPAL_IDLE) { in sunscpal_scsipi_request()
794 if (sc->sc_state == SUNSCPAL_IDLE) { in sunscpal_scsipi_request()
845 if (sc->sc_state == SUNSCPAL_IDLE) in sunscpal_done()
869 if (sc->sc_state & SUNSCPAL_ABORTING) { in sunscpal_done()
915 if ((sc->sc_state & SUNSCPAL_WORKING) == 0) in sunscpal_done()
931 sc->sc_state = SUNSCPAL_IDLE; in sunscpal_done()
961 if (sc->sc_state != SUNSCPAL_IDLE) in sunscpal_sched()
1010 sc->sc_state = SUNSCPAL_WORKING; in sunscpal_sched()
1019 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_sched()
1079 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_sched()
1160 if (sc->sc_state == SUNSCPAL_IDLE) in sunscpal_sched()
1309 sc->sc_state &= ~SUNSCPAL_DROP_MSGIN; in sunscpal_msg_in()
1350 sc->sc_state |= SUNSCPAL_DROP_MSGIN; in sunscpal_msg_in()
1354 if ((sc->sc_state & SUNSCPAL_DROP_MSGIN) == 0) { in sunscpal_msg_in()
1357 sc->sc_state |= SUNSCPAL_DROP_MSGIN; in sunscpal_msg_in()
1469 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_msg_in()
1541 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_command()
1565 if (sc->sc_state & SUNSCPAL_ABORTING) { in sunscpal_data_xfer()
1632 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_data_xfer()
1673 if (sc->sc_state == SUNSCPAL_IDLE) in sunscpal_machine()
1688 if ((sc->sc_state & SUNSCPAL_DOINGDMA) != 0) { in sunscpal_machine()
1713 if (sc->sc_state & SUNSCPAL_ABORTING) { in sunscpal_machine()
1721 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_machine()
1762 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_machine()
1785 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_machine()
1795 if (sc->sc_state & SUNSCPAL_ABORTING) { in sunscpal_machine()
1822 sc->sc_state |= SUNSCPAL_ABORTING; in sunscpal_machine()
1877 sc->sc_state = SUNSCPAL_IDLE; in sunscpal_machine()
2032 db_printf("sc_state=0x%x\n", sc->sc_state); in sunscpal_show_state()
2201 if (sc->sc_state & SUNSCPAL_DOINGDMA) in sunscpal_dma_free()