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