Searched refs:mm_alloc_mem (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_resc.c | 192 mem_virt = mm_alloc_mem(pdev,mem_size, mm_cli_idx); in lm_allocate_coalesce_buffers() 505 sge_chain->active_descq_array = mm_alloc_mem(pdev, mem_size, mm_cli_idx); in lm_alloc_tpa_chain() 518 sge_chain->mask_array = mm_alloc_mem(pdev, mem_size, mm_cli_idx); in lm_alloc_tpa_chain() 1849 vars->context_cdu_virt_addr_table = (void **) mm_alloc_mem( pdev, mem_size, mm_cli_idx ); in lm_common_setup_alloc_resc() 1864 vars->context_cdu_phys_addr_table = mm_alloc_mem(pdev, mem_size, mm_cli_idx ); in lm_common_setup_alloc_resc() 1904 vars->searcher_t1_virt_addr_table = (void **) mm_alloc_mem(pdev, mem_size, mm_cli_idx); in lm_common_setup_alloc_resc() 1920 vars->searcher_t1_phys_addr_table = mm_alloc_mem(pdev, mem_size, mm_cli_idx ); in lm_common_setup_alloc_resc() 1957 vars->searcher_t2_virt_addr_table = (void **) mm_alloc_mem(pdev, mem_size, mm_cli_idx) ; in lm_common_setup_alloc_resc() 1972 vars->searcher_t2_phys_addr_table = mm_alloc_mem(pdev, mem_size, mm_cli_idx ); in lm_common_setup_alloc_resc() 2005 vars->timers_linear_virt_addr_table = (void **) mm_alloc_mem(pdev, mem_size, mm_cli_idx ); in lm_common_setup_alloc_resc() [all …]
|
H A D | bnxe_context.c | 157 hash_info->searcher_table = mm_alloc_mem(pdev, alloc_size, mm_cli_idx); in lm_alloc_searcher_hash_info() 321 context = mm_alloc_mem(pdev, sizeof(lm_context_info_t), mm_cli_idx); in lm_alloc_context_pool() 329 context->array = mm_alloc_mem(pdev, sizeof(struct lm_context_cookie)*num_con, mm_cli_idx); in lm_alloc_context_pool()
|
H A D | lm_pf.c | 224 pdev->vfs_set.vfs_array = mm_alloc_mem(pdev, alloc_size, mm_cli_idx); in lm_pf_allocate_vfs() 251 pdev->vfs_set.mirror_stats_fw_set = mm_alloc_mem(pdev, alloc_size, mm_cli_idx); in lm_pf_allocate_vfs()
|
H A D | lm_dcbx.c | 6760 mm_alloc_mem(pdev, classif_table_aloc_size_remote, indicate_event->lm_cli_idx); in lm_dcbx_ie_initialize() 6771 mm_alloc_mem(pdev, classif_table_aloc_size_local, indicate_event->lm_cli_idx); in lm_dcbx_ie_initialize() 6780 mm_alloc_mem(pdev, LM_DCBX_IE_CLASSIF_TABLE_ALOC_SIZE_DBG, indicate_event->lm_cli_idx); in lm_dcbx_ie_initialize()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm.h | 277 #define mm_alloc_mem(_pdev, _mem_size, cli_idx) \ macro
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 1575 …pdev->pf_vf_acquiring_resp = mm_alloc_mem(pdev, sizeof(struct pf_vf_msg_acquire_resp),LM_RESOURCE_… in lm_vf_pf_acquire_msg() 1686 …pdev->pf_vf_acquiring_resp = mm_alloc_mem(pdev, sizeof(struct pfvf_acquire_resp_tlv),LM_RESOURCE_C… in lm_vf_pf_acquire_msg()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/ |
H A D | lm_l5.c | 90 *pbl_virt_table = (void *)mm_alloc_mem(pdev, in lm_alloc_pbl_mem()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.c | 250 toe_info->grqs[i].isles_pool = (lm_isle_t*)mm_alloc_mem(pdev, mem_size, mm_cli_idx); in lm_tcp_alloc_resc() 261 …pdev->toe_info.integrity_info.pattern_buf = mm_alloc_mem(pdev, pdev->toe_info.integrity_info.patte… in lm_tcp_alloc_resc()
|