Searched defs:abc_pcie_dma_desc_legacy (Results 1 – 2 of 2) sorted by relevance
32 struct abc_pcie_dma_desc_legacy { struct33 enum dma_buf_type local_buf_type;34 union {38 __u32 local_buf_size;39 enum dma_buf_type remote_buf_type;40 union {44 enum abc_dma_data_direction dir;45 __u8 chan;
30 struct abc_pcie_dma_desc_legacy { struct31 enum dma_buf_type local_buf_type; /* local buffer type (DMA/user) */32 union {36 __u32 local_buf_size; /* local buffer size */43 enum dma_buf_type remote_buf_type;44 union {48 enum abc_dma_data_direction dir; /* direction of the DMA transfer */49 __u8 chan; /* dma channel to be used */