Searched defs:xsk_dma_map (Results 1 – 1 of 1) sorted by relevance
36 struct xsk_dma_map { struct37 dma_addr_t *dma_pages;38 struct device *dev;39 struct net_device *netdev;40 refcount_t users;41 struct list_head list; /* Protected by the RTNL_LOCK */42 u32 dma_pages_cnt;43 bool dma_need_sync;
Completed in 4 milliseconds