Lines Matching refs:flow_req

2034 	struct ti_sci_msg_rm_udmap_flow_cfg flow_req = { 0 };  in udma_tisci_rx_channel_config()  local
2061 flow_req.valid_params = in udma_tisci_rx_channel_config()
2076 flow_req.nav_id = tisci_rm->tisci_dev_id; in udma_tisci_rx_channel_config()
2077 flow_req.flow_index = rchan->id; in udma_tisci_rx_channel_config()
2080 flow_req.rx_einfo_present = 1; in udma_tisci_rx_channel_config()
2082 flow_req.rx_einfo_present = 0; in udma_tisci_rx_channel_config()
2084 flow_req.rx_psinfo_present = 1; in udma_tisci_rx_channel_config()
2086 flow_req.rx_psinfo_present = 0; in udma_tisci_rx_channel_config()
2087 flow_req.rx_error_handling = 1; in udma_tisci_rx_channel_config()
2088 flow_req.rx_dest_qnum = rx_ring; in udma_tisci_rx_channel_config()
2089 flow_req.rx_src_tag_hi_sel = UDMA_RFLOW_SRCTAG_NONE; in udma_tisci_rx_channel_config()
2090 flow_req.rx_src_tag_lo_sel = UDMA_RFLOW_SRCTAG_SRC_TAG; in udma_tisci_rx_channel_config()
2091 flow_req.rx_dest_tag_hi_sel = UDMA_RFLOW_DSTTAG_DST_TAG_HI; in udma_tisci_rx_channel_config()
2092 flow_req.rx_dest_tag_lo_sel = UDMA_RFLOW_DSTTAG_DST_TAG_LO; in udma_tisci_rx_channel_config()
2093 flow_req.rx_fdq0_sz0_qnum = fd_ring; in udma_tisci_rx_channel_config()
2094 flow_req.rx_fdq1_qnum = fd_ring; in udma_tisci_rx_channel_config()
2095 flow_req.rx_fdq2_qnum = fd_ring; in udma_tisci_rx_channel_config()
2096 flow_req.rx_fdq3_qnum = fd_ring; in udma_tisci_rx_channel_config()
2098 ret = tisci_ops->rx_flow_cfg(tisci_rm->tisci, &flow_req); in udma_tisci_rx_channel_config()
2132 struct ti_sci_msg_rm_udmap_flow_cfg flow_req = { 0 }; in pktdma_tisci_rx_channel_config() local
2145 flow_req.valid_params = in pktdma_tisci_rx_channel_config()
2150 flow_req.nav_id = tisci_rm->tisci_dev_id; in pktdma_tisci_rx_channel_config()
2151 flow_req.flow_index = uc->rflow->id; in pktdma_tisci_rx_channel_config()
2154 flow_req.rx_einfo_present = 1; in pktdma_tisci_rx_channel_config()
2156 flow_req.rx_einfo_present = 0; in pktdma_tisci_rx_channel_config()
2158 flow_req.rx_psinfo_present = 1; in pktdma_tisci_rx_channel_config()
2160 flow_req.rx_psinfo_present = 0; in pktdma_tisci_rx_channel_config()
2161 flow_req.rx_error_handling = 1; in pktdma_tisci_rx_channel_config()
2163 ret = tisci_ops->rx_flow_cfg(tisci_rm->tisci, &flow_req); in pktdma_tisci_rx_channel_config()