/linux-6.1.9/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 115 phba->mbox_mem_pool = mempool_create_kmalloc_pool(LPFC_MBX_POOL_SIZE, in lpfc_mem_alloc() 117 if (!phba->mbox_mem_pool) in lpfc_mem_alloc() 176 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_alloc() 177 phba->mbox_mem_pool = NULL; in lpfc_mem_alloc() 247 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_free() 248 phba->mbox_mem_pool = NULL; in lpfc_mem_free() 301 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mem_free_all() 311 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mem_free_all() 324 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mem_free_all()
|
D | lpfc_hbadisc.c | 1277 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_linkdown() 1284 mempool_free(mb, phba->mbox_mem_pool); in lpfc_linkdown() 1291 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_linkdown() 1298 mempool_free(mb, phba->mbox_mem_pool); in lpfc_linkdown() 1446 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_clear_la() 1453 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_clear_la() 1482 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_local_config_link() 1513 sparam_mb = mempool_alloc(phba->mbox_mem_pool, in lpfc_mbx_cmpl_local_config_link() 1520 mempool_free(sparam_mb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_local_config_link() 1623 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_mbx_cmpl_reg_fcfi() [all …]
|
D | lpfc_bsg.c | 1772 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli3_bsg_diag_loopback_mode() 1837 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli3_bsg_diag_loopback_mode() 1865 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_set_link_diag_state() 1906 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_set_link_diag_state() 1929 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_set_loopback_mode() 1938 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_set_loopback_mode() 1966 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_set_loopback_mode() 2394 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_link_diag_test() 2459 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_link_diag_test() 2489 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfcdiag_loop_self_reg() [all …]
|
D | lpfc_init.c | 133 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_config_port_prep() 165 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_config_port_prep() 188 mempool_free( pmb, phba->mbox_mem_pool); in lpfc_config_port_prep() 202 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_config_port_prep() 207 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_config_port_prep() 273 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_config_port_prep() 294 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_config_async_cmpl() 318 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_dump_wakeup_param_cmpl() 337 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_dump_wakeup_param_cmpl() 437 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_config_port_post() [all …]
|
D | lpfc_sli.c | 1683 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_ring_map() 1703 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_ring_map() 3018 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli4_unreg_rpi_cmpl_clr() 4974 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_brdkill() 4982 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_brdkill() 4997 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_brdkill() 5011 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_brdkill() 5478 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_hbq_setup() 5512 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_hbq_setup() 5518 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_hbq_setup() [all …]
|
D | lpfc_attr.c | 1297 pmboxq = mempool_alloc(phba->mbox_mem_pool,GFP_KERNEL); in lpfc_issue_lip() 1328 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_issue_lip() 1859 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_set_trunking() 1875 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_set_trunking() 2032 !phba->mbox_mem_pool || in lpfc_get_hba_info() 2039 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_get_hba_info() 2056 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_get_hba_info() 2106 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_get_hba_info() 6495 !phba->mbox_mem_pool || in lpfc_get_stats() 6502 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_get_stats() [all …]
|
D | lpfc_nportdisc.c | 509 link_mbox = mempool_alloc(phba->mbox_mem_pool, in lpfc_rcv_plogi() 524 mempool_free(link_mbox, phba->mbox_mem_pool); in lpfc_rcv_plogi() 541 login_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_rcv_plogi() 661 mempool_free(login_mbox, phba->mbox_mem_pool); in lpfc_rcv_plogi() 701 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_mbx_cmpl_resume_rpi() 1087 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, in lpfc_release_rpi() 1098 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_release_rpi() 1114 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_release_rpi() 1435 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_cmpl_plogi_plogi_issue() 1453 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_cmpl_plogi_plogi_issue() [all …]
|
D | lpfc_els.c | 360 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_fabric_reglogin() 377 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_fabric_reglogin() 454 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_reg_vfi() 518 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_unreg_vfi() 536 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_issue_unreg_vfi() 889 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_cmpl_els_flogi_nport() 899 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_cmpl_els_flogi_nport() 3252 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_reg_fab_ctrl_node() 4500 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_link_reset() 4527 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_link_reset() [all …]
|
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()
|
D | lpfc_mbox.c | 117 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mbox_rsrc_cleanup() 907 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_unreg_all_rpis() 924 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_unreg_all_rpis() 1799 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_mbox_cmd_free() 1807 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_mbox_cmd_free() 1820 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_mbox_cmd_free()
|
D | lpfc.h | 1321 mempool_t *mbox_mem_pool; member
|