Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/idxd/
H A Didxd.h48 enum idxd_type { enum
281 enum idxd_type type;
676 static inline void idxd_set_max_batch_size(int idxd_type, struct idxd_device *idxd, in idxd_set_max_batch_size() argument
679 if (idxd_type == IDXD_TYPE_IAX) in idxd_set_max_batch_size()
685 static inline void idxd_wq_set_max_batch_size(int idxd_type, struct idxd_wq *wq, in idxd_wq_set_max_batch_size() argument
688 if (idxd_type == IDXD_TYPE_IAX) in idxd_wq_set_max_batch_size()
694 static inline void idxd_wqcfg_set_max_batch_shift(int idxd_type, union wqcfg *wqcfg, in idxd_wqcfg_set_max_batch_shift() argument
697 if (idxd_type == IDXD_TYPE_IAX) in idxd_wqcfg_set_max_batch_shift()