Home
last modified time | relevance | path

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

/linux-6.1.9/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()
91 memcpy(&sdias_evbuf, &sccb->evbuf, sizeof(sdias_evbuf)); in sdias_sclp_send()
118 sccb->evbuf.hdr.length = sizeof(struct sdias_evbuf); in sclp_sdias_blk_count()
141 switch (sdias_evbuf.event_status) { in sclp_sdias_blk_count()
143 rc = sdias_evbuf.blk_cnt; in sclp_sdias_blk_count()
146 pr_err("SCLP error: %x\n", sdias_evbuf.event_status); in sclp_sdias_blk_count()
178 sccb->evbuf.hdr.length = sizeof(struct sdias_evbuf); in sclp_sdias_copy()
208 switch (sdias_evbuf.event_status) { in sclp_sdias_copy()
[all …]
Dsclp_sdias.h22 struct sdias_evbuf { struct
44 struct sdias_evbuf evbuf; argument