Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Duser_sdma.h83 struct hfi1_user_sdma_pkt_q { struct
84 u16 ctxt;
85 u16 subctxt;
86 u16 n_max_reqs;
87 atomic_t n_reqs;
88 u16 reqidx;
89 struct hfi1_devdata *dd;
90 struct kmem_cache *txreq_cache;
91 struct user_sdma_request *reqs;
92 unsigned long *req_in_use;
[all …]