| /Linux-v5.4/drivers/scsi/lpfc/ |
| D | lpfc_mem.c | 116 phba->mbox_mem_pool = mempool_create_kmalloc_pool(LPFC_MEM_POOL_SIZE, in lpfc_mem_alloc() 118 if (!phba->mbox_mem_pool) in lpfc_mem_alloc() 177 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_alloc() 178 phba->mbox_mem_pool = NULL; in lpfc_mem_alloc() 251 mempool_destroy(phba->mbox_mem_pool); in lpfc_mem_free() 252 phba->mbox_mem_pool = NULL; in lpfc_mem_free() 305 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mem_free_all() 315 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mem_free_all() 328 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_mem_free_all()
|
| D | lpfc_hbadisc.c | 938 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_linkdown() 945 mempool_free(mb, phba->mbox_mem_pool); in lpfc_linkdown() 952 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_linkdown() 959 mempool_free(mb, phba->mbox_mem_pool); in lpfc_linkdown() 1105 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_clear_la() 1112 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_clear_la() 1143 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_local_config_link() 1183 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_mbx_cmpl_local_config_link() 1260 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_mbx_cmpl_reg_fcfi() 1511 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_register_fcf() [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() 154 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_vport_sparm() 164 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_vport_sparm() 177 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_vport_sparm()
|
| D | lpfc_init.c | 126 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_config_port_prep() 158 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_config_port_prep() 181 mempool_free( pmb, phba->mbox_mem_pool); in lpfc_config_port_prep() 195 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_config_port_prep() 200 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_config_port_prep() 264 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_config_port_prep() 285 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_config_async_cmpl() 309 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_dump_wakeup_param_cmpl() 329 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_dump_wakeup_param_cmpl() 426 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_config_port_post() [all …]
|
| D | lpfc_bsg.c | 1828 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli3_bsg_diag_loopback_mode() 1893 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli3_bsg_diag_loopback_mode() 1921 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_set_link_diag_state() 1962 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_set_link_diag_state() 1985 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_set_loopback_mode() 1994 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_set_loopback_mode() 2022 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_set_loopback_mode() 2459 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_bsg_link_diag_test() 2521 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_sli4_bsg_link_diag_test() 2549 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfcdiag_loop_self_reg() [all …]
|
| D | lpfc_nportdisc.c | 426 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_rcv_plogi() 434 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_rcv_plogi() 451 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_rcv_plogi() 462 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_rcv_plogi() 509 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_rcv_plogi() 514 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_rcv_plogi() 551 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_mbx_cmpl_resume_rpi() 901 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, in lpfc_release_rpi() 923 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_release_rpi() 1245 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_cmpl_plogi_plogi_issue() [all …]
|
| D | lpfc_els.c | 386 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_fabric_reglogin() 403 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_fabric_reglogin() 439 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_issue_fabric_reglogin() 479 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_reg_vfi() 519 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_issue_reg_vfi() 551 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_issue_unreg_vfi() 569 mempool_free(mboxq, phba->mbox_mem_pool); in lpfc_issue_unreg_vfi() 927 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_cmpl_els_flogi_nport() 937 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_cmpl_els_flogi_nport() 2875 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_cmpl_els_logo() [all …]
|
| D | lpfc_sli.c | 1542 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_ring_map() 1562 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_ring_map() 2543 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_def_mbox_cmpl() 2608 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli4_unreg_rpi_cmpl_clr() 4318 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_brdkill() 4326 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_brdkill() 4341 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_brdkill() 4355 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_brdkill() 4824 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli_hbq_setup() 4858 mempool_free(pmb, phba->mbox_mem_pool); in lpfc_sli_hbq_setup() [all …]
|
| D | lpfc_attr.c | 1139 pmboxq = mempool_alloc(phba->mbox_mem_pool,GFP_KERNEL); in lpfc_issue_lip() 1167 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_issue_lip() 1678 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_set_trunking() 1695 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_set_trunking() 1850 !phba->mbox_mem_pool || in lpfc_get_hba_info() 1857 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_get_hba_info() 1874 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_get_hba_info() 1924 mempool_free(pmboxq, phba->mbox_mem_pool); in lpfc_get_hba_info() 6593 !phba->mbox_mem_pool || in lpfc_get_stats() 6600 pmboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_get_stats() [all …]
|
| D | lpfc_mbox.c | 847 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); in lpfc_sli4_unreg_all_rpis() 864 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_unreg_all_rpis() 1739 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_mbox_cmd_free() 1747 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_mbox_cmd_free() 1760 mempool_free(mbox, phba->mbox_mem_pool); in lpfc_sli4_mbox_cmd_free()
|
| D | lpfc.h | 997 mempool_t *mbox_mem_pool; member
|