Home
last modified time | relevance | path

Searched refs:asce (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/s390/char/
H A Dsclp_sd.c295 unsigned long page, asce = 0; in sclp_sd_store_data() local
318 asce = base_asce_alloc((unsigned long) data, dsize); in sclp_sd_store_data()
319 if (!asce) { in sclp_sd_store_data()
326 rc = sclp_sd_sync(page, SD_EQ_STORE_DATA, di, asce, (u64) data, &dsize, in sclp_sd_store_data()
335 asce = 0; in sclp_sd_store_data()
348 base_asce_free(asce); in sclp_sd_store_data()
H A Dsclp_diag.h59 u64 asce; member
H A Dsclp_ftp.c111 sccb->evbuf.mdd.ftp.asce = _ASCE_REAL_SPACE; in sclp_ftp_et7()