Home
last modified time | relevance | path

Searched defs:mport_dma_req (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/rapidio/devices/
Drio_mport_cdev.c538 struct mport_dma_req { struct
539 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 …]