Searched defs:mport_dma_req (Results 1 – 1 of 1) sorted by relevance
516 struct mport_dma_req { struct517 struct kref refcount;518 struct list_head node;519 struct file *filp;520 struct mport_cdev_priv *priv;521 enum rio_transfer_sync sync;522 struct sg_table sgt;523 struct page **page_list;524 unsigned int nr_pages;525 struct rio_mport_mapping *map;[all …]