Lines Matching defs:udma_chan_config
193 struct udma_chan_config { struct
194 bool pkt_mode; /* TR or packet */
195 bool needs_epib; /* EPIB is needed for the communication or not */
196 u32 psd_size; /* size of Protocol Specific Data */
197 u32 metadata_size; /* (needs_epib ? 16:0) + psd_size */
198 u32 hdesc_size; /* Size of a packet descriptor in packet mode */
199 bool notdpkt; /* Suppress sending TDC packet */
200 int remote_thread_id;
201 u32 atype;
202 u32 src_thread;
203 u32 dst_thread;
204 enum psil_endpoint_type ep_type;
205 bool enable_acc32;
206 bool enable_burst;
207 enum udma_tp_level channel_tpl; /* Channel Throughput Level */
209 enum dma_transfer_direction dir;