Lines Matching defs:flow_req
1611 struct ti_sci_msg_rm_udmap_flow_cfg flow_req = { 0 };
1638 flow_req.valid_params =
1653 flow_req.nav_id = tisci_rm->tisci_dev_id;
1654 flow_req.flow_index = rchan->id;
1657 flow_req.rx_einfo_present = 1;
1659 flow_req.rx_einfo_present = 0;
1661 flow_req.rx_psinfo_present = 1;
1663 flow_req.rx_psinfo_present = 0;
1664 flow_req.rx_error_handling = 1;
1665 flow_req.rx_dest_qnum = rx_ring;
1666 flow_req.rx_src_tag_hi_sel = UDMA_RFLOW_SRCTAG_NONE;
1667 flow_req.rx_src_tag_lo_sel = UDMA_RFLOW_SRCTAG_SRC_TAG;
1668 flow_req.rx_dest_tag_hi_sel = UDMA_RFLOW_DSTTAG_DST_TAG_HI;
1669 flow_req.rx_dest_tag_lo_sel = UDMA_RFLOW_DSTTAG_DST_TAG_LO;
1670 flow_req.rx_fdq0_sz0_qnum = fd_ring;
1671 flow_req.rx_fdq1_qnum = fd_ring;
1672 flow_req.rx_fdq2_qnum = fd_ring;
1673 flow_req.rx_fdq3_qnum = fd_ring;
1675 ret = tisci_ops->rx_flow_cfg(tisci_rm->tisci, &flow_req);