Searched refs:finished_sccb (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dsclp.c362 u32 finished_sccb; local
366 finished_sccb = S390_lowcore.ext_params & 0xfffffff8;
368 if (finished_sccb) {
371 req = __sclp_find_req(finished_sccb);
780 u32 finished_sccb; local
782 finished_sccb = S390_lowcore.ext_params & 0xfffffff8;
784 if (finished_sccb == 0)
786 if (finished_sccb != (u32) (addr_t) sclp_init_sccb) {
788 "for buffer at 0x%x\n", finished_sccb);

Completed in 84 milliseconds