Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_sli.c398 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) in lpfc_sli4_rq_put() argument
419 lpfc_sli_pcimem_bcopy(drqe, temp_drqe, dq->entry_size); in lpfc_sli4_rq_put()
1755 struct lpfc_rqe drqe; in lpfc_sli_hbq_to_firmware_s4() local
1759 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys); in lpfc_sli_hbq_to_firmware_s4()
1760 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys); in lpfc_sli_hbq_to_firmware_s4()
1762 &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()