Lines Matching refs:smp_req
2920 struct scatterlist *sg = &task->smp_task.smp_req;
2921 struct smp_req *smp_req;
2928 smp_req = kaddr + sg->offset;
2929 sci_swab32_cpy(smp_req, smp_req, sg->length / sizeof(u32));
3188 struct scatterlist *sg = &task->smp_task.smp_req;
3192 struct smp_req *smp_req;
3198 smp_req = kaddr + sg->offset;
3204 if (smp_req->req_len == 0) {
3205 switch (smp_req->func) {
3210 smp_req->req_len = 2;
3215 smp_req->req_len = 9;
3220 req_len = smp_req->req_len;
3221 sci_swab32_cpy(smp_req, smp_req, sg->length / sizeof(u32));
3222 cmd = *(u32 *) smp_req;