Lines Matching refs:DISCONNECTED_SC
516 #define DISCONNECTED_SC (HOSTDATA(shpnt)->disconnected_SC) macro
882 SETPORT(SIMODE0, ENSELDO | (DISCONNECTED_SC ? ENSELDI : 0)); in setup_expected_interrupts()
892 SETPORT(SIMODE0, DISCONNECTED_SC ? ENSELDI : 0); in setup_expected_interrupts()
1061 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1093 append_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1145 free_hard_reset_SCs(shpnt, &DISCONNECTED_SC); in aha152x_bus_reset_host()
1392 append_SC(&DISCONNECTED_SC, CURRENT_SC); in busfree_run()
1486 SETPORT(SCSISEQ, ENSELO | ENAUTOATNO | (DISCONNECTED_SC ? ENRESELI : 0)); in busfree_run()
1491 SETPORT(SCSISEQ, DISCONNECTED_SC ? ENRESELI : 0); in busfree_run()
1593 if (!DISCONNECTED_SC) in seldi_run()
1665 CURRENT_SC = remove_lun_SC(&DISCONNECTED_SC, RECONN_TARGET, MSGI(0) & 0x3f); in msgi_run()
2248 ptr=DISCONNECTED_SC; in rsti_run()
2253 remove_SC(&DISCONNECTED_SC, ptr); in rsti_run()
2475 for (ptr = DISCONNECTED_SC; ptr; ptr = SCDATA(ptr) ? SCNEXT(ptr) : NULL) in show_queues()
2852 if (DISCONNECTED_SC) { in aha152x_show_info()
2854 for (ptr = DISCONNECTED_SC; ptr; ptr = SCNEXT(ptr)) in aha152x_show_info()