Searched refs:hdr_rq (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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 | 530 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */ member
|
D | lpfc_init.c | 7319 phba->sli4_hba.hdr_rq = qdesc; in lpfc_sli4_queue_create() 7419 if (phba->sli4_hba.hdr_rq != NULL) { in lpfc_sli4_queue_destroy() 7420 lpfc_sli4_queue_free(phba->sli4_hba.hdr_rq); in lpfc_sli4_queue_destroy() 7421 phba->sli4_hba.hdr_rq = NULL; in lpfc_sli4_queue_destroy() 7723 if (!phba->sli4_hba.hdr_rq || !phba->sli4_hba.dat_rq) { in lpfc_sli4_queue_setup() 7730 lpfc_rq_adjust_repost(phba, phba->sli4_hba.hdr_rq, LPFC_ELS_HBQ); in lpfc_sli4_queue_setup() 7733 rc = lpfc_rq_create(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq, in lpfc_sli4_queue_setup() 7745 phba->sli4_hba.hdr_rq->queue_id, in lpfc_sli4_queue_setup() 7769 lpfc_rq_destroy(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq); in lpfc_sli4_queue_setup() 7816 lpfc_rq_destroy(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq); in lpfc_sli4_queue_unset()
|
D | lpfc_mbox.c | 2279 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() 11946 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe()
|