/Linux-v5.4/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 421 dma_map_sg(&asd_ha->pcidev->dev, &task->smp_task.smp_req, 1, in asd_build_smp_ascb() 432 scb->smp_task.smp_req.bus_addr = in asd_build_smp_ascb() 433 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in asd_build_smp_ascb() 434 scb->smp_task.smp_req.size = in asd_build_smp_ascb() 435 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in asd_build_smp_ascb() 456 dma_unmap_sg(&a->ha->pcidev->dev, &task->smp_task.smp_req, 1, in asd_unbuild_smp_ascb()
|
D | aic94xx_sas.h | 374 struct sg_el smp_req; member
|
/Linux-v5.4/drivers/scsi/isci/ |
D | request.c | 2920 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() 3188 struct scatterlist *sg = &task->smp_task.smp_req; in sci_io_request_construct_smp() 3192 struct smp_req *smp_req; in sci_io_request_construct_smp() local 3198 smp_req = kaddr + sg->offset; in sci_io_request_construct_smp() 3204 if (smp_req->req_len == 0) { in sci_io_request_construct_smp() 3205 switch (smp_req->func) { in sci_io_request_construct_smp() 3210 smp_req->req_len = 2; in sci_io_request_construct_smp() [all …]
|
D | sas.h | 199 struct smp_req { struct
|
/Linux-v5.4/drivers/scsi/pm8001/ |
D | pm8001_hwi.h | 392 struct smp_req { struct 403 u8 smp_req[32]; argument
|
D | pm80xx_hwi.c | 3867 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd() 3893 struct smp_req smp_cmd; in pm80xx_chip_smp_req() 3904 sg_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req() 3936 tmp_addr = cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm80xx_chip_smp_req() 3950 (&task->smp_task.smp_req) + 4); in pm80xx_chip_smp_req() 3953 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-8); in pm80xx_chip_smp_req() 3963 (&task->smp_task.smp_req)); in pm80xx_chip_smp_req() 3965 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm80xx_chip_smp_req() 3984 smp_cmd.smp_req[i] = *(preq_dma_addr+i); in pm80xx_chip_smp_req() 3987 i, smp_cmd.smp_req[i], in pm80xx_chip_smp_req() [all …]
|
D | pm80xx_hwi.h | 626 struct smp_req { struct 637 u8 smp_req[32]; argument
|
D | pm8001_sas.c | 297 return PM8001_CHIP_DISP->smp_req(pm8001_ha, ccb); in pm8001_task_prep_smp() 537 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_req, 1, in pm8001_ccb_task_free()
|
D | pm8001_hwi.c | 4226 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd() 4247 struct smp_req smp_cmd; in pm8001_chip_smp_req() 4255 sg_req = &task->smp_task.smp_req; in pm8001_chip_smp_req() 4278 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm8001_chip_smp_req() 4280 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm8001_chip_smp_req() 4297 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1, in pm8001_chip_smp_req() 5130 .smp_req = pm8001_chip_smp_req,
|
D | pm8001_sas.h | 204 int (*smp_req)(struct pm8001_hba_info *pm8001_ha, member
|
/Linux-v5.4/include/scsi/ |
D | libsas.h | 556 struct scatterlist smp_req; member
|
/Linux-v5.4/drivers/scsi/mvsas/ |
D | mv_sas.c | 322 sg_req = &task->smp_task.smp_req; in mvs_task_prep_smp() 405 dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_req, 1, in mvs_task_prep_smp() 891 dma_unmap_sg(mvi->dev, &task->smp_task.smp_req, 1, in mvs_slot_task_free()
|
/Linux-v5.4/drivers/scsi/esas2r/ |
D | atioctl.h | 418 u8 smp_req[1020]; member
|
/Linux-v5.4/drivers/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 924 sg_req = &task->smp_task.smp_req; in prep_smp_v1_hw() 1283 dma_unmap_sg(dev, &task->smp_task.smp_req, 1, in slot_complete_v1_hw()
|
D | hisi_sas_v2_hw.c | 1704 sg_req = &task->smp_task.smp_req; in prep_smp_v2_hw() 1706 req_len = sg_dma_len(&task->smp_task.smp_req); in prep_smp_v2_hw() 2426 dma_unmap_sg(dev, &task->smp_task.smp_req, 1, in slot_complete_v2_hw()
|
D | hisi_sas_main.c | 300 dma_unmap_sg(dev, &task->smp_task.smp_req, in hisi_sas_dma_unmap() 326 *n_elem_req = dma_map_sg(dev, &task->smp_task.smp_req, in hisi_sas_dma_map() 332 req_len = sg_dma_len(&task->smp_task.smp_req); in hisi_sas_dma_map()
|
D | hisi_sas_v3_hw.c | 1302 sg_req = &task->smp_task.smp_req; in prep_smp_v3_hw() 2239 dma_unmap_sg(dev, &task->smp_task.smp_req, 1, in slot_complete_v3_hw()
|
/Linux-v5.4/drivers/scsi/libsas/ |
D | sas_expander.c | 76 task->smp_task.smp_req = *req; in smp_execute_task_sg()
|