Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/idxd/
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;
216 unsigned long *opcap_bmap;
218 struct dsa_hw_desc **hw_descs;
219 int num_descs;
220 union {
224 dma_addr_t compls_addr;
[all …]
/linux-6.12.1/drivers/crypto/intel/iaa/
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()
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()