Searched refs:finished_sccb (Results 1 – 1 of 1) sorted by relevance
652 u32 finished_sccb; in sclp_interrupt_handler() local657 finished_sccb = param32 & 0xfffffff8; in sclp_interrupt_handler()662 (struct sccb_header *)__va(finished_sccb), in sclp_interrupt_handler()663 !ok_response(finished_sccb, active_cmd)); in sclp_interrupt_handler()665 if (finished_sccb) { in sclp_interrupt_handler()668 req = __sclp_find_req(finished_sccb); in sclp_interrupt_handler()684 sclp_trace(0, "UNEX", finished_sccb, 0, true); in sclp_interrupt_handler()1099 u32 finished_sccb; in sclp_check_handler() local1102 finished_sccb = param32 & 0xfffffff8; in sclp_check_handler()1104 if (finished_sccb == 0) in sclp_check_handler()[all …]