Searched defs:mport_dma_req (Results 1 – 1 of 1) sorted by relevance
538 struct mport_dma_req { struct539 struct kref refcount;540 struct list_head node;541 struct file *filp;542 struct mport_cdev_priv *priv;543 enum rio_transfer_sync sync;544 struct sg_table sgt;545 struct page **page_list;546 unsigned int nr_pages;547 struct rio_mport_mapping *map;[all …]