Lines Matching refs:smp_req
3762 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd()
3788 struct smp_req smp_cmd; in pm80xx_chip_smp_req()
3799 sg_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req()
3831 tmp_addr = cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm80xx_chip_smp_req()
3845 (&task->smp_task.smp_req) + 4); in pm80xx_chip_smp_req()
3848 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-8); in pm80xx_chip_smp_req()
3858 (&task->smp_task.smp_req)); in pm80xx_chip_smp_req()
3860 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm80xx_chip_smp_req()
3879 smp_cmd.smp_req[i] = *(preq_dma_addr+i); in pm80xx_chip_smp_req()
3882 i, smp_cmd.smp_req[i], in pm80xx_chip_smp_req()
3899 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1, in pm80xx_chip_smp_req()
4625 .smp_req = pm80xx_chip_smp_req,