Searched refs:hrq (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 747 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()
|
D | lpfc_sli.c | 2088 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 …]
|
D | lpfc_crtn.h | 80 int lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq,
|
D | lpfc.h | 174 struct lpfc_queue *hrq; /* ptr to associated Header RQ */ member
|
D | lpfc_nvmet.c | 407 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()
|