Searched refs:smp_resp (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 423 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()
|
D | aic94xx_dev.c | 162 struct smp_resp *rps_resp = &dev->sata_dev.rps_resp; in asd_init_target_ddb()
|
D | aic94xx_sas.h | 378 struct sg_el smp_resp; member
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
D | sas_expander.c | 77 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()
|
D | sas_internal.h | 89 struct smp_resp *rps_resp);
|
/kernel/linux/linux-5.10/include/scsi/ |
D | sas.h | 463 struct smp_resp { struct 694 struct smp_resp { struct
|
D | libsas.h | 148 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/ |
D | mv_sas.c | 326 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/ |
D | request.c | 1773 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/ |
D | pm80xx_hwi.c | 3016 (&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()
|
D | pm8001_sas.c | 539 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_resp, 1, in pm8001_ccb_task_free()
|
D | pm8001_hwi.c | 4112 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/ |
D | hisi_sas_v1_hw.c | 1281 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in slot_complete_v1_hw()
|
D | hisi_sas_v2_hw.c | 2427 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in slot_complete_v2_hw()
|
D | hisi_sas_v3_hw.c | 2265 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in slot_complete_v3_hw()
|