Home
last modified time | relevance | path

Searched defs:irdma_ucontext (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/irdma/
H A Dirdma_verbs.h48 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 */
[all …]