Lines Matching refs:mbox_mem_pool
1273 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_ring_map()
1293 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_ring_map()
2218 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_def_mbox_cmpl()
2258 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli4_unreg_rpi_cmpl_clr()
3917 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_brdkill()
3925 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_brdkill()
3940 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_brdkill()
3954 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_brdkill()
4406 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_hbq_setup()
4440 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_hbq_setup()
4446 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_hbq_setup()
4493 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_config_port()
4613 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_config_port()
4782 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_read_fcoe_params()
4836 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_sli4_read_fcoe_params()
4946 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_retrieve_pport_name()
5058 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_sli4_retrieve_pport_name()
5121 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_get_avail_extnt_rsrc()
5175 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_get_avail_extnt_rsrc()
5360 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_alloc_extent()
5562 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_dealloc_extent()
5658 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_dealloc_extent()
6016 mbox = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_get_allocated_extnts()
6271 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_hba_setup()
6647 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_sli4_hba_setup()
6657 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_sli4_hba_setup()
12880 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_modify_fcp_eq_delay()
12926 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_modify_fcp_eq_delay()
12968 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_eq_create()
13044 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_eq_create()
13087 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_cq_create()
13171 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_cq_create()
13274 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_mq_create()
13384 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mq_create()
13432 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_wq_create()
13591 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_wq_create()
13669 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_rq_create()
13895 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_rq_create()
13922 mbox = mempool_alloc(eq->phba->mbox_mem_pool, GFP_KERNEL); in lpfc_eq_destroy()
13951 mempool_free(mbox, eq->phba->mbox_mem_pool); in lpfc_eq_destroy()
13978 mbox = mempool_alloc(cq->phba->mbox_mem_pool, GFP_KERNEL); in lpfc_cq_destroy()
14005 mempool_free(mbox, cq->phba->mbox_mem_pool); in lpfc_cq_destroy()
14032 mbox = mempool_alloc(mq->phba->mbox_mem_pool, GFP_KERNEL); in lpfc_mq_destroy()
14059 mempool_free(mbox, mq->phba->mbox_mem_pool); in lpfc_mq_destroy()
14086 mbox = mempool_alloc(wq->phba->mbox_mem_pool, GFP_KERNEL); in lpfc_wq_destroy()
14112 mempool_free(mbox, wq->phba->mbox_mem_pool); in lpfc_wq_destroy()
14140 mbox = mempool_alloc(hrq->phba->mbox_mem_pool, GFP_KERNEL); in lpfc_rq_destroy()
14164 mempool_free(mbox, hrq->phba->mbox_mem_pool); in lpfc_rq_destroy()
14183 mempool_free(mbox, hrq->phba->mbox_mem_pool); in lpfc_rq_destroy()
14228 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_post_sgl()
14262 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_post_sgl()
14400 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_post_els_sgl_list()
14504 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_post_scsi_sgl_block()
15619 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_post_rpi_hdr()
15649 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_sli4_post_rpi_hdr()
15807 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_resume_rpi()
15826 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_sli4_resume_rpi()
15850 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_init_vpi()
15864 mempool_free(mboxq, vport->phba->mbox_mem_pool); in lpfc_sli4_init_vpi()
15921 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_add_fcf_record()
16040 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_fcf_scan_read_fcf_rec()
16100 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_fcf_rr_read_fcf_rec()
16146 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_read_fcf_rec()
16466 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mbx_cmpl_redisc_fcf_table()
16486 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_redisc_fcf_table()
16510 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_redisc_fcf_table()
16561 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_get_config_region23()
16595 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_get_config_region23()
16620 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_get_config_region23()
16643 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_sli4_get_config_region23()
16781 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_wr_object()
16827 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_wr_object()
16939 mempool_free(mb, phba->mbox_mem_pool); in lpfc_cleanup_pending_mbox()