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.c3055 list_splice_init(&phba->sli.mboxq_cmpl, &cmplq); in lpfc_sli_handle_mb_event()
11835 INIT_LIST_HEAD(&psli->mboxq_cmpl); in lpfc_sli4_queue_init()
11891 INIT_LIST_HEAD(&psli->mboxq_cmpl); in lpfc_sli_queue_init()
11948 list_splice_init(&phba->sli.mboxq_cmpl, &completions); in lpfc_sli_mbox_sys_flush()
21158 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) { in lpfc_cleanup_pending_mbox()
H A Dlpfc_hbadisc.c5480 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) { in lpfc_cleanup_node()
H A Dlpfc_init.c8047 INIT_LIST_HEAD(&phba->sli.mboxq_cmpl); in lpfc_sli4_driver_resource_setup()