Lines Matching defs:bnxt_qplib_cq
393 struct bnxt_qplib_cq { struct
394 struct bnxt_qplib_dpi *dpi;
395 struct bnxt_qplib_db_info dbinfo;
396 u32 max_wqe;
397 u32 id;
398 u16 count;
399 u16 period;
400 struct bnxt_qplib_hwq hwq;
401 u32 cnq_hw_ring_id;
402 struct bnxt_qplib_nq *nq;
403 bool resize_in_progress;
404 struct bnxt_qplib_sg_info sg_info;
405 u64 cq_handle;
408 unsigned long flags;
410 wait_queue_head_t waitq;
411 struct list_head sqf_head, rqf_head;
412 atomic_t arm_state;
413 spinlock_t compl_lock; /* synch CQ handlers */
425 spinlock_t flush_lock; /* QP flush management */
426 u16 cnq_events;