Lines Matching defs:drqe
672 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe)
696 lpfc_sli4_pcimem_bcopy(drqe, temp_drqe, dq->entry_size);
2092 struct lpfc_rqe drqe;
2104 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys);
2105 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys);
2106 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe);
7235 struct lpfc_rqe drqe;
7267 drqe.address_lo = putPaddrLow(rqb_buffer->dbuf.phys);
7268 drqe.address_hi = putPaddrHigh(rqb_buffer->dbuf.phys);
7269 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe);