Lines Matching refs:DISCONNECTED_SC
534 #define DISCONNECTED_SC (HOSTDATA(shpnt)->disconnected_SC) macro
903 SETPORT(SIMODE0, ENSELDO | (DISCONNECTED_SC ? ENSELDI : 0)); in setup_expected_interrupts()
913 SETPORT(SIMODE0, DISCONNECTED_SC ? ENSELDI : 0); in setup_expected_interrupts()
1087 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1119 append_SC(&DISCONNECTED_SC, SCpnt); in aha152x_device_reset()
1171 free_hard_reset_SCs(shpnt, &DISCONNECTED_SC); in aha152x_bus_reset_host()
1422 append_SC(&DISCONNECTED_SC, CURRENT_SC); in busfree_run()
1518 SETPORT(SCSISEQ, ENSELO | ENAUTOATNO | (DISCONNECTED_SC ? ENRESELI : 0)); in busfree_run()
1523 SETPORT(SCSISEQ, DISCONNECTED_SC ? ENRESELI : 0); in busfree_run()
1632 if (!DISCONNECTED_SC) in seldi_run()
1705 CURRENT_SC = remove_lun_SC(&DISCONNECTED_SC, RECONN_TARGET, MSGI(0) & 0x3f); in msgi_run()
2295 ptr=DISCONNECTED_SC; in rsti_run()
2300 remove_SC(&DISCONNECTED_SC, ptr); in rsti_run()
2524 for (ptr = DISCONNECTED_SC; ptr; ptr = SCDATA(ptr) ? SCNEXT(ptr) : NULL) in show_queues()
2903 if (DISCONNECTED_SC) { in aha152x_show_info()
2905 for (ptr = DISCONNECTED_SC; ptr; ptr = SCNEXT(ptr)) in aha152x_show_info()