Searched refs:hdr_rq (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 508 phba->sli4_hba.hdr_rq->queue_id); in lpfc_debug_dump_hdr_rq() 509 lpfc_debug_dump_q(phba->sli4_hba.hdr_rq); in lpfc_debug_dump_hdr_rq() 598 if (phba->sli4_hba.hdr_rq->queue_id == qid) { in lpfc_debug_dump_rq_by_id() 600 lpfc_debug_dump_q(phba->sli4_hba.hdr_rq); in lpfc_debug_dump_rq_by_id()
|
D | lpfc_debugfs.c | 2237 if (phba->sli4_hba.hdr_rq && phba->sli4_hba.dat_rq) { in lpfc_idiag_queinfo_read() 2239 qp = phba->sli4_hba.hdr_rq; in lpfc_idiag_queinfo_read() 2711 if (phba->sli4_hba.hdr_rq && in lpfc_idiag_queacc_write() 2712 phba->sli4_hba.hdr_rq->queue_id == queid) { in lpfc_idiag_queacc_write() 2715 phba->sli4_hba.hdr_rq, index, count); in lpfc_idiag_queacc_write() 2718 idiag.ptr_private = phba->sli4_hba.hdr_rq; in lpfc_idiag_queacc_write()
|
D | lpfc_sli4.h | 529 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */ member
|
D | lpfc_init.c | 7338 phba->sli4_hba.hdr_rq = qdesc; in lpfc_sli4_queue_create() 7438 if (phba->sli4_hba.hdr_rq != NULL) { in lpfc_sli4_queue_destroy() 7439 lpfc_sli4_queue_free(phba->sli4_hba.hdr_rq); in lpfc_sli4_queue_destroy() 7440 phba->sli4_hba.hdr_rq = NULL; in lpfc_sli4_queue_destroy() 7744 if (!phba->sli4_hba.hdr_rq || !phba->sli4_hba.dat_rq) { in lpfc_sli4_queue_setup() 7751 lpfc_rq_adjust_repost(phba, phba->sli4_hba.hdr_rq, LPFC_ELS_HBQ); in lpfc_sli4_queue_setup() 7754 rc = lpfc_rq_create(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq, in lpfc_sli4_queue_setup() 7766 phba->sli4_hba.hdr_rq->queue_id, in lpfc_sli4_queue_setup() 7790 lpfc_rq_destroy(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq); in lpfc_sli4_queue_setup() 7837 lpfc_rq_destroy(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq); in lpfc_sli4_queue_unset()
|
D | lpfc_mbox.c | 2435 bf_set(lpfc_reg_fcfi_rq_id0, reg_fcfi, phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi()
|
D | lpfc_sli.c | 1815 rc = lpfc_sli4_rq_put(phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq, in lpfc_sli_hbq_to_firmware_s4() 11928 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe()
|