Searched refs:cq_first_qe (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c1115 ep->qp.cq_first_qe = ep->qp.cq_virt;
1116 ep->qp.cq_prod_qe = ep->qp.cq_first_qe;
1117 ep->qp.cq_cons_qe = ep->qp.cq_first_qe;
1118 ep->qp.cq_last_qe = &ep->qp.cq_first_qe[hba->max_cqes - 1];
2067 qp->cq_cons_qe = qp->cq_first_qe;
H A Dbnx2i.h598 * @cq_first_qe: virtual address of first entry in CQ
656 struct cqe *cq_first_qe; member in struct:qp_info

Completed in 198 milliseconds