Lines Matching +full:tx +full:- +full:threshold
1 /* SPDX-License-Identifier: GPL-2.0-only */
17 #define MASK(x) (BIT(x) - 1)
46 /* Tx channel scheduling priority */
60 /* Rx flow size threshold configuration */
75 * struct knav_dma_tx_cfg: Tx channel configuration
78 * @knav_dma_tx_priority: Tx channel scheduling priority
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
119 * @tx: Tx channel configuration
125 struct knav_dma_tx_cfg tx; member
175 return -EINVAL; in knav_dma_get_flow()