Searched refs:flow_idx (Results 1 – 3 of 3) sorted by relevance
736 u32 flow_idx) in kern_set_hw_flow() argument751 RCV_TID_FLOW_TABLE + 8 * flow_idx, reg); in kern_set_hw_flow()754 static u32 kern_setup_hw_flow(struct hfi1_ctxtdata *rcd, u32 flow_idx) in kern_setup_hw_flow() argument757 u32 generation = rcd->flows[flow_idx].generation; in kern_setup_hw_flow()759 kern_set_hw_flow(rcd, generation, flow_idx); in kern_setup_hw_flow()772 static void kern_clear_hw_flow(struct hfi1_ctxtdata *rcd, u32 flow_idx) in kern_clear_hw_flow() argument775 rcd->flows[flow_idx].generation = in kern_clear_hw_flow()776 kern_flow_generation_next(rcd->flows[flow_idx].generation); in kern_clear_hw_flow()777 kern_set_hw_flow(rcd, KERN_GENERATION_RESERVED, flow_idx); in kern_clear_hw_flow()1708 struct tid_rdma_flow *flow = &req->flows[req->flow_idx]; in hfi1_build_tid_rdma_read_packet()[all …]
110 u16 flow_idx; /* flow index most recently set up */ member
799 req->flow_idx = req->setup_head; in hfi1_make_rc_req()807 req->flow_idx = req->clear_tail; in hfi1_make_rc_req()1072 flow = &req->flows[req->flow_idx]; in hfi1_make_rc_req()