Searched refs:cq_virt (Results 1 – 2 of 2) sorted by relevance
1122 ep->qp.cq_virt = in bnx2i_alloc_qp_resc()1125 if (!ep->qp.cq_virt) { in bnx2i_alloc_qp_resc()1130 memset(ep->qp.cq_virt, 0x00, ep->qp.cq_mem_size); in bnx2i_alloc_qp_resc()1132 ep->qp.cq_first_qe = ep->qp.cq_virt; in bnx2i_alloc_qp_resc()1241 if (ep->qp.cq_virt) { in bnx2i_free_qp_resc()1243 ep->qp.cq_virt, ep->qp.cq_phys); in bnx2i_free_qp_resc()1244 ep->qp.cq_virt = NULL; in bnx2i_free_qp_resc()1991 if (!qp->cq_virt) { in bnx2i_process_new_cqes()
650 struct cqe *cq_virt; member