Home
last modified time | relevance | path

Searched refs:cq_virt (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1122 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()
Dbnx2i.h650 struct cqe *cq_virt; member