Searched refs:hrq (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_mem.c | 737 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 D | lpfc_sli.c | 2495 struct lpfc_queue *hrq; in lpfc_sli_hbq_to_firmware_s4() local 2500 hrq = phba->sli4_hba.hdr_rq; in lpfc_sli_hbq_to_firmware_s4() 2508 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_sli_hbq_to_firmware_s4() 2658 lpfc_sli_rqbuf_get(struct lpfc_hba *phba, struct lpfc_queue *hrq) in lpfc_sli_rqbuf_get() argument 2663 rqbp = hrq->rqbp; in lpfc_sli_rqbuf_get() 7775 lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_post_rq_buffer() argument 7786 rqbp = hrq->rqbp; in lpfc_post_rq_buffer() 7799 rqb_buffer->hrq = hrq; in lpfc_post_rq_buffer() 7814 rc = lpfc_sli4_rq_put(hrq, drq, &hrqe, &drqe); in lpfc_post_rq_buffer() 7819 hrq->queue_id, in lpfc_post_rq_buffer() [all …]
|
| H A D | lpfc_nvmet.c | 413 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, in lpfc_nvmet_ctxbuf_post() 1272 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_defer_rcv() 1960 nvmebuf->hrq->rqbp->rqb_free_buffer(phba, nvmebuf); in lpfc_nvmet_rcv_unsol_abort()
|
| H A D | lpfc.h | 177 struct lpfc_queue *hrq; /* ptr to associated Header RQ */ member
|