Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c457 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) in lpfc_sli4_rq_put() argument
478 lpfc_sli_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size); in lpfc_sli4_rq_put()
1808 struct lpfc_rqe hrqe; in lpfc_sli_hbq_to_firmware_s4() local
1811 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys); in lpfc_sli_hbq_to_firmware_s4()
1812 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.phys); in lpfc_sli_hbq_to_firmware_s4()
1816 &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()