Lines Matching defs:idxd
89 struct idxd_device *idxd; member
104 struct idxd_device *idxd; member
188 struct idxd_device *idxd; member
223 struct idxd_device *idxd; member
251 struct idxd_device *idxd; member
349 #define idxd_confdev(idxd) &idxd->idxd_dev.conf_dev argument
404 static inline struct idxd_irq_entry *idxd_get_ie(struct idxd_device *idxd, int idx) in idxd_get_ie()
476 static inline bool device_pasid_enabled(struct idxd_device *idxd) in device_pasid_enabled()
481 static inline bool device_user_pasid_enabled(struct idxd_device *idxd) in device_user_pasid_enabled()
556 static inline void idxd_set_max_batch_size(int idxd_type, struct idxd_device *idxd, in idxd_set_max_batch_size()
674 static inline int perfmon_pmu_init(struct idxd_device *idxd) { return 0; } in perfmon_pmu_init()
675 static inline void perfmon_pmu_remove(struct idxd_device *idxd) {} in perfmon_pmu_remove()
676 static inline void perfmon_counter_overflow(struct idxd_device *idxd) {} in perfmon_counter_overflow()