Searched defs:idxd_wq (Results 1 – 3 of 3) sorted by relevance
192 struct idxd_wq { struct206 enum idxd_wq_type type; argument213 enum idxd_wq_state state; argument214 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 …]
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()