Home
last modified time | relevance | path

Searched refs:mbx_wq (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_debugfs.c1827 phba->sli4_hba.mbx_wq->assoc_qid); in lpfc_idiag_queinfo_read()
1831 phba->sli4_hba.mbx_wq->queue_id, in lpfc_idiag_queinfo_read()
1832 phba->sli4_hba.mbx_wq->entry_count, in lpfc_idiag_queinfo_read()
1833 phba->sli4_hba.mbx_wq->host_index, in lpfc_idiag_queinfo_read()
1834 phba->sli4_hba.mbx_wq->hba_index); in lpfc_idiag_queinfo_read()
Dlpfc_sli4.h422 struct lpfc_queue *mbx_wq; /* Slow-path MBOX work queue */ member
Dlpfc_init.c6076 phba->sli4_hba.mbx_wq = qdesc; in lpfc_sli4_queue_create()
6156 lpfc_sli4_queue_free(phba->sli4_hba.mbx_wq); in lpfc_sli4_queue_create()
6157 phba->sli4_hba.mbx_wq = NULL; in lpfc_sli4_queue_create()
6201 lpfc_sli4_queue_free(phba->sli4_hba.mbx_wq); in lpfc_sli4_queue_destroy()
6202 phba->sli4_hba.mbx_wq = NULL; in lpfc_sli4_queue_destroy()
6383 if (!phba->sli4_hba.mbx_wq) { in lpfc_sli4_queue_setup()
6388 rc = lpfc_mq_create(phba, phba->sli4_hba.mbx_wq, in lpfc_sli4_queue_setup()
6398 phba->sli4_hba.mbx_wq->queue_id, in lpfc_sli4_queue_setup()
6477 lpfc_mq_destroy(phba, phba->sli4_hba.mbx_wq); in lpfc_sli4_queue_setup()
6510 lpfc_mq_destroy(phba, phba->sli4_hba.mbx_wq); in lpfc_sli4_queue_unset()
Dlpfc_sli.c3876 list_del_init(&phba->sli4_hba.mbx_wq->list); in lpfc_sli4_brdreset()
5989 rc = lpfc_sli4_mq_put(phba->sli4_hba.mbx_wq, mqe); in lpfc_sli4_post_async_mbox()
9470 lpfc_sli4_mq_release(phba->sli4_hba.mbx_wq); in lpfc_sli4_sp_handle_mbox_event()