Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_mem.c727 rqbp = rqb_entry->hrq->rqbp; in lpfc_rq_buf_free()
735 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free()
740 rqb_entry->hrq->queue_id, in lpfc_rq_buf_free()
741 rqb_entry->hrq->host_index, in lpfc_rq_buf_free()
742 rqb_entry->hrq->hba_index, in lpfc_rq_buf_free()
743 rqb_entry->hrq->entry_count, in lpfc_rq_buf_free()
Dlpfc_sli.c2468 struct lpfc_queue *hrq; in lpfc_sli_hbq_to_firmware_s4() local
2473 hrq = phba->sli4_hba.hdr_rq; in lpfc_sli_hbq_to_firmware_s4()
2481 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()
2631 lpfc_sli_rqbuf_get(struct lpfc_hba *phba, struct lpfc_queue *hrq) in lpfc_sli_rqbuf_get() argument
2636 rqbp = hrq->rqbp; in lpfc_sli_rqbuf_get()
7673 lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_post_rq_buffer() argument
7684 rqbp = hrq->rqbp; in lpfc_post_rq_buffer()
7697 rqb_buffer->hrq = hrq; in lpfc_post_rq_buffer()
7712 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer()
7717 hrq->queue_id, in lpfc_post_rq_buffer()
[all …]
Dlpfc_crtn.h77 int lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq,
Dlpfc_nvmet.c411 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, in lpfc_nvmet_ctxbuf_post()
1268 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_defer_rcv()
1948 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_rcv_unsol_abort()
Dlpfc.h181 struct lpfc_queue *hrq; /* ptr to associated Header RQ */ member