Searched refs:rx_error_handling (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/dma/
H A Dk3-udma-glue.h70 * @rx_error_handling: Rx Error Handling Mode (0 - drop, 1 - re-try)
78 bool rx_error_handling; member in struct:k3_udma_glue_rx_flow_cfg
/linux-master/drivers/firmware/
H A Dti_sci.h764 * @rx_error_handling: UDMAP receive flow error handling configuration. Valid
798 u8 rx_error_handling; member in struct:ti_sci_msg_udmap_rx_flow_cfg
1116 * 2 - Valid bit for @tisci_msg_rm_udmap_flow_cfg_req::rx_error_handling
1147 * @rx_error_handling:
1149 * rx_error_handling field of the flow's RFLOW_RFA register.
1251 u8 rx_error_handling; member in struct:ti_sci_msg_rm_udmap_flow_cfg_req
H A Dti_sci.c2409 req->rx_error_handling = params->rx_error_handling;
/linux-master/include/linux/soc/ti/
H A Dti_sci_protocol.h467 u8 rx_error_handling; member in struct:ti_sci_msg_rm_udmap_flow_cfg
/linux-master/drivers/dma/ti/
H A Dk3-udma-glue.c830 if (flow_cfg->rx_error_handling)
831 req.rx_error_handling = 1;
H A Dk3-udma.c2091 flow_req.rx_error_handling = 1;
2165 flow_req.rx_error_handling = 1;

Completed in 213 milliseconds