Home
last modified time | relevance | path

Searched refs:hdr_rq (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_debugfs.h549 phba->sli4_hba.hdr_rq->queue_id); in lpfc_debug_dump_hdr_rq()
550 lpfc_debug_dump_q(phba->sli4_hba.hdr_rq); in lpfc_debug_dump_hdr_rq()
615 if (phba->sli4_hba.hdr_rq->queue_id == qid) { in lpfc_debug_dump_rq_by_id()
617 lpfc_debug_dump_q(phba->sli4_hba.hdr_rq); in lpfc_debug_dump_rq_by_id()
Dlpfc_mbox.c2478 phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi()
2504 phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi()
2575 phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi_mrq()
Dlpfc_sli4.h804 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */ member
Dlpfc_debugfs.c3929 qp = phba->sli4_hba.hdr_rq; in lpfc_idiag_queinfo_read()
4298 if (phba->sli4_hba.hdr_rq && in lpfc_idiag_queacc_write()
4299 phba->sli4_hba.hdr_rq->queue_id == queid) { in lpfc_idiag_queacc_write()
4302 phba->sli4_hba.hdr_rq, index, count); in lpfc_idiag_queacc_write()
4305 idiag.ptr_private = phba->sli4_hba.hdr_rq; in lpfc_idiag_queacc_write()
Dlpfc_init.c8994 phba->sli4_hba.hdr_rq = qdesc; in lpfc_sli4_queue_create()
9187 __lpfc_sli4_release_queue(&phba->sli4_hba.hdr_rq); in lpfc_sli4_queue_destroy()
9638 if (!phba->sli4_hba.hdr_rq || !phba->sli4_hba.dat_rq) { in lpfc_sli4_queue_setup()
9645 rc = lpfc_rq_create(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq, in lpfc_sli4_queue_setup()
9657 phba->sli4_hba.hdr_rq->queue_id, in lpfc_sli4_queue_setup()
9724 if (phba->sli4_hba.hdr_rq) in lpfc_sli4_queue_unset()
9725 lpfc_rq_destroy(phba, phba->sli4_hba.hdr_rq, in lpfc_sli4_queue_unset()
Dlpfc_sli.c2083 hrq = phba->sli4_hba.hdr_rq; in lpfc_sli_hbq_to_firmware_s4()
13359 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe()