Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/char/
H A Dsclp_cpi_sys.c51 struct cpi_sccb { struct
82 struct cpi_sccb *sccb; in cpi_prepare_req()
88 sccb = (struct cpi_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA); in cpi_prepare_req()
95 sccb->header.length = sizeof(struct cpi_sccb); in cpi_prepare_req()
163 response = ((struct cpi_sccb *) req->sccb)->header.response_code; in cpi_req()