cpi_sccb
response = ((struct cpi_sccb *) req->sccb)->header.response_code;
struct cpi_sccb *sccb;
sccb = (struct cpi_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
sccb->header.length = sizeof(struct cpi_sccb);