Lines Matching refs:smp_req
4140 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd()
4166 struct smp_req smp_cmd; in pm80xx_chip_smp_req()
4177 sg_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req()
4208 tmp_addr = cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm80xx_chip_smp_req()
4221 (&task->smp_task.smp_req) + 4); in pm80xx_chip_smp_req()
4224 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-8); in pm80xx_chip_smp_req()
4234 (&task->smp_task.smp_req)); in pm80xx_chip_smp_req()
4236 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm80xx_chip_smp_req()
4254 smp_cmd.smp_req[i] = *(preq_dma_addr+i); in pm80xx_chip_smp_req()
4257 i, smp_cmd.smp_req[i], in pm80xx_chip_smp_req()
4274 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1, in pm80xx_chip_smp_req()
4991 .smp_req = pm80xx_chip_smp_req,