Searched refs:rq_virt (Results 1 – 2 of 2) sorted by relevance
1148 ep->qp.rq_virt = in bnx2i_alloc_qp_resc()1151 if (!ep->qp.rq_virt) { in bnx2i_alloc_qp_resc()1157 ep->qp.rq_first_qe = ep->qp.rq_virt; in bnx2i_alloc_qp_resc()1210 if (ep->qp.rq_virt) { in bnx2i_free_qp_resc()1212 ep->qp.rq_virt, ep->qp.rq_phys); in bnx2i_free_qp_resc()1213 ep->qp.rq_virt = NULL; in bnx2i_free_qp_resc()
668 struct rqe *rq_virt; member