Searched refs:cq_virt (Results 1 – 2 of 2) sorted by relevance
1106 ep->qp.cq_virt = in bnx2i_alloc_qp_resc()1109 if (!ep->qp.cq_virt) { in bnx2i_alloc_qp_resc()1115 ep->qp.cq_first_qe = ep->qp.cq_virt; in bnx2i_alloc_qp_resc()1224 if (ep->qp.cq_virt) { in bnx2i_free_qp_resc()1226 ep->qp.cq_virt, ep->qp.cq_phys); in bnx2i_free_qp_resc()1227 ep->qp.cq_virt = NULL; in bnx2i_free_qp_resc()1970 if (!qp->cq_virt) { in bnx2i_process_new_cqes()
650 struct cqe *cq_virt; member