Searched defs:irdma_ucontext (Results 1 – 1 of 1) sorted by relevance
48 struct irdma_ucontext { struct49 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 */[all …]