Searched defs:mthca_wq (Results 1 – 1 of 1) sorted by relevance
246 struct mthca_wq { struct247 spinlock_t lock;248 int max;249 unsigned next_ind;250 unsigned last_comp;251 unsigned head;275 struct mthca_wq rq; argument