Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_mem.c737 rqbp = rqb_entry->hrq->rqbp; in lpfc_rq_buf_free()
745 rc = lpfc_sli4_rq_put(rqb_entry->hrq, rqb_entry->drq, &hrqe, &drqe); in lpfc_rq_buf_free()
750 rqb_entry->hrq->queue_id, in lpfc_rq_buf_free()
751 rqb_entry->hrq->host_index, in lpfc_rq_buf_free()
752 rqb_entry->hrq->hba_index, in lpfc_rq_buf_free()
753 rqb_entry->hrq->entry_count, in lpfc_rq_buf_free()
H A Dlpfc_sli.c2661 rqbp = hrq->rqbp; in lpfc_sli_rqbuf_get()
7774 rqbp = hrq->rqbp; in lpfc_post_rq_buffer()
7787 rqb_buffer->hrq = hrq; in lpfc_post_rq_buffer()
7807 hrq->queue_id, in lpfc_post_rq_buffer()
7809 hrq->hba_index, in lpfc_post_rq_buffer()
14634 hrq->RQ_rcv_buf++; in lpfc_sli4_sp_handle_rcqe()
14700 hrq->RQ_rcv_buf++; in lpfc_sli4_sp_handle_rcqe()
15185 hrq->RQ_rcv_buf++; in lpfc_sli4_nvmet_handle_rcqe()
17463 hrq = hrqp[idx]; in lpfc_mrq_create()
17571 hrq = hrqp[idx]; in lpfc_mrq_create()
[all …]
H A Dlpfc_crtn.h79 int lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq,
H A 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()
1958 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_rcv_unsol_abort()
H A Dlpfc.h177 struct lpfc_queue *hrq; /* ptr to associated Header RQ */ member