Lines Matching refs:smp_req
3706 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd()
3732 struct smp_req smp_cmd; in pm80xx_chip_smp_req()
3743 sg_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req()
3775 tmp_addr = cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm80xx_chip_smp_req()
3789 (&task->smp_task.smp_req) + 4); in pm80xx_chip_smp_req()
3792 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-8); in pm80xx_chip_smp_req()
3802 (&task->smp_task.smp_req)); in pm80xx_chip_smp_req()
3804 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm80xx_chip_smp_req()
3823 smp_cmd.smp_req[i] = *(preq_dma_addr+i); in pm80xx_chip_smp_req()
3826 i, smp_cmd.smp_req[i], in pm80xx_chip_smp_req()
3843 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1, in pm80xx_chip_smp_req()
4537 .smp_req = pm80xx_chip_smp_req,