Searched refs:mboxq_cmpl (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli.h | 393 struct list_head mboxq_cmpl; member
|
H A D | lpfc_mem.c | 321 list_for_each_entry_safe(mbox, next_mbox, &psli->mboxq_cmpl, list) { in lpfc_mem_free_all()
|
H A D | lpfc_mbox.c | 1584 list_add_tail(&mbq->list, &phba->sli.mboxq_cmpl); in __lpfc_mbox_cmpl_put()
|
H A D | lpfc_sli.c | 3035 * 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 D | lpfc_hbadisc.c | 5476 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) { in lpfc_cleanup_node()
|
H A D | lpfc_init.c | 8060 INIT_LIST_HEAD(&phba->sli.mboxq_cmpl); in lpfc_sli4_driver_resource_setup()
|