Lines Matching refs:mbox
295 LPFC_MBOXQ_t *mbox, *next_mbox; in lpfc_mem_free_all() local
299 list_for_each_entry_safe(mbox, next_mbox, &psli->mboxq, list) { in lpfc_mem_free_all()
300 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all()
305 list_del(&mbox->list); in lpfc_mem_free_all()
306 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mem_free_all()
309 list_for_each_entry_safe(mbox, next_mbox, &psli->mboxq_cmpl, list) { in lpfc_mem_free_all()
310 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all()
315 list_del(&mbox->list); in lpfc_mem_free_all()
316 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mem_free_all()
323 mbox = psli->mbox_active; in lpfc_mem_free_all()
324 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all()
329 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mem_free_all()