Symbol: mm_mem_zero
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm.h
440
mm_mem_zero(ptr, size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
1005
mm_mem_zero( context, sizeof(struct eth_context) ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
221
mm_mem_zero( context, sizeof(lm_context_info_t) ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
244
mm_mem_zero(context->array, sizeof(struct lm_context_cookie)*num_con);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_context.c
81
mm_mem_zero(hash_info->searcher_table, alloc_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_hw_debug.c
256
mm_mem_zero(idx_str, sizeof(idx_str));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bnxe_hw_debug.c
257
mm_mem_zero(row_str, sizeof(row_str));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
2004
mm_mem_zero(pdev->dcbx_info.pri_to_cos, sizeof(pdev->dcbx_info.pri_to_cos));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
2208
mm_mem_zero(&indicate_event->ets_ieee_params_config,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
235
mm_mem_zero(pfc_fw_cfg, sizeof(struct flow_control_configuration));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
2851
mm_mem_zero(local_mib, sizeof(lldp_local_mib_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
2852
mm_mem_zero(local_mib_ext, sizeof(lldp_local_mib_ext_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
3108
mm_mem_zero(lldp_params, sizeof(b10_lldp_params_get_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
3373
mm_mem_zero(dcbx_params, sizeof(b10_dcbx_params_get_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
3837
mm_mem_zero(&(app->app_pri_tbl), sizeof(app->app_pri_tbl));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
4573
mm_mem_zero(&params->ets_params, sizeof(params->ets_params));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
4575
mm_mem_zero(&params->pfc_params, sizeof(params->pfc_params));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
4583
mm_mem_zero( params->classif_params.classif_table,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
4616
mm_mem_zero(indicate_event, sizeof(lm_dcbx_indicate_event_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
4623
mm_mem_zero(&indicate_event->ets_ieee_params_os ,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
4627
mm_mem_zero(&indicate_event->ets_ieee_params_config ,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
4651
mm_mem_zero(pdev->dcbx_info.pri_to_cos, sizeof(pdev->dcbx_info.pri_to_cos));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
4653
mm_mem_zero(&(pdev->params.dcbx_port_params), sizeof(pdev->params.dcbx_port_params));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
5550
mm_mem_zero(&(indicate_event->ets_ieee_params_os),
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
5612
mm_mem_zero(dcb_params_dbg->classif_params.classif_table,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
5727
mm_mem_zero(ieee_ets, sizeof(dcb_ets_tsa_param_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
6362
mm_mem_zero(indicate_newest_params.classif_params.classif_table, ieee_classif_alloc_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx.c
6403
mm_mem_zero(&indicate_newest_params.ets_params,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2784
mm_mem_zero(pdev->params.uc_table_size, sizeof(pdev->params.uc_table_size));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
2785
mm_mem_zero(pdev->params.mc_table_size, sizeof(pdev->params.mc_table_size));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
108
mm_mem_zero(policy, sizeof(lm_dmae_locking_policy_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
354
mm_mem_zero(operation, sizeof(lm_dmae_operation_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
444
mm_mem_zero(operation, sizeof(lm_dmae_operation_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_access.c
1315
mm_mem_zero( b10_transceiver_data, sizeof( b10_transceiver_data_t ) ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_access.c
331
mm_mem_zero(entry->addr, sizeof(entry->addr));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
1067
mm_mem_zero((void *) client_update_data_virt , sizeof(struct client_update_ramrod_data));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
230
mm_mem_zero(pdev->vfs_set.vfs_array, alloc_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
304
mm_mem_zero(pdev->vfs_set.vfs_array, sizeof(lm_vf_info_t)*num_vfs);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
305
mm_mem_zero(pdev->vfs_set.mirror_stats_fw_set, sizeof(lm_stats_fw_t)*num_vfs);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
344
mm_mem_zero(pdev->pf_resources.free_sbs,sizeof(pdev->pf_resources.free_sbs));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
345
mm_mem_zero(pdev->pf_resources.free_fw_clients,sizeof(pdev->pf_resources.free_fw_clients));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_pf.c
346
mm_mem_zero(pdev->pf_resources.free_sw_clients,sizeof(pdev->pf_resources.free_sw_clients));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_recv.c
944
mm_mem_zero( sp_cqes, sizeof(struct _sp_cqes_info) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1211
mm_mem_zero(sq_info->sq_chain.sq_chain_virt, LM_PAGE_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1245
mm_mem_zero(eq_chain->bd_chain.bd_chain_virt, mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1270
mm_mem_zero(client_init_data_virt, mem_size_init);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1282
mm_mem_zero(client_update_data_virt, mem_size_update);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1307
mm_mem_zero(client_init_data_virt, mem_size_init);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1316
mm_mem_zero(client_update_data_virt, mem_size_update);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1379
mm_mem_zero(tpa_chain,sizeof(lm_tpa_chain_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1455
mm_mem_zero(sq_info->sq_chain.sq_chain_virt, LM_PAGE_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1597
mm_mem_zero(slowpath_data->mac_rdata[i], sizeof(*slowpath_data->mac_rdata[i]));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1598
mm_mem_zero(slowpath_data->rx_mode_rdata[i], sizeof(*slowpath_data->rx_mode_rdata[i]));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1599
mm_mem_zero(slowpath_data->mcast_rdata[i], sizeof(*slowpath_data->mcast_rdata[i]));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1613
mm_mem_zero(slowpath_data->rss_rdata, sizeof(*slowpath_data->rss_rdata));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1626
mm_mem_zero(slowpath_data->func_start_data, sizeof(*slowpath_data->func_start_data));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1637
mm_mem_zero(slowpath_data->niv_function_update_data, sizeof(*slowpath_data->niv_function_update_data));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1648
mm_mem_zero(slowpath_data->l2mp_func_update_data, sizeof(*slowpath_data->l2mp_func_update_data));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1659
mm_mem_zero(slowpath_data->encap_function_update_data, sizeof(*slowpath_data->encap_function_update_data));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1670
mm_mem_zero(slowpath_data->ufp_function_update_data, sizeof(*slowpath_data->ufp_function_update_data));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1770
mm_mem_zero((void *)(vars->status_blocks_arr[sb_id].host_hc_status_block.e1x_sb), mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1791
mm_mem_zero((void *)(vars->gen_sp_status_block.hc_sp_status_blk), mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1796
mm_mem_zero(pdev->debug_info.ack_dis, sizeof(pdev->debug_info.ack_dis));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1797
mm_mem_zero(pdev->debug_info.ack_en, sizeof(pdev->debug_info.ack_en));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1799
mm_mem_zero(pdev->debug_info.rx_only_int, sizeof(pdev->debug_info.rx_only_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1800
mm_mem_zero(pdev->debug_info.tx_only_int, sizeof(pdev->debug_info.tx_only_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1801
mm_mem_zero(pdev->debug_info.both_int, sizeof(pdev->debug_info.both_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1802
mm_mem_zero(pdev->debug_info.empty_int, sizeof(pdev->debug_info.empty_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1803
mm_mem_zero(pdev->debug_info.false_int, sizeof(pdev->debug_info.false_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1858
mm_mem_zero( vars->context_cdu_virt_addr_table, mem_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1874
mm_mem_zero(vars->context_cdu_phys_addr_table, mem_size );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1891
mm_mem_zero( vars->context_cdu_virt_addr_table[i], params->ilt_client_page_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1913
mm_mem_zero( vars->searcher_t1_virt_addr_table, mem_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1929
mm_mem_zero( vars->searcher_t1_phys_addr_table, mem_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1945
mm_mem_zero( vars->searcher_t1_virt_addr_table[i], params->ilt_client_page_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1966
mm_mem_zero( vars->searcher_t2_virt_addr_table, mem_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
1993
mm_mem_zero( vars->searcher_t2_virt_addr_table[i],params->ilt_client_page_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2014
mm_mem_zero( vars->timers_linear_virt_addr_table, mem_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2030
mm_mem_zero( vars->timers_linear_phys_addr_table, mem_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2046
mm_mem_zero( vars->timers_linear_virt_addr_table[i], params->ilt_client_page_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2067
mm_mem_zero( vars->qm_queues_virt_addr_table, mem_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2083
mm_mem_zero( vars->qm_queues_phys_addr_table, mem_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2099
mm_mem_zero( vars->qm_queues_virt_addr_table[i],params->ilt_client_page_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2218
mm_mem_zero(&pdev->cid_recycled_callbacks, sizeof(pdev->cid_recycled_callbacks));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2219
mm_mem_zero(&pdev->toe_info, sizeof(pdev->toe_info));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2353
mm_mem_zero(&pdev->cid_recycled_callbacks, sizeof(pdev->cid_recycled_callbacks));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2354
mm_mem_zero(rx_info->appr_mc.mcast_add_hash_bit_array, sizeof(rx_info->appr_mc.mcast_add_hash_bit_array));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2356
mm_mem_zero(&pdev->vars.nig_mirror, sizeof(lm_nig_mirror_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2411
mm_mem_zero( vars->searcher_t1_virt_addr_table[i], params->ilt_client_page_size ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2433
mm_mem_zero(vars->timers_linear_virt_addr_table[i],params->ilt_client_page_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
2473
mm_mem_zero(&pdev->vars.nig_mirror, sizeof(pdev->vars.nig_mirror));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
328
mm_mem_zero(tx_chain->bd_chain.bd_chain_virt, mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
391
mm_mem_zero(bd_chain->bd_chain_virt, mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
437
mm_mem_zero(rcq_chain->bd_chain.bd_chain_virt, mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
495
mm_mem_zero(bd_chain->bd_chain_virt, mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
512
mm_mem_zero(sge_chain->active_descq_array, mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
525
mm_mem_zero(sge_chain->mask_array, mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_resc.c
536
mm_mem_zero(tpa_chain->ramrod_data_virt, mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
739
mm_mem_zero( ic, sizeof(lm_int_coalesing_info) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
702
mm_mem_zero(start_bd, sizeof(union eth_tx_bd_types));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
779
mm_mem_zero(parse_bd_ptr, sizeof(union eth_tx_bd_types));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_send.c
798
mm_mem_zero(parse_bd_2nd_ptr, sizeof(union eth_tx_bd_types));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2980
mm_mem_zero(pdev->vars.stats.stats_mirror.stats_drv.drv_info_to_mfw.eth_stats.mac_local + i, sizeof(u8_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
4283
mm_mem_zero(client_update_data_virt , sizeof(struct client_update_ramrod_data));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
553
mm_mem_zero(tx_queue_init_data_virt , sizeof(struct tx_queue_init_ramrod_data));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
594
mm_mem_zero(client_init_data_virt , sizeof(struct client_init_ramrod_data));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
643
mm_mem_zero(client_update_data_virt , sizeof(struct client_update_ramrod_data));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
2723
mm_mem_zero( dest, size );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
3247
mm_mem_zero(&pdev->vars.stats.stats_mirror.stats_mcp_func, (u32_t)val );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
397
mm_mem_zero( &pdev->vars.stats.stats_mirror, sizeof(pdev->vars.stats.stats_mirror) ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_stats.c
823
mm_mem_zero( &pdev->vars.stats.stats_mirror.stats_hw.macs[STATS_MACS_IDX_CURRENT],
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/bnxe_fw_funcs.c
333
mm_mem_zero(ram_data,sizeof(struct cmng_init));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
169
mm_mem_zero(&isle->isle_gen_bufs_list_head, sizeof(lm_isle_t) - sizeof(d_list_entry_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2185
mm_mem_zero(tctx_ag, sizeof(struct tstorm_toe_ag_context));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2188
mm_mem_zero(tctx_st, sizeof(struct tstorm_toe_st_context));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2264
mm_mem_zero(ttcp_ag, sizeof(struct tstorm_toe_tcp_ag_context_section));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2265
mm_mem_zero(ttcp_st, sizeof(struct tstorm_tcp_st_context_section));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2444
mm_mem_zero(xtcp_ag, sizeof(struct xstorm_toe_tcp_ag_context_section));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
2445
mm_mem_zero(xtcp_st, sizeof(struct xstorm_common_context_section));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
1180
mm_mem_zero(&pdev->fcoe_info, sizeof(lm_fcoe_info_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
326
mm_mem_zero(&(pbl) ,sizeof(lm_fcoe_pbl_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/lm_l5.c
492
mm_mem_zero(&pdev->iscsi_info, sizeof(lm_iscsi_info_t));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/basic_vf/lm_vf.c
243
mm_mem_zero((void *)(pdev->vars.status_blocks_arr[sb_id].host_hc_status_block.e2_sb), mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
1116
mm_mem_zero(pdev->vars.vf_pf_mess.message_virt_addr, pdev->vars.vf_pf_mess.message_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2121
mm_mem_zero(&mess->multicast[idx_entries][0], ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2210
mm_mem_zero(&mess->multicast[idx_entries][0], ETHERNET_ADDRESS_SIZE);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2619
mm_mem_zero(p_sb, mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2623
mm_mem_zero(pdev->debug_info.ack_dis, sizeof(pdev->debug_info.ack_dis));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2624
mm_mem_zero(pdev->debug_info.ack_en, sizeof(pdev->debug_info.ack_en));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2625
mm_mem_zero(pdev->debug_info.rx_only_int, sizeof(pdev->debug_info.rx_only_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2626
mm_mem_zero(pdev->debug_info.tx_only_int, sizeof(pdev->debug_info.tx_only_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2627
mm_mem_zero(pdev->debug_info.both_int, sizeof(pdev->debug_info.both_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2628
mm_mem_zero(pdev->debug_info.empty_int, sizeof(pdev->debug_info.empty_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2629
mm_mem_zero(pdev->debug_info.false_int, sizeof(pdev->debug_info.false_int));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2649
mm_mem_zero((void *) (pdev->params.mac_config[LM_CLI_IDX_NDIS]), alloc_size );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2665
mm_mem_zero((void *) (pdev->params.mcast_config), alloc_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2845
mm_mem_zero((void *) &pdev->cid_recycled_callbacks, sizeof(pdev->cid_recycled_callbacks));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
2846
mm_mem_zero((void *) &pdev->toe_info, sizeof(pdev->toe_info));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
293
mm_mem_zero((void *)vf_info->vf_chains[q_id].tpa_ramrod_data_virt, mem_size);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.c
599
mm_mem_zero(rss_params, sizeof(struct ecore_config_rss_params));