Searched refs:drqe (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 728 struct lpfc_rqe drqe; in lpfc_rq_buf_free() local 743 drqe.address_lo = putPaddrLow(rqb_entry->dbuf.phys); in lpfc_rq_buf_free() 744 drqe.address_hi = putPaddrHigh(rqb_entry->dbuf.phys); in lpfc_rq_buf_free() 745 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free()
|
D | lpfc_crtn.h | 300 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe);
|
D | lpfc_sli.c | 797 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) in lpfc_sli4_rq_put() argument 821 lpfc_sli4_pcimem_bcopy(drqe, temp_drqe, dq->entry_size); in lpfc_sli4_rq_put() 2492 struct lpfc_rqe drqe; in lpfc_sli_hbq_to_firmware_s4() local 2504 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys); in lpfc_sli_hbq_to_firmware_s4() 2505 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys); in lpfc_sli_hbq_to_firmware_s4() 2506 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4() 7783 struct lpfc_rqe drqe; in lpfc_post_rq_buffer() local 7815 drqe.address_lo = putPaddrLow(rqb_buffer->dbuf.phys); in lpfc_post_rq_buffer() 7816 drqe.address_hi = putPaddrHigh(rqb_buffer->dbuf.phys); in lpfc_post_rq_buffer() 7817 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer()
|