Searched refs:smp_resp (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 441 pci_map_sg(asd_ha->pcidev, &task->smp_task.smp_resp, 1, in asd_build_smp_ascb() 455 scb->smp_task.smp_resp.bus_addr = in asd_build_smp_ascb() 456 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_resp)); in asd_build_smp_ascb() 457 scb->smp_task.smp_resp.size = in asd_build_smp_ascb() 458 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_resp)-4); in asd_build_smp_ascb() 476 pci_unmap_sg(a->ha->pcidev, &task->smp_task.smp_resp, 1, in asd_unbuild_smp_ascb()
|
D | aic94xx_dev.c | 179 struct smp_resp *rps_resp = &dev->sata_dev.rps_resp; in asd_init_target_ddb()
|
D | aic94xx_sas.h | 433 struct sg_el smp_resp; member
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_expander.c | 90 sg_init_one(&task->smp_task.smp_resp, resp, resp_size); in smp_execute_task() 203 struct smp_resp *resp = rsp; in sas_set_ex_phy() 383 dr = &((struct smp_resp *)disc_resp)->disc; in sas_ex_phy_discover_helper() 452 struct smp_resp *resp) in ex_assign_report_general() 471 struct smp_resp *rg_resp; in sas_ex_general() 698 struct smp_resp *rps_resp) in sas_get_report_phy_sata() 1679 int phy_id, struct smp_resp *disc_resp) in sas_get_phy_discover() 1708 struct smp_resp *disc_resp; in sas_get_phy_change_count() 1726 struct smp_resp *disc_resp; in sas_get_phy_attached_dev() 1781 struct smp_resp *rg_resp; in sas_get_ex_change_count()
|
D | sas_internal.h | 96 struct smp_resp *rps_resp);
|
/linux-4.4.14/include/scsi/ |
D | sas.h | 443 struct smp_resp { struct 637 struct smp_resp { struct
|
D | libsas.h | 168 struct smp_resp rps_resp; /* report_phy_sata_resp */ 579 struct scatterlist smp_resp; member
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.c | 344 sg_resp = &task->smp_task.smp_resp; in mvs_task_prep_smp() 418 dma_unmap_sg(mvi->dev, &tei->task->smp_task.smp_resp, 1, in mvs_task_prep_smp() 901 dma_unmap_sg(mvi->dev, &task->smp_task.smp_resp, 1, in mvs_slot_task_free() 1794 struct scatterlist *sg_resp = &task->smp_task.smp_resp; in mvs_slot_complete()
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm80xx_hwi.c | 2648 (&t->smp_task.smp_resp)))); in mpi_smp_completion() 3805 sg_resp = &task->smp_task.smp_resp; in pm80xx_chip_smp_req() 3851 (&task->smp_task.smp_resp)); in pm80xx_chip_smp_req() 3854 (&task->smp_task.smp_resp)-4); in pm80xx_chip_smp_req() 3863 (&task->smp_task.smp_resp)); in pm80xx_chip_smp_req() 3866 ((u32)sg_dma_len(&task->smp_task.smp_resp)-4); in pm80xx_chip_smp_req() 3896 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_resp, 1, in pm80xx_chip_smp_req()
|
D | pm8001_hwi.c | 4247 sg_resp = &task->smp_task.smp_resp; in pm8001_chip_smp_req() 4268 cpu_to_le64((u64)sg_dma_address(&task->smp_task.smp_resp)); in pm8001_chip_smp_req() 4270 cpu_to_le32((u32)sg_dma_len(&task->smp_task.smp_resp)-4); in pm8001_chip_smp_req() 4280 dma_unmap_sg(pm8001_ha->dev, &ccb->task->smp_task.smp_resp, 1, in pm8001_chip_smp_req()
|
D | pm8001_sas.c | 503 dma_unmap_sg(pm8001_ha->dev, &task->smp_task.smp_resp, 1, in pm8001_ccb_task_free()
|
/linux-4.4.14/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()
|