Home
last modified time | relevance | path

Searched refs:idxd_type (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/dma/idxd/
H A Didxd.h47 enum idxd_type { enum
271 enum idxd_type type;
624 static inline void idxd_set_max_batch_size(int idxd_type, struct idxd_device *idxd, in idxd_set_max_batch_size() argument
627 if (idxd_type == IDXD_TYPE_IAX) in idxd_set_max_batch_size()
633 static inline void idxd_wq_set_max_batch_size(int idxd_type, struct idxd_wq *wq, in idxd_wq_set_max_batch_size() argument
636 if (idxd_type == IDXD_TYPE_IAX) in idxd_wq_set_max_batch_size()
642 static inline void idxd_wqcfg_set_max_batch_shift(int idxd_type, union wqcfg *wqcfg, in idxd_wqcfg_set_max_batch_shift() argument
645 if (idxd_type == IDXD_TYPE_IAX) in idxd_wqcfg_set_max_batch_shift()