Searched refs:mbox_mem_pool (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 138 phba->mbox_mem_pool = mempool_create_kmalloc_pool(LPFC_MBX_POOL_SIZE, in lpfc_mem_alloc() 140 if (!phba->mbox_mem_pool) in lpfc_mem_alloc() 199 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_alloc() 200 phba->mbox_mem_pool = NULL; in lpfc_mem_alloc() 270 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_free() 271 phba->mbox_mem_pool = NULL; in lpfc_mem_free()
|
H A D | lpfc_hbadisc.c | 1304 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_linkdown() 1311 mempool_free(mb, phba->mbox_mem_pool); in lpfc_linkdown() 1318 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_linkdown() 1325 mempool_free(mb, phba->mbox_mem_pool); in lpfc_linkdown() 1477 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_clear_la() 1484 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_clear_la() 1511 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_local_config_link() 1542 sparam_mb = mempool_alloc(phba->mbox_mem_pool, in lpfc_mbx_cmpl_local_config_link() 1549 mempool_free(sparam_mb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_local_config_link() 1648 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_mbx_cmpl_reg_fcfi() [all …]
|
H A D | lpfc_bsg.c | 1786 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli3_bsg_diag_loopback_mode() 1851 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli3_bsg_diag_loopback_mode() 1879 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_set_link_diag_state() 1920 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_set_link_diag_state() 1943 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_set_loopback_mode() 1952 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_set_loopback_mode() 1980 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_set_loopback_mode() 2408 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_link_diag_test() 2473 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_link_diag_test() 2503 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfcdiag_loop_self_reg() [all …]
|
H A D | lpfc_attr.c | 1299 pmboxq = mempool_alloc(phba->mbox_mem_pool,GFP_KERNEL); in lpfc_issue_lip() 1330 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_issue_lip() 1869 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_set_trunking() 1887 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_set_trunking() 2153 !phba->mbox_mem_pool || in lpfc_get_hba_info() 2160 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_get_hba_info() 2177 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_get_hba_info() 2265 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_get_hba_info() 6627 !phba->mbox_mem_pool || in lpfc_get_stats() 6634 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_get_stats() [all …]
|
H A D | lpfc_els.c | 366 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_fabric_reglogin() 383 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_fabric_reglogin() 460 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_reg_vfi() 524 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_unreg_vfi() 542 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_issue_unreg_vfi() 867 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_cmpl_els_flogi_nport() 877 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_cmpl_els_flogi_nport() 3255 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_reg_fab_ctrl_node() 4497 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_link_reset() 4524 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_link_reset() [all …]
|
H A D | lpfc_vport.c | 125 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_vport_sparm() 133 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_vport_sparm()
|
H A D | lpfc_mbox.c | 117 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mbox_rsrc_cleanup() 900 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_unreg_all_rpis() 917 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_unreg_all_rpis() 1792 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_mbox_cmd_free() 1800 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_mbox_cmd_free() 1815 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_mbox_cmd_free()
|
H A D | lpfc.h | 1313 mempool_t *mbox_mem_pool; member
|