Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
Daic94xx_task.c423 dma_map_sg(&asd_ha->pcidev->dev, &task->smp_task.smp_resp, 1, in asd_build_smp_ascb()
437 scb->smp_task.smp_resp.bus_addr = in asd_build_smp_ascb()
438 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_resp)); in asd_build_smp_ascb()
439 scb->smp_task.smp_resp.size = in asd_build_smp_ascb()
440 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_resp)-4); in asd_build_smp_ascb()
458 dma_unmap_sg(&a->ha->pcidev->dev, &task->smp_task.smp_resp, 1, in asd_unbuild_smp_ascb()
Daic94xx_dev.c162 struct smp_resp *rps_resp = &dev->sata_dev.rps_resp; in asd_init_target_ddb()
Daic94xx_sas.h378 struct sg_el smp_resp; member
/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_expander.c77 task->smp_task.smp_resp = *resp; in smp_execute_task_sg()
200 struct smp_resp *resp = rsp; in sas_set_ex_phy()
381 dr = &((struct smp_resp *)disc_resp)->disc; in sas_ex_phy_discover_helper()
450 struct smp_resp *resp) in ex_assign_report_general()
469 struct smp_resp *rg_resp; in sas_ex_general()
704 struct smp_resp *rps_resp) in sas_get_report_phy_sata()
1676 int phy_id, struct smp_resp *disc_resp) in sas_get_phy_discover()
1705 struct smp_resp *disc_resp; in sas_get_phy_change_count()
1723 struct smp_resp *disc_resp; in sas_get_phy_attached_dev()
1779 struct smp_resp *rg_resp; in sas_get_ex_change_count()
Dsas_internal.h89 struct smp_resp *rps_resp);
/kernel/linux/linux-5.10/include/scsi/
Dsas.h463 struct smp_resp { struct
694 struct smp_resp { struct
Dlibsas.h148 struct smp_resp rps_resp ____cacheline_aligned; /* report_phy_sata_resp */
553 struct scatterlist smp_resp; member
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
Dmv_sas.c326 sg_resp = &task->smp_task.smp_resp; in mvs_task_prep_smp()
400 dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_resp, 1, in mvs_task_prep_smp()
887 dma_unmap_sg(mvi->dev, &task->smp_task.smp_resp, 1, in mvs_slot_task_free()
1780 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in mvs_slot_complete()
/kernel/linux/linux-5.10/drivers/scsi/isci/
Drequest.c1773 struct scatterlist *sg = &task->smp_task.smp_resp; in sci_io_request_frame_handler()
1785 void *smp_resp; in sci_io_request_frame_handler() local
1789 &smp_resp); in sci_io_request_frame_handler()
1795 sci_swab32_cpy(rsp + 4, smp_resp, word_cnt); in sci_io_request_frame_handler()
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
Dpm80xx_hwi.c3016 (&t->smp_task.smp_resp)))); in mpi_smp_completion()
4183 sg_resp = &task->smp_task.smp_resp; in pm80xx_chip_smp_req()
4227 (&task->smp_task.smp_resp)); in pm80xx_chip_smp_req()
4230 (&task->smp_task.smp_resp)-4); in pm80xx_chip_smp_req()
4239 (&task->smp_task.smp_resp)); in pm80xx_chip_smp_req()
4242 ((u32)sg_dma_len(&task->smp_task.smp_resp)-4); in pm80xx_chip_smp_req()
4271 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_resp, 1, in pm80xx_chip_smp_req()
Dpm8001_sas.c539 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_resp, 1, in pm8001_ccb_task_free()
Dpm8001_hwi.c4112 sg_resp = &task->smp_task.smp_resp; in pm8001_chip_smp_req()
4133 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_resp)); in pm8001_chip_smp_req()
4135 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_resp)-4); in pm8001_chip_smp_req()
4145 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_resp, 1, in pm8001_chip_smp_req()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c1281 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in slot_complete_v1_hw()
Dhisi_sas_v2_hw.c2427 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in slot_complete_v2_hw()
Dhisi_sas_v3_hw.c2265 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in slot_complete_v3_hw()