Lines Matching +full:rx +full:- +full:threshold
1 /* SPDX-License-Identifier: GPL-2.0-only */
17 #define MASK(x) (BIT(x) - 1)
54 /* Rx channel error handling mode during buffer starvation */
60 /* Rx flow size threshold configuration */
87 * struct knav_dma_rx_cfg: Rx flow configuration
95 * @thresh: Rx flow size threshold
97 * @sz_thresh0: RX packet size threshold 0
98 * @sz_thresh1: RX packet size threshold 1
99 * @sz_thresh2: RX packet size threshold 2
120 * @rx: Rx flow configuration
126 struct knav_dma_rx_cfg rx; member
133 * @tag_info: Flow tag info written in during RX
175 return -EINVAL; in knav_dma_get_flow()