Searched refs:xe_device_has_memirq (Results 1 – 3 of 3) sorted by relevance
163 static inline bool xe_device_has_memirq(struct xe_device *xe) in xe_device_has_memirq() function170 return xe_device_has_memirq(xe) && (IS_SRIOV_VF(xe) || xe_device_has_msix(xe)); in xe_device_uses_memirq()
563 xe_assert(xe, xe_device_has_memirq(xe)); in vf_irq_reset()566 if (xe_device_has_memirq(xe)) in vf_irq_reset()614 if (xe_device_has_memirq(xe)) in vf_irq_postinstall()620 xe_assert(xe, xe_device_has_memirq(xe)); in vf_irq_postinstall()669 if (IS_SRIOV_VF(xe) && xe_device_has_memirq(xe)) in xe_irq_handler()
1206 if (IS_SRIOV_VF(xe) && xe_device_has_memirq(xe)) { in xe_guc_enable_communication()