Searched defs:hfi1_qp_priv (Results 1 – 1 of 1) sorted by relevance
115 struct hfi1_qp_priv { struct116 struct hfi1_ahg_info *s_ahg; /* ahg info for next header */117 struct sdma_engine *s_sde; /* current sde */118 struct send_context *s_sendcontext; /* current sendcontext */119 struct hfi1_ctxtdata *rcd; /* QP's receive context */120 struct page **pages; /* for TID page scan */121 u32 tid_enqueue; /* saved when tid waited */122 u8 s_sc; /* SC[0..4] for next packet */123 struct iowait s_iowait;124 struct timer_list s_tid_timer; /* for timing tid wait */[all …]