Searched defs:bnxt_re_ucontext (Results 1 – 1 of 1) sorted by relevance
238 struct bnxt_re_ucontext { struct239 struct ib_ucontext ibucontext;240 struct bnxt_re_dev *rdev;241 struct list_head cq_list;242 struct bnxt_qplib_dpi dpi;243 struct bnxt_qplib_dpi wcdpi;244 void *shpg;245 spinlock_t sh_lock;246 uint64_t cmask;247 struct mutex cq_lock; /* Protect cq list */[all …]