Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dverbs.h157 struct hfi1_qp_priv { struct
158 struct hfi1_ahg_info *s_ahg; /* ahg info for next header */
159 struct sdma_engine *s_sde; /* current sde */
160 struct send_context *s_sendcontext; /* current sendcontext */
161 struct hfi1_ctxtdata *rcd; /* QP's receive context */
162 struct page **pages; /* for TID page scan */
163 u32 tid_enqueue; /* saved when tid waited */
164 u8 s_sc; /* SC[0..4] for next packet */
165 struct iowait s_iowait;
166 struct timer_list s_tid_timer; /* for timing tid wait */
[all …]