Lines Matching defs:dma_table
143 struct dma_table { struct
144 u32 *descs;
145 int chn;
146 phys_addr_t phys_descs;
147 u32 dir;
148 u32 type;
149 struct list_head tbl_node;
150 union enb enb;
151 struct ctx_regs ctx_reg;
152 union weight weilo;
153 union weight weihi;
154 union db start;
155 phys_addr_t local;
156 phys_addr_t bus;
180 struct dma_table *table[PCIE_DMA_TABLE_NUM]; argument