Searched defs:mport_dma_req (Results 1 – 1 of 1) sorted by relevance
536 struct mport_dma_req { struct537 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;[all …]