Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/char/
Dsclp_sdias.c33 static struct sdias_evbuf sdias_evbuf; variable
44 memcpy(&sdias_evbuf, evbuf, in sclp_sdias_receiver_fn()
45 min_t(unsigned long, sizeof(sdias_evbuf), evbuf->length)); in sclp_sdias_receiver_fn()
90 memcpy(&sdias_evbuf, &sccb.evbuf, sizeof(sdias_evbuf)); in sdias_sclp_send()
116 sccb.evbuf.hdr.length = sizeof(struct sdias_evbuf); in sclp_sdias_blk_count()
139 switch (sdias_evbuf.event_status) { in sclp_sdias_blk_count()
141 rc = sdias_evbuf.blk_cnt; in sclp_sdias_blk_count()
144 pr_err("SCLP error: %x\n", sdias_evbuf.event_status); in sclp_sdias_blk_count()
175 sccb.evbuf.hdr.length = sizeof(struct sdias_evbuf); in sclp_sdias_copy()
205 switch (sdias_evbuf.event_status) { in sclp_sdias_copy()
[all …]
Dsclp_sdias.h22 struct sdias_evbuf { struct
44 struct sdias_evbuf evbuf; argument
Dsclp_early.c196 sccb->evbuf.hdr.length = sizeof(struct sdias_evbuf); in sclp_early_hsa_size_init()