Home
last modified time | relevance | path

Searched refs:smp_resp (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/scsi/aic94xx/
H A Daic94xx_task.c420 dma_map_sg(&asd_ha->pcidev->dev, &task->smp_task.smp_resp, 1, in asd_build_smp_ascb()
434 scb->smp_task.smp_resp.bus_addr = in asd_build_smp_ascb()
435 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_resp)); in asd_build_smp_ascb()
436 scb->smp_task.smp_resp.size = in asd_build_smp_ascb()
437 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_resp)-4); in asd_build_smp_ascb()
455 dma_unmap_sg(&a->ha->pcidev->dev, &task->smp_task.smp_resp, 1, in asd_unbuild_smp_ascb()
H A Daic94xx_sas.h378 struct sg_el smp_resp; member
/linux/drivers/scsi/mvsas/
H A Dmv_sas.c327 sg_resp = &task->smp_task.smp_resp; in mvs_task_prep_smp()
401 dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_resp, 1, in mvs_task_prep_smp()
881 dma_unmap_sg(mvi->dev, &task->smp_task.smp_resp, 1, in mvs_slot_task_free()
1610 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in mvs_slot_complete()
/linux/include/scsi/
H A Dlibsas.h550 struct scatterlist smp_resp; member
/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c2889 struct scatterlist *sg_resp = &t->smp_task.smp_resp; in mpi_smp_completion()
4132 sg_resp = &task->smp_task.smp_resp; in pm80xx_chip_smp_req()
4176 (&task->smp_task.smp_resp)); in pm80xx_chip_smp_req()
4179 (&task->smp_task.smp_resp)-4); in pm80xx_chip_smp_req()
4188 (&task->smp_task.smp_resp)); in pm80xx_chip_smp_req()
4191 ((u32)sg_dma_len(&task->smp_task.smp_resp)-4); in pm80xx_chip_smp_req()
4220 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_resp, 1, in pm80xx_chip_smp_req()
H A Dpm8001_sas.c544 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_resp, 1, in pm8001_ccb_task_free()
H A Dpm8001_hwi.c3937 sg_resp = &task->smp_task.smp_resp; in pm8001_chip_smp_req()
3957 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_resp)); in pm8001_chip_smp_req()
3959 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_resp)-4); in pm8001_chip_smp_req()
3969 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_resp, 1, in pm8001_chip_smp_req()
/linux/drivers/scsi/isci/
H A Drequest.c1764 struct scatterlist *sg = &task->smp_task.smp_resp; in sci_io_request_frame_handler()
1776 void *smp_resp; in sci_io_request_frame_handler() local
1780 &smp_resp); in sci_io_request_frame_handler()
1786 sci_swab32_cpy(rsp + 4, smp_resp, word_cnt); in sci_io_request_frame_handler()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1279 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in slot_complete_v1_hw()
H A Dhisi_sas_v2_hw.c2435 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in slot_complete_v2_hw()
H A Dhisi_sas_v3_hw.c2380 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in slot_complete_v3_hw()
/linux/drivers/scsi/libsas/
H A Dsas_expander.c81 task->smp_task.smp_resp = *resp; in smp_execute_task_sg()