Lines Matching defs:mport_dma_req
536 struct mport_dma_req { struct
537 struct kref refcount;
538 struct list_head node;
539 struct file *filp;
540 struct mport_cdev_priv *priv;
541 enum rio_transfer_sync sync;
542 struct sg_table sgt;
543 struct page **page_list;
544 unsigned int nr_pages;
545 struct rio_mport_mapping *map;
546 struct dma_chan *dmach;
547 enum dma_data_direction dir;
548 dma_cookie_t cookie;
549 enum dma_status status;
550 struct completion req_comp;