Lines Matching refs:smp_req
4110 struct smp_req *psmp_cmd, int mode, int length)
4134 struct scatterlist *sg_req, *sg_resp, *smp_req;
4136 struct smp_req smp_cmd;
4146 sg_req = &task->smp_task.smp_req;
4176 smp_req = &task->smp_task.smp_req;
4177 to = kmap_atomic(sg_page(smp_req));
4178 payload = to + smp_req->offset;
4190 (&task->smp_task.smp_req) + 4);
4193 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-8);
4203 (&task->smp_task.smp_req));
4205 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4);
4223 smp_cmd.smp_req[i] = *(payload + i);
4226 i, smp_cmd.smp_req[i],
4243 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1,
4924 .smp_req = pm80xx_chip_smp_req,