/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_task.c | 424 dma_map_sg(&asd_ha->pcidev->dev, &task->smp_task.smp_req, 1, in asd_build_smp_ascb() 435 scb->smp_task.smp_req.bus_addr = in asd_build_smp_ascb() 436 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in asd_build_smp_ascb() 437 scb->smp_task.smp_req.size = in asd_build_smp_ascb() 438 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in asd_build_smp_ascb() 459 dma_unmap_sg(&a->ha->pcidev->dev, &task->smp_task.smp_req, 1, in asd_unbuild_smp_ascb()
|
H A D | aic94xx_sas.h | 374 struct sg_el smp_req; member
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A 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()
|
H A D | aic94xx_sas.h | 374 struct sg_el smp_req; member
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A 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 in sci_io_request_construct_smp() [all...] |
H A D | sas.h | 194 * struct smp_req - This structure simply unionizes the existing request 199 struct smp_req { struct
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | request.c | 2913 struct scatterlist *sg = &task->smp_task.smp_req; in isci_request_io_request_complete() 2914 struct smp_req *smp_req; in isci_request_io_request_complete() local 2921 smp_req = kaddr + sg->offset; in isci_request_io_request_complete() 2922 sci_swab32_cpy(smp_req, smp_req, sg->length / sizeof(u32)); in isci_request_io_request_complete() 3180 struct scatterlist *sg = &task->smp_task.smp_req; in sci_io_request_construct_smp() 3184 struct smp_req *smp_req; in sci_io_request_construct_smp() local 3190 smp_req in sci_io_request_construct_smp() [all...] |
H A D | sas.h | 194 * struct smp_req - This structure simply unionizes the existing request 199 struct smp_req { struct
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm80xx_hwi.c | 4110 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd() 4134 struct scatterlist *sg_req, *sg_resp, *smp_req; in pm80xx_chip_smp_req() local 4136 struct smp_req smp_cmd; in pm80xx_chip_smp_req() 4146 sg_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req() 4176 smp_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req() 4177 to = kmap_atomic(sg_page(smp_req)); in pm80xx_chip_smp_req() 4178 payload = to + smp_req->offset; in pm80xx_chip_smp_req() 4190 (&task->smp_task.smp_req) + 4); in pm80xx_chip_smp_req() 4193 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req) in pm80xx_chip_smp_req() [all...] |
H A D | pm8001_hwi.h | 392 struct smp_req { struct 403 u8 smp_req[32]; member
|
H A D | pm8001_sas.c | 314 return PM8001_CHIP_DISP->smp_req(pm8001_ha, ccb); in pm8001_task_prep_smp() 546 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_req, 1, in pm8001_ccb_task_free()
|
H A D | pm80xx_hwi.h | 629 struct smp_req { struct 640 u8 smp_req[32]; member
|
H A D | pm8001_hwi.c | 3959 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd() 3980 struct smp_req smp_cmd; in pm8001_chip_smp_req() 3987 sg_req = &task->smp_task.smp_req; in pm8001_chip_smp_req() 4009 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm8001_chip_smp_req() 4011 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm8001_chip_smp_req() 4028 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1, in pm8001_chip_smp_req() 4822 .smp_req = pm8001_chip_smp_req,
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.h | 392 struct smp_req { struct 403 u8 smp_req[32]; member
|
H A D | pm80xx_hwi.c | 4142 struct smp_req *psmp_cmd, int mode, int length) in build_smp_cmd() 4168 struct smp_req smp_cmd; in pm80xx_chip_smp_req() 4179 sg_req = &task->smp_task.smp_req; in pm80xx_chip_smp_req() 4210 tmp_addr = cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm80xx_chip_smp_req() 4223 (&task->smp_task.smp_req) + 4); in pm80xx_chip_smp_req() 4226 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-8); in pm80xx_chip_smp_req() 4236 (&task->smp_task.smp_req)); in pm80xx_chip_smp_req() 4238 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm80xx_chip_smp_req() 4256 smp_cmd.smp_req[i] = *(preq_dma_addr+i); in pm80xx_chip_smp_req() 4259 i, smp_cmd.smp_req[ in pm80xx_chip_smp_req() [all...] |
H A D | pm80xx_hwi.h | 629 struct smp_req { struct 640 u8 smp_req[32]; member
|
H A D | pm8001_sas.c | 301 return PM8001_CHIP_DISP->smp_req(pm8001_ha, ccb); in pm8001_task_prep_smp() 541 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_req, 1, in pm8001_ccb_task_free()
|
H A D | pm8001_hwi.c | 4077 static void build_smp_cmd(u32 deviceID, __le32 hTag, struct smp_req *psmp_cmd) in build_smp_cmd() 4098 struct smp_req smp_cmd; in pm8001_chip_smp_req() 4106 sg_req = &task->smp_task.smp_req; in pm8001_chip_smp_req() 4129 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_req)); in pm8001_chip_smp_req() 4131 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_req)-4); in pm8001_chip_smp_req() 4148 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_req, 1, in pm8001_chip_smp_req() 5004 .smp_req = pm8001_chip_smp_req,
|
H A D | pm8001_sas.h | 189 int (*smp_req)(struct pm8001_hba_info *pm8001_ha, member
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libsas.h | 558 struct scatterlist smp_req; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libsas.h | 551 struct scatterlist smp_req; member
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 320 sg_req = &task->smp_task.smp_req; in mvs_task_prep_smp() 403 dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_req, 1, in mvs_task_prep_smp() 889 dma_unmap_sg(mvi->dev, &task->smp_task.smp_req, 1, in mvs_slot_task_free()
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | atioctl.h | 418 u8 smp_req[1020]; member
|