Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_mbox.c2516 phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi()
2544 phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi()
2615 phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi_mrq()
H A Dlpfc_sli4.h866 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */ member
H A Dlpfc_debugfs.c4159 qp = phba->sli4_hba.hdr_rq; in lpfc_idiag_queinfo_read()
4528 if (phba->sli4_hba.hdr_rq && in lpfc_idiag_queacc_write()
4529 phba->sli4_hba.hdr_rq->queue_id == queid) { in lpfc_idiag_queacc_write()
4532 phba->sli4_hba.hdr_rq, index, count); in lpfc_idiag_queacc_write()
4535 idiag.ptr_private = phba->sli4_hba.hdr_rq; in lpfc_idiag_queacc_write()
H A Dlpfc_init.c10693 phba->sli4_hba.hdr_rq = qdesc; in lpfc_sli4_queue_create()
10889 __lpfc_sli4_release_queue(&phba->sli4_hba.hdr_rq); in lpfc_sli4_queue_destroy()
11335 if (!phba->sli4_hba.hdr_rq || !phba->sli4_hba.dat_rq) { in lpfc_sli4_queue_setup()
11342 rc = lpfc_rq_create(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq, in lpfc_sli4_queue_setup()
11354 phba->sli4_hba.hdr_rq->queue_id, in lpfc_sli4_queue_setup()
11421 if (phba->sli4_hba.hdr_rq) in lpfc_sli4_queue_unset()
11422 lpfc_rq_destroy(phba, phba->sli4_hba.hdr_rq, in lpfc_sli4_queue_unset()
H A Dlpfc_sli.c2499 hrq = phba->sli4_hba.hdr_rq; in lpfc_sli_hbq_to_firmware_s4()
14668 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe()