Lines Matching defs:bnxt_qplib_srq
42 struct bnxt_qplib_srq { struct
43 struct bnxt_qplib_pd *pd;
44 struct bnxt_qplib_dpi *dpi;
45 void __iomem *dbr_base;
46 u64 srq_handle;
47 u32 id;
48 u32 max_wqe;
49 u32 max_sge;
50 u32 threshold;
51 bool arm_req;
52 struct bnxt_qplib_cq *cq;
53 struct bnxt_qplib_hwq hwq;
54 struct bnxt_qplib_swq *swq;
55 int start_idx;
56 int last_idx;
57 struct bnxt_qplib_sg_info sg_info;
58 u16 eventq_hw_ring_id;
59 spinlock_t lock; /* protect SRQE link list */