Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_mem.c730 rqbp = rqb_entry->hrq->rqbp; in lpfc_rq_buf_free()
738 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free()
743 rqb_entry->hrq->queue_id, in lpfc_rq_buf_free()
744 rqb_entry->hrq->host_index, in lpfc_rq_buf_free()
745 rqb_entry->hrq->hba_index, in lpfc_rq_buf_free()
746 rqb_entry->hrq->entry_count, in lpfc_rq_buf_free()
Dlpfc_sli.c2488 struct lpfc_queue *hrq; in lpfc_sli_hbq_to_firmware_s4() local
2493 hrq = phba->sli4_hba.hdr_rq; in lpfc_sli_hbq_to_firmware_s4()
2501 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()
2651 lpfc_sli_rqbuf_get(struct lpfc_hba *phba, struct lpfc_queue *hrq) in lpfc_sli_rqbuf_get() argument
2656 rqbp = hrq->rqbp; in lpfc_sli_rqbuf_get()
7761 lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_post_rq_buffer() argument
7772 rqbp = hrq->rqbp; in lpfc_post_rq_buffer()
7785 rqb_buffer->hrq = hrq; in lpfc_post_rq_buffer()
7800 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer()
7805 hrq->queue_id, in lpfc_post_rq_buffer()
[all …]
Dlpfc_crtn.h79 int lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq,
Dlpfc_nvmet.c413 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, in lpfc_nvmet_ctxbuf_post()
1267 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_defer_rcv()
1945 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_rcv_unsol_abort()
Dlpfc.h178 struct lpfc_queue *hrq; /* ptr to associated Header RQ */ member