Home
last modified time | relevance | path

Searched refs:mdd (Results 1 – 2 of 2) sorted by relevance

/drivers/s390/char/
Dsclp_ftp.c57 diag->mdd.ftp.pcx != SCLP_DIAG_FTP_XPCX || in sclp_ftp_rxcb()
71 sclp_ftp_ldflg = diag->mdd.ftp.ldflg; in sclp_ftp_rxcb()
72 sclp_ftp_fsize = diag->mdd.ftp.fsize; in sclp_ftp_rxcb()
73 sclp_ftp_length = diag->mdd.ftp.length; in sclp_ftp_rxcb()
105 sccb->evbuf.mdd.ftp.pcx = SCLP_DIAG_FTP_XPCX; in sclp_ftp_et7()
106 sccb->evbuf.mdd.ftp.srcflg = 0; in sclp_ftp_et7()
107 sccb->evbuf.mdd.ftp.pgsize = 0; in sclp_ftp_et7()
108 sccb->evbuf.mdd.ftp.asce = _ASCE_REAL_SPACE; in sclp_ftp_et7()
109 sccb->evbuf.mdd.ftp.ldflg = SCLP_DIAG_FTP_LDFAIL; in sclp_ftp_et7()
110 sccb->evbuf.mdd.ftp.fsize = 0; in sclp_ftp_et7()
[all …]
Dsclp_diag.h27 (offsetof(struct sclp_diag_evbuf, mdd) + \
75 } mdd; member