Searched refs:hrqe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 704 struct lpfc_rqe hrqe; in lpfc_rq_buf_free() local 718 hrqe.address_lo = putPaddrLow(rqb_entry->hbuf.phys); in lpfc_rq_buf_free() 719 hrqe.address_hi = putPaddrHigh(rqb_entry->hbuf.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 D | lpfc_crtn.h | 262 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe);
|
H A D | lpfc_sli.c | 672 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) in lpfc_sli4_rq_put() 695 lpfc_sli4_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size); in lpfc_sli4_rq_put() 2091 struct lpfc_rqe hrqe; in lpfc_sli_hbq_to_firmware_s4() local 2102 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys); in lpfc_sli_hbq_to_firmware_s4() 2103 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.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() 7234 struct lpfc_rqe hrqe; in lpfc_post_rq_buffer() local 7265 hrqe.address_lo = putPaddrLow(rqb_buffer->hbuf.phys); in lpfc_post_rq_buffer() 7266 hrqe.address_hi = putPaddrHigh(rqb_buffer->hbuf.phys); in lpfc_post_rq_buffer() 7269 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, 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 D | lpfc_mem.c | 720 struct lpfc_rqe hrqe; in lpfc_rq_buf_free() local 734 hrqe.address_lo = putPaddrLow(rqb_entry->hbuf.phys); in lpfc_rq_buf_free() 735 hrqe.address_hi = putPaddrHigh(rqb_entry->hbuf.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 D | lpfc_crtn.h | 300 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe);
|
H A D | lpfc_sli.c | 797 struct lpfc_rqe *hrqe, struct lpfc_rqe *drqe) in lpfc_sli4_rq_put() 820 lpfc_sli4_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size); in lpfc_sli4_rq_put() 2486 struct lpfc_rqe hrqe; in lpfc_sli_hbq_to_firmware_s4() local 2497 hrqe.address_lo = putPaddrLow(hbq_buf->hbuf.phys); in lpfc_sli_hbq_to_firmware_s4() 2498 hrqe.address_hi = putPaddrHigh(hbq_buf->hbuf.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() 7765 struct lpfc_rqe hrqe; in lpfc_post_rq_buffer() local 7796 hrqe.address_lo = putPaddrLow(rqb_buffer->hbuf.phys); in lpfc_post_rq_buffer() 7797 hrqe.address_hi = putPaddrHigh(rqb_buffer->hbuf.phys); in lpfc_post_rq_buffer() 7800 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, 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 50 milliseconds