Searched defs:hfi1_qp_priv (Results 1 – 1 of 1) sorted by relevance
157 struct hfi1_qp_priv { struct158 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 …]