Searched refs:flow_idx (Results 1 – 6 of 6) sorted by relevance
/drivers/dma/ti/ |
D | k3-udma-glue.c | 658 u32 flow_idx, in k3_udma_glue_cfg_rx_flow() argument 661 struct k3_udma_glue_rx_flow *flow = &rx_chn->flows[flow_idx]; in k3_udma_glue_cfg_rx_flow() 1126 u32 flow_idx, in k3_udma_glue_rx_flow_init() argument 1129 if (flow_idx >= rx_chn->flow_num) in k3_udma_glue_rx_flow_init() 1132 return k3_udma_glue_cfg_rx_flow(rx_chn, flow_idx, flow_cfg); in k3_udma_glue_rx_flow_init() 1137 u32 flow_idx) in k3_udma_glue_rx_flow_get_fdq_id() argument 1141 if (flow_idx >= rx_chn->flow_num) in k3_udma_glue_rx_flow_get_fdq_id() 1144 flow = &rx_chn->flows[flow_idx]; in k3_udma_glue_rx_flow_get_fdq_id() 1157 u32 flow_idx) in k3_udma_glue_rx_flow_enable() argument 1159 struct k3_udma_glue_rx_flow *flow = &rx_chn->flows[flow_idx]; in k3_udma_glue_rx_flow_enable() [all …]
|
/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.c | 736 u32 flow_idx) in kern_set_hw_flow() argument 751 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() argument 757 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() argument 775 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 …]
|
D | tid_rdma.h | 110 u16 flow_idx; /* flow index most recently set up */ member
|
D | trace_tid.h | 1061 __field(u16, flow_idx) 1083 __entry->flow_idx = req->flow_idx; 1106 __entry->flow_idx,
|
D | rc.c | 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()
|
/drivers/net/ethernet/ti/ |
D | am65-cpsw-nuss.c | 772 u32 flow_idx) in am65_cpsw_nuss_rx_packets() argument 788 ret = k3_udma_glue_pop_rx_chn(rx_chn->rx_chn, flow_idx, &desc_dma); in am65_cpsw_nuss_rx_packets() 796 dev_dbg(dev, "%s RX tdown flow: %u\n", __func__, flow_idx); in am65_cpsw_nuss_rx_packets() 804 __func__, flow_idx, &desc_dma); in am65_cpsw_nuss_rx_packets()
|