Lines Matching +full:tx +full:- +full:threshold
25 #define MASK(x) (BIT(x) - 1)
54 /* Tx channel scheduling priority */
68 /* Rx flow size threshold configuration */
83 * struct knav_dma_tx_cfg: Tx channel configuration
86 * @knav_dma_tx_priority: Tx channel scheduling priority
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
127 * @tx: Tx channel configuration
133 struct knav_dma_tx_cfg tx; member
183 return -EINVAL; in knav_dma_get_flow()