Searched refs:__iommu_queue_command_sync (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/iommu/amd/ |
| D | iommu.c | 1129 static int __iommu_queue_command_sync(struct amd_iommu *iommu, in __iommu_queue_command_sync() function 1174 ret = __iommu_queue_command_sync(iommu, cmd, sync); in iommu_queue_command_sync() 1204 ret = __iommu_queue_command_sync(iommu, &cmd, false); in iommu_completion_wait() 2859 ret = __iommu_queue_command_sync(iommu, &cmd, true); in iommu_flush_irt_and_complete() 2862 ret = __iommu_queue_command_sync(iommu, &cmd2, false); in iommu_flush_irt_and_complete()
|
| /kernel/linux/linux-5.10/drivers/iommu/amd/ |
| D | iommu.c | 1071 static int __iommu_queue_command_sync(struct amd_iommu *iommu, in __iommu_queue_command_sync() function 1116 ret = __iommu_queue_command_sync(iommu, cmd, sync); in iommu_queue_command_sync() 1146 ret = __iommu_queue_command_sync(iommu, &cmd, false); in iommu_completion_wait()
|