Lines Matching refs:flow_req

2018 	struct ti_sci_msg_rm_udmap_flow_cfg flow_req = { 0 };  in udma_tisci_rx_channel_config()  local
2045 flow_req.valid_params = in udma_tisci_rx_channel_config()
2060 flow_req.nav_id = tisci_rm->tisci_dev_id; in udma_tisci_rx_channel_config()
2061 flow_req.flow_index = rchan->id; in udma_tisci_rx_channel_config()
2064 flow_req.rx_einfo_present = 1; in udma_tisci_rx_channel_config()
2066 flow_req.rx_einfo_present = 0; in udma_tisci_rx_channel_config()
2068 flow_req.rx_psinfo_present = 1; in udma_tisci_rx_channel_config()
2070 flow_req.rx_psinfo_present = 0; in udma_tisci_rx_channel_config()
2071 flow_req.rx_error_handling = 1; in udma_tisci_rx_channel_config()
2072 flow_req.rx_dest_qnum = rx_ring; in udma_tisci_rx_channel_config()
2073 flow_req.rx_src_tag_hi_sel = UDMA_RFLOW_SRCTAG_NONE; in udma_tisci_rx_channel_config()
2074 flow_req.rx_src_tag_lo_sel = UDMA_RFLOW_SRCTAG_SRC_TAG; in udma_tisci_rx_channel_config()
2075 flow_req.rx_dest_tag_hi_sel = UDMA_RFLOW_DSTTAG_DST_TAG_HI; in udma_tisci_rx_channel_config()
2076 flow_req.rx_dest_tag_lo_sel = UDMA_RFLOW_DSTTAG_DST_TAG_LO; in udma_tisci_rx_channel_config()
2077 flow_req.rx_fdq0_sz0_qnum = fd_ring; in udma_tisci_rx_channel_config()
2078 flow_req.rx_fdq1_qnum = fd_ring; in udma_tisci_rx_channel_config()
2079 flow_req.rx_fdq2_qnum = fd_ring; in udma_tisci_rx_channel_config()
2080 flow_req.rx_fdq3_qnum = fd_ring; in udma_tisci_rx_channel_config()
2082 ret = tisci_ops->rx_flow_cfg(tisci_rm->tisci, &flow_req); in udma_tisci_rx_channel_config()
2116 struct ti_sci_msg_rm_udmap_flow_cfg flow_req = { 0 }; in pktdma_tisci_rx_channel_config() local
2129 flow_req.valid_params = in pktdma_tisci_rx_channel_config()
2134 flow_req.nav_id = tisci_rm->tisci_dev_id; in pktdma_tisci_rx_channel_config()
2135 flow_req.flow_index = uc->rflow->id; in pktdma_tisci_rx_channel_config()
2138 flow_req.rx_einfo_present = 1; in pktdma_tisci_rx_channel_config()
2140 flow_req.rx_einfo_present = 0; in pktdma_tisci_rx_channel_config()
2142 flow_req.rx_psinfo_present = 1; in pktdma_tisci_rx_channel_config()
2144 flow_req.rx_psinfo_present = 0; in pktdma_tisci_rx_channel_config()
2145 flow_req.rx_error_handling = 1; in pktdma_tisci_rx_channel_config()
2147 ret = tisci_ops->rx_flow_cfg(tisci_rm->tisci, &flow_req); in pktdma_tisci_rx_channel_config()