Lines Matching defs:idxd
103 struct idxd_device *idxd; member
118 struct idxd_device *idxd; member
203 struct idxd_device *idxd; member
244 struct idxd_device *idxd; member
273 struct idxd_device *idxd; member
379 static inline unsigned int evl_ent_size(struct idxd_device *idxd) in evl_ent_size()
385 static inline unsigned int evl_size(struct idxd_device *idxd) in evl_size()
429 #define idxd_confdev(idxd) &idxd->idxd_dev.conf_dev argument
494 static inline struct idxd_irq_entry *idxd_get_ie(struct idxd_device *idxd, int idx) in idxd_get_ie()
509 static inline void idxd_set_user_intr(struct idxd_device *idxd, bool enable) in idxd_set_user_intr()
575 static inline bool device_pasid_enabled(struct idxd_device *idxd) in device_pasid_enabled()
580 static inline bool device_user_pasid_enabled(struct idxd_device *idxd) in device_user_pasid_enabled()
665 static inline void idxd_set_max_batch_size(int idxd_type, struct idxd_device *idxd, in idxd_set_max_batch_size()
804 static inline int perfmon_pmu_init(struct idxd_device *idxd) { return 0; } in perfmon_pmu_init()
805 static inline void perfmon_pmu_remove(struct idxd_device *idxd) {} in perfmon_pmu_remove()
806 static inline void perfmon_counter_overflow(struct idxd_device *idxd) {} in perfmon_counter_overflow()