Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Dverbs.h13 struct irdma_ucontext { struct
14 struct ib_ucontext ibucontext;
15 struct irdma_device *iwdev;
16 struct rdma_user_mmap_entry *db_mmap_entry;
17 struct list_head cq_reg_mem_list;
18 spinlock_t cq_reg_mem_list_lock; /* protect CQ memory list */
19 struct list_head qp_reg_mem_list;
20 spinlock_t qp_reg_mem_list_lock; /* protect QP memory list */
21 struct list_head srq_reg_mem_list;
22 spinlock_t srq_reg_mem_list_lock; /* protect SRQ memory list */
[all …]