Searched refs:flow_idx (Results 1 – 6 of 6) sorted by relevance
/drivers/dma/ti/ |
D | k3-udma-glue.c | 550 u32 flow_idx, in k3_udma_glue_cfg_rx_flow() argument 553 struct k3_udma_glue_rx_flow *flow = &rx_chn->flows[flow_idx]; in k3_udma_glue_cfg_rx_flow() 943 u32 flow_idx, in k3_udma_glue_rx_flow_init() argument 946 if (flow_idx >= rx_chn->flow_num) in k3_udma_glue_rx_flow_init() 949 return k3_udma_glue_cfg_rx_flow(rx_chn, flow_idx, flow_cfg); in k3_udma_glue_rx_flow_init() 954 u32 flow_idx) in k3_udma_glue_rx_flow_get_fdq_id() argument 958 if (flow_idx >= rx_chn->flow_num) in k3_udma_glue_rx_flow_get_fdq_id() 961 flow = &rx_chn->flows[flow_idx]; in k3_udma_glue_rx_flow_get_fdq_id() 974 u32 flow_idx) in k3_udma_glue_rx_flow_enable() argument 976 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 | 731 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 …]
|
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 | 840 req->flow_idx = req->setup_head; in hfi1_make_rc_req() 848 req->flow_idx = req->clear_tail; in hfi1_make_rc_req() 1113 flow = &req->flows[req->flow_idx]; in hfi1_make_rc_req()
|
/drivers/net/ethernet/ti/ |
D | am65-cpsw-nuss.c | 745 u32 flow_idx) in am65_cpsw_nuss_rx_packets() argument 761 ret = k3_udma_glue_pop_rx_chn(rx_chn->rx_chn, flow_idx, &desc_dma); in am65_cpsw_nuss_rx_packets() 769 dev_dbg(dev, "%s RX tdown flow: %u\n", __func__, flow_idx); in am65_cpsw_nuss_rx_packets() 775 __func__, flow_idx, &desc_dma); in am65_cpsw_nuss_rx_packets()
|