Lines Matching defs:irdma_ucontext
48 struct irdma_ucontext { struct
49 struct ib_ucontext ibucontext;
50 struct irdma_device *iwdev;
51 struct rdma_user_mmap_entry *db_mmap_entry;
52 struct list_head cq_reg_mem_list;
53 spinlock_t cq_reg_mem_list_lock; /* protect CQ memory list */
54 struct list_head qp_reg_mem_list;
55 spinlock_t qp_reg_mem_list_lock; /* protect QP memory list */
57 struct list_head vma_list;
58 struct mutex vma_list_mutex; /* protect the vma_list */
59 int abi_ver;
60 bool legacy_mode:1;
61 bool use_raw_attrs:1;