Home
last modified time | relevance | path

Searched defs:idxd_wq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/dma/idxd/
A Didxd.h192 struct idxd_wq { struct
206 enum idxd_wq_type type; argument
213 enum idxd_wq_state state; argument
214 unsigned long flags;
215 union wqcfg *wqcfg;
219 int num_descs;
220 union {
225 int compls_size;
230 u64 max_xfer_bytes;
231 u32 max_batch_size;
[all …]
/linux/drivers/crypto/intel/iaa/
A Diaa_crypto_stats.h38 static inline void update_wq_comp_calls(struct idxd_wq *idxd_wq) {} in update_wq_comp_calls()
39 static inline void update_wq_comp_bytes(struct idxd_wq *idxd_wq, int n) {} in update_wq_comp_bytes()
40 static inline void update_wq_decomp_calls(struct idxd_wq *idxd_wq) {} in update_wq_decomp_calls()
41 static inline void update_wq_decomp_bytes(struct idxd_wq *idxd_wq, int n) {} in update_wq_decomp_bytes()
A Diaa_crypto_stats.c71 void update_wq_comp_calls(struct idxd_wq *idxd_wq) in update_wq_comp_calls()
79 void update_wq_comp_bytes(struct idxd_wq *idxd_wq, int n) in update_wq_comp_bytes()
87 void update_wq_decomp_calls(struct idxd_wq *idxd_wq) in update_wq_decomp_calls()
95 void update_wq_decomp_bytes(struct idxd_wq *idxd_wq, int n) in update_wq_decomp_bytes()

Completed in 14 milliseconds