Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h548 phba->sli4_hba.hdr_rq->queue_id); in lpfc_debug_dump_hdr_rq()
549 lpfc_debug_dump_q(phba->sli4_hba.hdr_rq); in lpfc_debug_dump_hdr_rq()
614 if (phba->sli4_hba.hdr_rq->queue_id == qid) { in lpfc_debug_dump_rq_by_id()
616 lpfc_debug_dump_q(phba->sli4_hba.hdr_rq); in lpfc_debug_dump_rq_by_id()
H A Dlpfc_mbox.c2480 phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi()
2506 phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi()
2577 phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi_mrq()
H A Dlpfc_sli4.h850 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */ member
H A Dlpfc_debugfs.c4126 qp = phba->sli4_hba.hdr_rq; in lpfc_idiag_queinfo_read()
4495 if (phba->sli4_hba.hdr_rq && in lpfc_idiag_queacc_write()
4496 phba->sli4_hba.hdr_rq->queue_id == queid) { in lpfc_idiag_queacc_write()
4499 phba->sli4_hba.hdr_rq, index, count); in lpfc_idiag_queacc_write()
4502 idiag.ptr_private = phba->sli4_hba.hdr_rq; in lpfc_idiag_queacc_write()
H A Dlpfc_init.c9226 phba->sli4_hba.hdr_rq = qdesc; in lpfc_sli4_queue_create()
9422 __lpfc_sli4_release_queue(&phba->sli4_hba.hdr_rq); in lpfc_sli4_queue_destroy()
9871 if (!phba->sli4_hba.hdr_rq || !phba->sli4_hba.dat_rq) { in lpfc_sli4_queue_setup()
9878 rc = lpfc_rq_create(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq, in lpfc_sli4_queue_setup()
9890 phba->sli4_hba.hdr_rq->queue_id, in lpfc_sli4_queue_setup()
9957 if (phba->sli4_hba.hdr_rq) in lpfc_sli4_queue_unset()
9958 lpfc_rq_destroy(phba, phba->sli4_hba.hdr_rq, in lpfc_sli4_queue_unset()
H A Dlpfc_sli.c2098 hrq = phba->sli4_hba.hdr_rq; in lpfc_sli_hbq_to_firmware_s4()
13669 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe()