Home
last modified time | relevance | path

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

/Linux-v6.1/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.c2472 struct lpfc_queue *hrq; in lpfc_sli_hbq_to_firmware_s4() local
2477 hrq = phba->sli4_hba.hdr_rq; in lpfc_sli_hbq_to_firmware_s4()
2485 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4()
2635 lpfc_sli_rqbuf_get(struct lpfc_hba *phba, struct lpfc_queue *hrq) in lpfc_sli_rqbuf_get() argument
2640 rqbp = hrq->rqbp; in lpfc_sli_rqbuf_get()
7776 lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_post_rq_buffer() argument
7787 rqbp = hrq->rqbp; in lpfc_post_rq_buffer()
7800 rqb_buffer->hrq = hrq; in lpfc_post_rq_buffer()
7815 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer()
7820 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()
1948 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_rcv_unsol_abort()
Dlpfc.h177 struct lpfc_queue *hrq; /* ptr to associated Header RQ */ member