Lines Matching defs:gdma_context
215 struct gdma_context *gdma_context; member
368 struct gdma_context { struct
369 struct device *dev;
370 struct dentry *mana_pci_debugfs;
373 unsigned int max_num_queues;
374 unsigned int max_num_msix;
375 unsigned int num_msix_usable;
376 struct gdma_irq_context *irq_contexts;
379 u16 adapter_mtu;
382 unsigned int max_num_cqs;
383 struct gdma_queue **cq_table;
386 struct mutex eq_test_event_mutex;
387 struct completion eq_test_event;
388 u32 test_event_eq_id;
390 bool is_pf;
391 phys_addr_t bar0_pa;
392 void __iomem *bar0_va;
393 void __iomem *shm_base;
394 void __iomem *db_page_base;
395 phys_addr_t phys_db_page_base;
396 u32 db_page_size;
397 int numa_node;
400 struct shm_channel shm_channel;
425 int mana_gd_test_eq(struct gdma_context *gc, struct gdma_queue *eq); argument