Searched defs:mthca_wq (Results 1 – 1 of 1) sorted by relevance
248 struct mthca_wq { struct249 spinlock_t lock;250 int max;251 unsigned next_ind;252 unsigned last_comp;253 unsigned head;277 struct mthca_wq rq; argument