/linux-6.12.1/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 418 dma_map_sg(&asd_ha->pcidev->dev, &task->smp_task.smp_req, 1, in asd_build_smp_ascb() 429 scb->smp_task.smp_req.bus_addr = in asd_build_smp_ascb() 430 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in asd_build_smp_ascb() 431 scb->smp_task.smp_req.size = in asd_build_smp_ascb() 432 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in asd_build_smp_ascb() 453 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-6.12.1/drivers/scsi/isci/ |
D | request.c | 2910 struct scatterlist *sg = &task->smp_task.smp_req; in isci_request_io_request_complete() 2911 struct smp_req *smp_req; in isci_request_io_request_complete() local 2918 smp_req = kaddr + sg->offset; in isci_request_io_request_complete() 2919 sci_swab32_cpy(smp_req, smp_req, sg->length / sizeof(u32)); in isci_request_io_request_complete() 3177 struct scatterlist *sg = &task->smp_task.smp_req; in sci_io_request_construct_smp() 3181 struct smp_req *smp_req; in sci_io_request_construct_smp() local 3187 smp_req = kaddr + sg->offset; in sci_io_request_construct_smp() 3193 if (smp_req->req_len == 0) { in sci_io_request_construct_smp() 3194 switch (smp_req->func) { in sci_io_request_construct_smp() 3199 smp_req->req_len = 2; in sci_io_request_construct_smp() [all …]
|
D | sas.h | 199 struct smp_req { struct
|
/linux-6.12.1/drivers/scsi/pm8001/ |
D | pm80xx_hwi.c | 4090 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd() 4114 struct scatterlist *sg_req, *sg_resp, *smp_req; in pm80xx_chip_smp_req() local 4116 struct smp_req smp_cmd; in pm80xx_chip_smp_req() 4126 sg_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req() 4156 smp_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req() 4157 to = kmap_atomic(sg_page(smp_req)); in pm80xx_chip_smp_req() 4158 payload = to + smp_req->offset; in pm80xx_chip_smp_req() 4170 (&task->smp_task.smp_req) + 4); in pm80xx_chip_smp_req() 4173 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-8); in pm80xx_chip_smp_req() 4183 (&task->smp_task.smp_req)); in pm80xx_chip_smp_req() [all …]
|
D | pm8001_hwi.h | 392 struct smp_req { struct 403 u8 smp_req[32]; argument
|
D | pm80xx_hwi.h | 629 struct smp_req { struct 640 u8 smp_req[32]; argument
|
D | pm8001_sas.c | 316 return PM8001_CHIP_DISP->smp_req(pm8001_ha, ccb); in pm8001_task_prep_smp() 548 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_req, 1, in pm8001_ccb_task_free()
|
D | pm8001_hwi.c | 3903 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() 4765 .smp_req = pm8001_chip_smp_req,
|
D | pm8001_sas.h | 186 int (*smp_req)(struct pm8001_hba_info *pm8001_ha, member
|
/linux-6.12.1/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 228 dma_unmap_sg(dev, &task->smp_task.smp_req, in hisi_sas_slot_task_free() 290 dma_unmap_sg(dev, &task->smp_task.smp_req, in hisi_sas_dma_unmap() 315 *n_elem = dma_map_sg(dev, &task->smp_task.smp_req, in hisi_sas_dma_map() 321 req_len = sg_dma_len(&task->smp_task.smp_req); in hisi_sas_dma_map()
|
D | hisi_sas_v2_hw.c | 1709 sg_req = &task->smp_task.smp_req; in prep_smp_v2_hw() 1711 req_len = sg_dma_len(&task->smp_task.smp_req); in prep_smp_v2_hw()
|
D | hisi_sas_v1_hw.c | 926 sg_req = &task->smp_task.smp_req; in prep_smp_v1_hw()
|
D | hisi_sas_v3_hw.c | 1392 sg_req = &task->smp_task.smp_req; in prep_smp_v3_hw()
|
/linux-6.12.1/include/scsi/ |
D | libsas.h | 549 struct scatterlist smp_req; member
|
/linux-6.12.1/drivers/scsi/mvsas/ |
D | mv_sas.c | 321 sg_req = &task->smp_task.smp_req; in mvs_task_prep_smp() 404 dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_req, 1, in mvs_task_prep_smp() 883 dma_unmap_sg(mvi->dev, &task->smp_task.smp_req, 1, in mvs_slot_task_free()
|
/linux-6.12.1/drivers/scsi/esas2r/ |
D | atioctl.h | 418 u8 smp_req[1020]; member
|
/linux-6.12.1/drivers/scsi/libsas/ |
D | sas_expander.c | 80 task->smp_task.smp_req = *req; in smp_execute_task_sg()
|