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