Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_provider.h248 struct mthca_wq { struct
249 spinlock_t lock;
250 int max;
251 unsigned next_ind;
252 unsigned last_comp;
253 unsigned head;
277 struct mthca_wq rq; argument