Home
last modified time | relevance | path

Searched refs:flow_req (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Dk3-udma.c1611 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()
[all …]