Searched refs:sq_virt (Results 1 – 2 of 2) sorted by relevance
1085 ep->qp.sq_virt = in bnx2i_alloc_qp_resc()1088 if (!ep->qp.sq_virt) { in bnx2i_alloc_qp_resc()1094 memset(ep->qp.sq_virt, 0x00, ep->qp.sq_mem_size); in bnx2i_alloc_qp_resc()1095 ep->qp.sq_first_qe = ep->qp.sq_virt; in bnx2i_alloc_qp_resc()1213 if (ep->qp.sq_virt) { in bnx2i_free_qp_resc()1215 ep->qp.sq_virt, ep->qp.sq_phys); in bnx2i_free_qp_resc()1216 ep->qp.sq_virt = NULL; in bnx2i_free_qp_resc()
634 struct sqe *sq_virt; member