Searched defs:irdma_ucontext (Results 1 – 1 of 1) sorted by relevance
12 struct irdma_ucontext { struct13 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;[all …]