Searched defs:udma_chan_config (Results 1 – 1 of 1) sorted by relevance
193 struct udma_chan_config { struct194 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;[all …]