Lines Matching defs:flow_cfg
663 struct k3_udma_glue_rx_flow_cfg *flow_cfg)
691 rx_ring_id = flow_cfg->ring_rxq_id;
692 rx_ringfdq_id = flow_cfg->ring_rxfdq0_id;
706 flow_cfg->rx_cfg.dma_dev = k3_udma_glue_rx_get_dma_device(rx_chn);
707 flow_cfg->rxfdq_cfg.dma_dev = flow_cfg->rx_cfg.dma_dev;
711 flow_cfg->rx_cfg.asel = rx_chn->common.atype_asel;
712 flow_cfg->rxfdq_cfg.asel = rx_chn->common.atype_asel;
715 ret = k3_ringacc_ring_cfg(flow->ringrx, &flow_cfg->rx_cfg);
721 ret = k3_ringacc_ring_cfg(flow->ringrxfdq, &flow_cfg->rxfdq_cfg);
757 if (flow_cfg->rx_error_handling)
762 req.rx_src_tag_lo_sel = flow_cfg->src_tag_lo_sel;
1131 struct k3_udma_glue_rx_flow_cfg *flow_cfg)
1136 return k3_udma_glue_cfg_rx_flow(rx_chn, flow_idx, flow_cfg);