Home
last modified time | relevance | path

Searched defs:dma_device (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Ddmaengine.h850 struct dma_device { struct
851 struct kref ref;
852 unsigned int chancnt;
853 unsigned int privatecnt;
854 struct list_head channels;
855 struct list_head global_node;
856 struct dma_filter filter;
857 dma_cap_mask_t cap_mask;
858 enum dma_desc_metadata_mode desc_metadata_modes;
859 unsigned short max_xor;
[all …]
/include/rdma/
Dib_verbs.h2631 struct device *dma_device; member