Home
last modified time | relevance | path

Searched refs:mboxq_cmpl (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h393 struct list_head mboxq_cmpl; member
H A Dlpfc_mem.c321 list_for_each_entry_safe(mbox, next_mbox, &psli->mboxq_cmpl, list) { in lpfc_mem_free_all()
H A Dlpfc_mbox.c1584 list_add_tail(&mbq->list, &phba->sli.mboxq_cmpl); in __lpfc_mbox_cmpl_put()
H A Dlpfc_sli.c3035 * mailbox commands to the mboxq_cmpl queue and signals the worker thread.
3037 * completed mailbox commands in mboxq_cmpl queue to the upper layers. This
3053 list_splice_init(&phba->sli.mboxq_cmpl, &cmplq); in lpfc_sli_handle_mb_event()
11766 INIT_LIST_HEAD(&psli->mboxq_cmpl); in lpfc_sli4_queue_init()
11822 INIT_LIST_HEAD(&psli->mboxq_cmpl); in lpfc_sli_queue_init()
11879 list_splice_init(&phba->sli.mboxq_cmpl, &completions); in lpfc_sli_mbox_sys_flush()
21096 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) { in lpfc_cleanup_pending_mbox()
H A Dlpfc_hbadisc.c5476 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) { in lpfc_cleanup_node()
H A Dlpfc_init.c8060 INIT_LIST_HEAD(&phba->sli.mboxq_cmpl); in lpfc_sli4_driver_resource_setup()