Home
last modified time | relevance | path

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

/linux/drivers/dma/idxd/
H A Didxd.h190 struct idxd_wq { struct
204 enum idxd_wq_type type; argument
211 enum idxd_wq_state state; argument
212 unsigned long flags;
213 union wqcfg *wqcfg;
214 unsigned long *opcap_bmap;
216 struct dsa_hw_desc **hw_descs;
217 int num_descs;
218 union {
222 dma_addr_t compls_addr;
[all …]
/linux/drivers/crypto/intel/iaa/
H 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()
H 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()