Searched refs:xe_device_has_msix (Results 1 – 6 of 6) sorted by relevance
155 static inline bool xe_device_has_msix(struct xe_device *xe) in xe_device_has_msix() function167 return xe_device_has_memirq(xe) && (IS_SRIOV_VF(xe) || xe_device_has_msix(xe)); in xe_device_uses_memirq()
739 if (xe_device_has_msix(xe)) in irq_uninstall()761 if (xe_device_has_msix(xe)) { in xe_irq_install()772 err = xe_device_has_msix(xe) ? xe_irq_msix_request_irqs(xe) : in xe_irq_install()794 if (xe_device_has_msix(xe)) in xe_irq_suspend()
165 return xe_device_has_msix(memirq_to_xe(memirq)); in hw_reports_to_instance_zero()
341 if (xe_device_has_msix(gt_to_xe(hwe->gt))) in xe_hw_engine_enable_ring()513 hwe->irq_offset = xe_device_has_msix(gt_to_xe(gt)) ? in hw_engine_init_early()
86 if (xe_device_has_msix(gt_to_xe(hwe->gt))) in __start_lrc()
632 num_regs = xe_device_has_msix(xe) ? 3 : 2; in set_memory_based_intr()640 if (xe_device_has_msix(xe)) { in set_memory_based_intr()1246 if (xe_device_has_msix(xe)) { in xe_lrc_init()
Completed in 15 milliseconds