tc_dma           2270 drivers/scsi/isci/host.c 	ihost->task_context_table = dmam_alloc_coherent(dev, size, &ihost->tc_dma,
tc_dma           2311 drivers/scsi/isci/host.c 	writel(lower_32_bits(ihost->tc_dma), &ihost->smu_registers->host_task_table_lower);
tc_dma           2312 drivers/scsi/isci/host.c 	writel(upper_32_bits(ihost->tc_dma), &ihost->smu_registers->host_task_table_upper);
tc_dma            163 drivers/scsi/isci/host.h 	dma_addr_t tc_dma;
tc_dma             95 drivers/scsi/isci/request.c 		return ihost->tc_dma + offset;
tc_dma             99 drivers/scsi/isci/request.c 		return ihost->tc_dma + offset;
tc_dma           3101 drivers/scsi/qla2xxx/qla_init.c 	dma_addr_t tc_dma;
tc_dma           3120 drivers/scsi/qla2xxx/qla_init.c 	tc = dma_alloc_coherent(&ha->pdev->dev, FCE_SIZE, &tc_dma,
tc_dma           3129 drivers/scsi/qla2xxx/qla_init.c 	rval = qla2x00_enable_fce_trace(vha, tc_dma, FCE_NUM_BUFFERS,
tc_dma           3134 drivers/scsi/qla2xxx/qla_init.c 		dma_free_coherent(&ha->pdev->dev, FCE_SIZE, tc, tc_dma);
tc_dma           3142 drivers/scsi/qla2xxx/qla_init.c 	ha->fce_dma = tc_dma;
tc_dma           3150 drivers/scsi/qla2xxx/qla_init.c 	dma_addr_t tc_dma;
tc_dma           3165 drivers/scsi/qla2xxx/qla_init.c 	tc = dma_alloc_coherent(&ha->pdev->dev, EFT_SIZE, &tc_dma,
tc_dma           3174 drivers/scsi/qla2xxx/qla_init.c 	rval = qla2x00_enable_eft_trace(vha, tc_dma, EFT_NUM_BUFFERS);
tc_dma           3178 drivers/scsi/qla2xxx/qla_init.c 		dma_free_coherent(&ha->pdev->dev, EFT_SIZE, tc, tc_dma);
tc_dma           3185 drivers/scsi/qla2xxx/qla_init.c 	ha->eft_dma = tc_dma;