Lines Matching refs:cq_handle
439 struct regpair *cq_handle;
453 cq_handle = (struct regpair *)qed_chain_consume(&cnq->pbl);
454 cq = (struct qedr_cq *)(uintptr_t)HILO_U64(cq_handle->hi,
455 cq_handle->lo);
459 "Received NULL CQ cq_handle->hi=%d cq_handle->lo=%d sw_comp_cons=%d hw_comp_cons=%d\n",
460 cq_handle->hi, cq_handle->lo, sw_comp_cons,
468 "Problem with cq signature, cq_handle->hi=%d ch_handle->lo=%d cq=%p\n",
469 cq_handle->hi, cq_handle->lo, cq);