Home
last modified time | relevance | path

Searched refs:flow_state (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c349 qpriv->flow_state.psn = 0; in hfi1_qp_priv_init()
350 qpriv->flow_state.index = RXE_NUM_TID_FLOWS; in hfi1_qp_priv_init()
351 qpriv->flow_state.last_index = RXE_NUM_TID_FLOWS; in hfi1_qp_priv_init()
352 qpriv->flow_state.generation = KERN_GENERATION_RESERVED; in hfi1_qp_priv_init()
783 struct tid_flow_state *fs = &qpriv->flow_state; in hfi1_kern_setup_hw_flow()
823 struct tid_flow_state *fs = &qpriv->flow_state; in hfi1_kern_clear_hw_flow()
1519 memset(&flow->flow_state, 0x0, sizeof(flow->flow_state)); in hfi1_kern_exp_rcv_setup()
1520 flow->idx = qpriv->flow_state.index; in hfi1_kern_exp_rcv_setup()
1521 flow->flow_state.generation = qpriv->flow_state.generation; in hfi1_kern_exp_rcv_setup()
1522 flow->flow_state.spsn = qpriv->flow_state.psn; in hfi1_kern_exp_rcv_setup()
[all …]
H A Dtid_rdma.h137 struct flow_state { struct
178 struct flow_state flow_state; member
H A Dverbs.h128 struct tid_flow_state flow_state; member
347 static inline u32 __full_flow_psn(struct flow_state *state, u32 psn) in __full_flow_psn()
355 return __full_flow_psn(&flow->flow_state, psn); in full_flow_psn()
H A Drc.c1074 req->s_next_psn = flow->flow_state.ib_lpsn + 1; in hfi1_make_rc_req()