Lines Matching refs:cq_handle
469 struct regpair *cq_handle;
483 cq_handle = (struct regpair *)qed_chain_consume(&cnq->pbl);
484 cq = (struct qedr_cq *)(uintptr_t)HILO_U64(cq_handle->hi,
485 cq_handle->lo);
489 "Received NULL CQ cq_handle->hi=%d cq_handle->lo=%d sw_comp_cons=%d hw_comp_cons=%d\n",
490 cq_handle->hi, cq_handle->lo, sw_comp_cons,
498 "Problem with cq signature, cq_handle->hi=%d ch_handle->lo=%d cq=%p\n",
499 cq_handle->hi, cq_handle->lo, cq);