Lines Matching refs:DISCONNECTED_SC
527 #define DISCONNECTED_SC (HOSTDATA(shpnt)->disconnected_SC) macro
891 SETPORT(SIMODE0, ENSELDO | (DISCONNECTED_SC ? ENSELDI : 0)); in setup_expected_interrupts()
901 SETPORT(SIMODE0, DISCONNECTED_SC ? ENSELDI : 0); in setup_expected_interrupts()
1071 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1103 append_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1151 free_hard_reset_SCs(shpnt, &DISCONNECTED_SC); in aha152x_bus_reset_host()
1407 append_SC(&DISCONNECTED_SC, CURRENT_SC); in busfree_run()
1501 SETPORT(SCSISEQ, ENSELO | ENAUTOATNO | (DISCONNECTED_SC ? ENRESELI : 0)); in busfree_run()
1506 SETPORT(SCSISEQ, DISCONNECTED_SC ? ENRESELI : 0); in busfree_run()
1608 if (!DISCONNECTED_SC) in seldi_run()
1680 CURRENT_SC = remove_lun_SC(&DISCONNECTED_SC, RECONN_TARGET, MSGI(0) & 0x3f); in msgi_run()
2260 ptr=DISCONNECTED_SC; in rsti_run()
2265 remove_SC(&DISCONNECTED_SC, ptr); in rsti_run()
2487 for (ptr = DISCONNECTED_SC; ptr; ptr = SCDATA(ptr) ? SCNEXT(ptr) : NULL) in show_queues()
2864 if (DISCONNECTED_SC) { in aha152x_show_info()
2866 for (ptr = DISCONNECTED_SC; ptr; ptr = SCNEXT(ptr)) in aha152x_show_info()