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