Lines Matching +full:rx +full:- +full:threshold
25 #define MASK(x) (BIT(x) - 1)
62 /* Rx channel error handling mode during buffer starvation */
68 /* Rx flow size threshold configuration */
95 * struct knav_dma_rx_cfg: Rx flow configuration
103 * @thresh: Rx flow size threshold
105 * @sz_thresh0: RX packet size threshold 0
106 * @sz_thresh1: RX packet size threshold 1
107 * @sz_thresh2: RX packet size threshold 2
128 * @rx: Rx flow configuration
134 struct knav_dma_rx_cfg rx; member
141 * @tag_info: Flow tag info written in during RX
183 return -EINVAL; in knav_dma_get_flow()