Searched defs:erdma_ucontext (Results 1 – 1 of 1) sorted by relevance
41 struct erdma_ucontext { struct42 struct ib_ucontext ibucontext;44 struct erdma_ext_db_info ext_db;46 u64 sdb;47 u64 rdb;48 u64 cdb;50 struct rdma_user_mmap_entry *sq_db_mmap_entry;51 struct rdma_user_mmap_entry *rq_db_mmap_entry;52 struct rdma_user_mmap_entry *cq_db_mmap_entry;55 struct list_head dbrecords_page_list;[all …]