Searched defs:idxd_wq (Results 1 – 3 of 3) sorted by relevance
190 struct idxd_wq { struct204 enum idxd_wq_type type; argument211 enum idxd_wq_state state; argument212 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 …]
38 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()
71 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()