Home
last modified time | relevance | path

Searched refs:flow_idx (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dtid_rdma.c731 u32 flow_idx) in kern_set_hw_flow() argument
746 RCV_TID_FLOW_TABLE + 8 * flow_idx, reg); in kern_set_hw_flow()
749 static u32 kern_setup_hw_flow(struct hfi1_ctxtdata *rcd, u32 flow_idx) in kern_setup_hw_flow() argument
752 u32 generation = rcd->flows[flow_idx].generation; in kern_setup_hw_flow()
754 kern_set_hw_flow(rcd, generation, flow_idx); in kern_setup_hw_flow()
767 static void kern_clear_hw_flow(struct hfi1_ctxtdata *rcd, u32 flow_idx) in kern_clear_hw_flow() argument
770 rcd->flows[flow_idx].generation = in kern_clear_hw_flow()
771 kern_flow_generation_next(rcd->flows[flow_idx].generation); in kern_clear_hw_flow()
772 kern_set_hw_flow(rcd, KERN_GENERATION_RESERVED, flow_idx); in kern_clear_hw_flow()
1701 struct tid_rdma_flow *flow = &req->flows[req->flow_idx]; in hfi1_build_tid_rdma_read_packet()
[all …]
Dtid_rdma.h110 u16 flow_idx; /* flow index most recently set up */ member
Dtrace_tid.h1061 __field(u16, flow_idx)
1083 __entry->flow_idx = req->flow_idx;
1106 __entry->flow_idx,
Drc.c840 req->flow_idx = req->setup_head; in hfi1_make_rc_req()
848 req->flow_idx = req->clear_tail; in hfi1_make_rc_req()
1114 flow = &req->flows[req->flow_idx]; in hfi1_make_rc_req()
/Linux-v5.4/net/mac80211/
Dtx.c1399 u32 flow_idx = fq_flow_idx(fq, skb); in ieee80211_txq_enqueue() local
1404 fq_tin_enqueue(fq, tin, flow_idx, skb, in ieee80211_txq_enqueue()
3229 u32 flow_idx; in ieee80211_amsdu_aggregate() local
3258 flow_idx = fq_flow_idx(fq, skb); in ieee80211_amsdu_aggregate()
3267 flow = fq_flow_classify(fq, tin, flow_idx, skb, in ieee80211_amsdu_aggregate()