Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_mem.c705 struct lpfc_rqe drqe; in lpfc_rq_buf_free() local
720 drqe.address_lo = putPaddrLow(rqb_entry->dbuf.phys); in lpfc_rq_buf_free()
721 drqe.address_hi = putPaddrHigh(rqb_entry->dbuf.phys); in lpfc_rq_buf_free()
722 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free()
H A Dlpfc_crtn.h262 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe);
H A Dlpfc_sli.c672 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) in lpfc_sli4_rq_put()
696 lpfc_sli4_pcimem_bcopy(drqe, temp_drqe, dq->entry_size); in lpfc_sli4_rq_put()
2092 struct lpfc_rqe drqe; in lpfc_sli_hbq_to_firmware_s4() local
2104 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys); in lpfc_sli_hbq_to_firmware_s4()
2105 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys); in lpfc_sli_hbq_to_firmware_s4()
2106 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()
7235 struct lpfc_rqe drqe; in lpfc_post_rq_buffer() local
7267 drqe.address_lo = putPaddrLow(rqb_buffer->dbuf.phys); in lpfc_post_rq_buffer()
7268 drqe.address_hi = putPaddrHigh(rqb_buffer->dbuf.phys); in lpfc_post_rq_buffer()
7269 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer()
671 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) lpfc_sli4_rq_put() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_mem.c721 struct lpfc_rqe drqe; in lpfc_rq_buf_free() local
736 drqe.address_lo = putPaddrLow(rqb_entry->dbuf.phys); in lpfc_rq_buf_free()
737 drqe.address_hi = putPaddrHigh(rqb_entry->dbuf.phys); in lpfc_rq_buf_free()
738 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free()
H A Dlpfc_crtn.h300 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe);
H A Dlpfc_sli.c797 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) in lpfc_sli4_rq_put()
821 lpfc_sli4_pcimem_bcopy(drqe, temp_drqe, dq->entry_size); in lpfc_sli4_rq_put()
2487 struct lpfc_rqe drqe; in lpfc_sli_hbq_to_firmware_s4() local
2499 drqe.address_lo = putPaddrLow(hbq_buf->dbuf.phys); in lpfc_sli_hbq_to_firmware_s4()
2500 drqe.address_hi = putPaddrHigh(hbq_buf->dbuf.phys); in lpfc_sli_hbq_to_firmware_s4()
2501 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()
7766 struct lpfc_rqe drqe; in lpfc_post_rq_buffer() local
7798 drqe.address_lo = putPaddrLow(rqb_buffer->dbuf.phys); in lpfc_post_rq_buffer()
7799 drqe.address_hi = putPaddrHigh(rqb_buffer->dbuf.phys); in lpfc_post_rq_buffer()
7800 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer()
796 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) lpfc_sli4_rq_put() argument
[all...]

Completed in 30 milliseconds