Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h101 struct bnxt_re_cq { struct
102 struct ib_cq ib_cq;
103 struct bnxt_re_dev *rdev;
104 spinlock_t cq_lock; /* protect cq */
105 u16 cq_count;
106 u16 cq_period;
107 struct bnxt_qplib_cq qplib_cq;
108 struct bnxt_qplib_cqe *cql;
110 u32 max_cql;
111 struct ib_umem *umem;
[all …]