Searched refs:cq_virt (Results 1 – 2 of 2) sorted by relevance
1105 ep->qp.cq_virt = in bnx2i_alloc_qp_resc()1108 if (!ep->qp.cq_virt) { in bnx2i_alloc_qp_resc()1114 ep->qp.cq_first_qe = ep->qp.cq_virt; in bnx2i_alloc_qp_resc()1223 if (ep->qp.cq_virt) { in bnx2i_free_qp_resc()1225 ep->qp.cq_virt, ep->qp.cq_phys); in bnx2i_free_qp_resc()1226 ep->qp.cq_virt = NULL; in bnx2i_free_qp_resc()1967 if (!qp->cq_virt) { in bnx2i_process_new_cqes()
650 struct cqe *cq_virt; member