Searched defs:sdma_engine (Results 1 – 4 of 4) sorted by relevance
403 struct sdma_engine { struct405 struct hfi1_devdata *dd;406 struct hfi1_pportdata *ppd;408 void __iomem *tail_csr;409 u64 imask; /* clear interrupt mask */410 u64 idle_mask;411 u64 progress_mask;413 struct workqueue_struct *wq;415 volatile __le64 *head_dma; /* DMA'ed by chip */417 dma_addr_t head_phys;[all …]
371 struct sdma_engine { struct372 struct device *dev;373 struct device_dma_parameters dma_parms;374 struct sdma_channel channel[MAX_DMA_CHANNELS];375 struct sdma_channel_control *channel_control;376 void __iomem *regs;377 struct sdma_context_data *context;378 dma_addr_t context_phys;379 struct dma_device dma_device;380 struct clk *clk_ipg;[all …]
582 unsigned int sdma_engine) in pm_send_unmap_queue()
937 unsigned int sdma_engine) in destroy_sdma_queues()