Lines Matching defs:nes_ucontext
47 struct nes_ucontext { struct
48 struct ib_ucontext ibucontext;
49 struct nes_device *nesdev;
50 unsigned long mmap_wq_offset;
51 unsigned long mmap_cq_offset; /* to be removed */
52 int index; /* rnic index (minor) */
53 unsigned long allocated_doorbells[BITS_TO_LONGS(NES_MAX_USER_DB_REGIONS)];
54 u16 mmap_db_index[NES_MAX_USER_DB_REGIONS];
55 u16 first_free_db;
56 unsigned long allocated_wqs[BITS_TO_LONGS(NES_MAX_USER_WQ_REGIONS)];
57 struct nes_qp *mmap_nesqp[NES_MAX_USER_WQ_REGIONS];
58 u16 first_free_wq;
59 struct list_head cq_reg_mem_list;
60 struct list_head qp_reg_mem_list;
61 u32 mcrqf;
62 atomic_t usecnt;