Searched refs:qpd_to_pdd (Results 1 – 2 of 2) sorted by relevance
169 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in kfd_hws_hang()205 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in add_queue_mes()537 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in allocate_vmid()575 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in allocate_vmid()613 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in deallocate_vmid()920 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_nocpsch()1117 pdd = qpd_to_pdd(qpd); in resume_single_queue()1152 pdd = qpd_to_pdd(qpd); in evict_process_queues_nocpsch()1202 pdd = qpd_to_pdd(qpd); in evict_process_queues_cpsch()1263 pdd = qpd_to_pdd(qpd); in restore_process_queues_nocpsch()[all …]
870 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) macro