Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_task.c439 pci_map_sg(asd_ha->pcidev, &task->smp_task.smp_req, 1, in asd_build_smp_ascb()
450 scb->smp_task.smp_req.bus_addr = in asd_build_smp_ascb()
451 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in asd_build_smp_ascb()
452 scb->smp_task.smp_req.size = in asd_build_smp_ascb()
453 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in asd_build_smp_ascb()
474 pci_unmap_sg(a->ha->pcidev, &task->smp_task.smp_req, 1, in asd_unbuild_smp_ascb()
Daic94xx_sas.h429 struct sg_el smp_req; member
/linux-4.4.14/drivers/scsi/isci/
Drequest.c2920 struct scatterlist *sg = &task->smp_task.smp_req; in isci_request_io_request_complete()
2921 struct smp_req *smp_req; in isci_request_io_request_complete() local
2928 smp_req = kaddr + sg->offset; in isci_request_io_request_complete()
2929 sci_swab32_cpy(smp_req, smp_req, sg->length / sizeof(u32)); in isci_request_io_request_complete()
3185 struct scatterlist *sg = &task->smp_task.smp_req; in sci_io_request_construct_smp()
3189 struct smp_req *smp_req; in sci_io_request_construct_smp() local
3195 smp_req = kaddr + sg->offset; in sci_io_request_construct_smp()
3201 if (smp_req->req_len == 0) { in sci_io_request_construct_smp()
3202 switch (smp_req->func) { in sci_io_request_construct_smp()
3207 smp_req->req_len = 2; in sci_io_request_construct_smp()
[all …]
Dsas.h199 struct smp_req { struct
/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_hwi.h396 struct smp_req { struct
407 u8 smp_req[32]; argument
Dpm80xx_hwi.c3762 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()
[all …]
Dpm80xx_hwi.h526 struct smp_req { struct
537 u8 smp_req[32]; argument
Dpm8001_sas.c275 return PM8001_CHIP_DISP->smp_req(pm8001_ha, ccb); in pm8001_task_prep_smp()
505 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_req, 1, in pm8001_ccb_task_free()
Dpm8001_hwi.c4212 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd()
4233 struct smp_req smp_cmd; in pm8001_chip_smp_req()
4241 sg_req = &task->smp_task.smp_req; in pm8001_chip_smp_req()
4264 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm8001_chip_smp_req()
4266 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm8001_chip_smp_req()
4283 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1, in pm8001_chip_smp_req()
5115 .smp_req = pm8001_chip_smp_req,
Dpm8001_sas.h205 int (*smp_req)(struct pm8001_hba_info *pm8001_ha, member
/linux-4.4.14/include/scsi/
Dlibsas.h578 struct scatterlist smp_req; member
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.c338 sg_req = &task->smp_task.smp_req; in mvs_task_prep_smp()
421 dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_req, 1, in mvs_task_prep_smp()
903 dma_unmap_sg(mvi->dev, &task->smp_task.smp_req, 1, in mvs_slot_task_free()
/linux-4.4.14/drivers/scsi/esas2r/
Datioctl.h418 u8 smp_req[1020]; member
/linux-4.4.14/drivers/scsi/libsas/
Dsas_expander.c89 sg_init_one(&task->smp_task.smp_req, req, req_size); in smp_execute_task()