Searched defs:flow_state (Results 1 – 2 of 2) sorted by relevance
137 struct flow_state { struct138 u32 flags;139 u32 resp_ib_psn; /* The IB PSN of the response for this flow */140 u32 generation; /* generation of flow */141 u32 spsn; /* starting PSN in TID space */142 u32 lpsn; /* last PSN in TID space */143 u32 r_next_psn; /* next PSN to be received (in TID space) */146 u32 ib_spsn; /* starting PSN in Verbs space */147 u32 ib_lpsn; /* last PSn in Verbs space */178 struct flow_state flow_state; member
128 struct tid_flow_state flow_state; member