Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_debugfs.c1872 phba->sli4_hba.hdr_rq->assoc_qid); in lpfc_idiag_queinfo_read()
1876 phba->sli4_hba.hdr_rq->queue_id, in lpfc_idiag_queinfo_read()
1877 phba->sli4_hba.hdr_rq->entry_count, in lpfc_idiag_queinfo_read()
1878 phba->sli4_hba.hdr_rq->host_index, in lpfc_idiag_queinfo_read()
1879 phba->sli4_hba.hdr_rq->hba_index); in lpfc_idiag_queinfo_read()
Dlpfc_sli4.h424 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */ member
Dlpfc_init.c6129 phba->sli4_hba.hdr_rq = qdesc; in lpfc_sli4_queue_create()
6144 lpfc_sli4_queue_free(phba->sli4_hba.hdr_rq); in lpfc_sli4_queue_create()
6145 phba->sli4_hba.hdr_rq = NULL; in lpfc_sli4_queue_create()
6215 lpfc_sli4_queue_free(phba->sli4_hba.hdr_rq); in lpfc_sli4_queue_destroy()
6216 phba->sli4_hba.hdr_rq = NULL; in lpfc_sli4_queue_destroy()
6451 if (!phba->sli4_hba.hdr_rq || !phba->sli4_hba.dat_rq) { in lpfc_sli4_queue_setup()
6456 rc = lpfc_rq_create(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq, in lpfc_sli4_queue_setup()
6467 phba->sli4_hba.hdr_rq->queue_id, in lpfc_sli4_queue_setup()
6514 lpfc_rq_destroy(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq); in lpfc_sli4_queue_unset()
Dlpfc_mbox.c2092 bf_set(lpfc_reg_fcfi_rq_id0, reg_fcfi, phba->sli4_hba.hdr_rq->queue_id); in lpfc_reg_fcfi()
Dlpfc_sli.c1748 rc = lpfc_sli4_rq_put(phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq, in lpfc_sli_hbq_to_firmware_s4()
3878 list_del_init(&phba->sli4_hba.hdr_rq->list); in lpfc_sli4_brdreset()
9637 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe()