Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_mem.c747 rqbp = rqb_entry->hrq->rqbp; in lpfc_rq_buf_free()
755 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free()
761 rqb_entry->hrq->queue_id, in lpfc_rq_buf_free()
762 rqb_entry->hrq->host_index, in lpfc_rq_buf_free()
763 rqb_entry->hrq->hba_index, in lpfc_rq_buf_free()
764 rqb_entry->hrq->entry_count, in lpfc_rq_buf_free()
Dlpfc_sli.c2088 struct lpfc_queue *hrq; in lpfc_sli_hbq_to_firmware_s4() local
2093 hrq = phba->sli4_hba.hdr_rq; in lpfc_sli_hbq_to_firmware_s4()
2101 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()
2253 lpfc_sli_rqbuf_get(struct lpfc_hba *phba, struct lpfc_queue *hrq) in lpfc_sli_rqbuf_get() argument
2258 rqbp = hrq->rqbp; in lpfc_sli_rqbuf_get()
6741 lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_post_rq_buffer() argument
6753 rqbp = hrq->rqbp; in lpfc_post_rq_buffer()
6761 rqb_buffer->hrq = hrq; in lpfc_post_rq_buffer()
6774 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer()
6779 hrq->queue_id, in lpfc_post_rq_buffer()
[all …]
Dlpfc_crtn.h80 int lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq,
Dlpfc.h174 struct lpfc_queue *hrq; /* ptr to associated Header RQ */ member
Dlpfc_nvmet.c407 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_ctxbuf_post()
430 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_ctxbuf_post()
1133 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_defer_rcv()