Home
last modified time | relevance | path

Searched refs:smp_req (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/scsi/isci/
H A Dsas.h199 struct smp_req { struct
/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c4151 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd()
4175 struct scatterlist *sg_req, *sg_resp, *smp_req; in pm80xx_chip_smp_req() local
4177 struct smp_req smp_cmd; in pm80xx_chip_smp_req()
4187 sg_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req()
4217 smp_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req()
4218 to = kmap_atomic(sg_page(smp_req)); in pm80xx_chip_smp_req()
4219 payload = to + smp_req->offset; in pm80xx_chip_smp_req()
4231 (&task->smp_task.smp_req) + 4); in pm80xx_chip_smp_req()
4234 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-8); in pm80xx_chip_smp_req()
4244 (&task->smp_task.smp_req)); in pm80xx_chip_smp_req()
[all …]
H A Dpm8001_sas.c383 return PM8001_CHIP_DISP->smp_req(pm8001_ha, ccb); in pm8001_task_prep_smp()
598 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_req, 1, in pm8001_ccb_task_free()
H A Dpm8001_hwi.c3903 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd()
3924 struct smp_req smp_cmd; in pm8001_chip_smp_req()
3931 sg_req = &task->smp_task.smp_req; in pm8001_chip_smp_req()
3953 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm8001_chip_smp_req()
3955 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm8001_chip_smp_req()
3972 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1, in pm8001_chip_smp_req()
4763 .smp_req = pm8001_chip_smp_req,
/linux/drivers/scsi/aic94xx/
H A Daic94xx_sas.h374 struct sg_el smp_req; member
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c260 dma_unmap_sg(dev, &task->smp_task.smp_req, in hisi_sas_slot_task_free()
322 dma_unmap_sg(dev, &task->smp_task.smp_req, in hisi_sas_dma_unmap()
347 *n_elem = dma_map_sg(dev, &task->smp_task.smp_req, in hisi_sas_dma_map()
353 req_len = sg_dma_len(&task->smp_task.smp_req); in hisi_sas_dma_map()
H A Dhisi_sas_v1_hw.c926 sg_req = &task->smp_task.smp_req; in prep_smp_v1_hw()
H A Dhisi_sas_v3_hw.c1446 sg_req = &task->smp_task.smp_req; in prep_smp_v3_hw()
/linux/drivers/scsi/mvsas/
H A Dmv_sas.c311 sg_req = &task->smp_task.smp_req; in mvs_task_prep_smp()
394 dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_req, 1, in mvs_task_prep_smp()
873 dma_unmap_sg(mvi->dev, &task->smp_task.smp_req, 1, in mvs_slot_task_free()
/linux/drivers/scsi/esas2r/
H A Datioctl.h418 u8 smp_req[1020]; member
/linux/drivers/scsi/libsas/
H A Dsas_expander.c80 task->smp_task.smp_req = *req; in smp_execute_task_sg()