Lines Matching defs:gdma_context
214 struct gdma_context *gdma_context; member
367 struct gdma_context { struct
368 struct device *dev;
369 struct dentry *mana_pci_debugfs;
372 unsigned int max_num_queues;
373 unsigned int max_num_msix;
374 unsigned int num_msix_usable;
375 struct gdma_irq_context *irq_contexts;
378 u16 adapter_mtu;
381 unsigned int max_num_cqs;
382 struct gdma_queue **cq_table;
385 struct mutex eq_test_event_mutex;
386 struct completion eq_test_event;
387 u32 test_event_eq_id;
389 bool is_pf;
390 phys_addr_t bar0_pa;
391 void __iomem *bar0_va;
392 void __iomem *shm_base;
393 void __iomem *db_page_base;
394 phys_addr_t phys_db_page_base;
395 u32 db_page_size;
396 int numa_node;
399 struct shm_channel shm_channel;
424 int mana_gd_test_eq(struct gdma_context *gc, struct gdma_queue *eq); argument