Searched refs:finished_sccb (Results 1 – 1 of 1) sorted by relevance
659 u32 finished_sccb; in sclp_interrupt_handler() local664 finished_sccb = param32 & 0xfffffff8; in sclp_interrupt_handler()669 sclpint_to_sccb(finished_sccb), in sclp_interrupt_handler()670 !ok_response(finished_sccb, active_cmd)); in sclp_interrupt_handler()672 if (finished_sccb) { in sclp_interrupt_handler()675 req = __sclp_find_req(finished_sccb); in sclp_interrupt_handler()691 sclp_trace(0, "UNEX", finished_sccb, 0, true); in sclp_interrupt_handler()1106 u32 finished_sccb; in sclp_check_handler() local1109 finished_sccb = param32 & 0xfffffff8; in sclp_check_handler()1111 if (finished_sccb == 0) in sclp_check_handler()[all …]