Lines Matching refs:active
957 if ((host->semaph == 0) && (host->active == NULL)) { in initio_abort_srb()
973 if (tmp == host->active) { in initio_abort_srb()
998 if (tmp == host->active) { in initio_abort_srb()
1039 if ((scb = host->active) != NULL) { in initio_bad_seq()
1164 if (host->active) /* return to OS and wait for xfer_done_ISR/Selected_ISR */ in tulip_main()
1201 if ((scb = host->active) != NULL) in tulip_scsi()
1206 if (host->active != NULL) in tulip_scsi()
1282 next = host->active->next_state; in initio_next_state()
1326 struct scsi_ctrl_blk *scb = host->active; in initio_state_1()
1381 struct scsi_ctrl_blk *scb = host->active; in initio_state_2()
1410 struct scsi_ctrl_blk *scb = host->active; in initio_state_3()
1477 struct scsi_ctrl_blk *scb = host->active; in initio_state_4()
1541 struct scsi_ctrl_blk *scb = host->active; in initio_state_5()
1630 struct scsi_ctrl_blk *scb = host->active; in initio_state_6()
1705 struct scsi_ctrl_blk *scb = host->active; in initio_xfer_data_in()
1737 struct scsi_ctrl_blk *scb = host->active; in initio_xfer_data_out()
1761 struct scsi_ctrl_blk *scb = host->active; in initio_xpad_in()
1785 struct scsi_ctrl_blk *scb = host->active; in initio_xpad_out()
1810 struct scsi_ctrl_blk *scb = host->active; in initio_status_msg()
1860 struct scsi_ctrl_blk *scb = host->active; in int_initio_busfree()
1872 host->active = NULL; in int_initio_busfree()
1910 host->active = NULL; in int_initio_scsi_rst()
1935 if ((scb = host->active) != NULL) { in int_initio_resel()
1939 host->active = NULL; in int_initio_resel()
1984 host->active = scb; in int_initio_resel()
1992 host->active = scb; in int_initio_resel()
2313 host->active = NULL; in initio_post_scsi_rst()
2339 host->active = scb; in initio_select_atn_stop()
2356 host->active = scb; in initio_select_atn()
2373 host->active = scb; in initio_select_atn3()
2386 struct scsi_ctrl_blk *scb = host->active; in initio_bus_device_reset()
2457 initio_unlink_busy_scb(host, host->active); in wait_tulip()
2458 host->active->hastat = 0; in wait_tulip()
2459 initio_append_done_scb(host, host->active); in wait_tulip()
2460 host->active = NULL; in wait_tulip()
2469 host->active = NULL; in wait_tulip()
2497 host->active = NULL; in initio_wait_disc()
2517 initio_unlink_busy_scb(host, host->active); in initio_wait_done_disc()
2519 initio_append_done_scb(host, host->active); in initio_wait_done_disc()
2520 host->active = NULL; in initio_wait_done_disc()