Searched defs:bnxt_qplib_cq (Results 1 – 2 of 2) sorted by relevance
370 struct bnxt_qplib_cq { struct371 struct bnxt_qplib_dpi *dpi;372 void __iomem *dbr_base;373 u32 max_wqe;374 u32 id;375 u16 count;376 u16 period;377 struct bnxt_qplib_hwq hwq;378 u32 cnq_hw_ring_id;379 struct bnxt_qplib_nq *nq;[all …]
411 struct bnxt_qplib_cq *), in bnxt_qplib_enable_nq()