Lines Matching refs:smp_req
2913 struct scatterlist *sg = &task->smp_task.smp_req;
2914 struct smp_req *smp_req;
2921 smp_req = kaddr + sg->offset;
2922 sci_swab32_cpy(smp_req, smp_req, sg->length / sizeof(u32));
3180 struct scatterlist *sg = &task->smp_task.smp_req;
3184 struct smp_req *smp_req;
3190 smp_req = kaddr + sg->offset;
3196 if (smp_req->req_len == 0) {
3197 switch (smp_req->func) {
3202 smp_req->req_len = 2;
3207 smp_req->req_len = 9;
3212 req_len = smp_req->req_len;
3213 sci_swab32_cpy(smp_req, smp_req, sg->length / sizeof(u32));
3214 cmd = *(u32 *) smp_req;