Lines Matching defs:irdma_ucontext
12 struct irdma_ucontext { struct
13 struct ib_ucontext ibucontext;
14 struct irdma_device *iwdev;
15 struct rdma_user_mmap_entry *db_mmap_entry;
16 struct list_head cq_reg_mem_list;
17 spinlock_t cq_reg_mem_list_lock; /* protect CQ memory list */
18 struct list_head qp_reg_mem_list;
19 spinlock_t qp_reg_mem_list_lock; /* protect QP memory list */
20 int abi_ver;
21 u8 legacy_mode : 1;
22 u8 use_raw_attrs : 1;