Home
last modified time | relevance | path

Searched refs:stats_eth (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c2600 …eth_stats_info_t* stats_eth = &pdev->vars.stats.stats_mirror.stats_drv.drv_info_to_mfw.eth_… in lm_drv_info_to_mfw_assign_eth() local
2613 ASSERT_STATIC( sizeof(stats_eth->version) <= sizeof(pdev->ver_str) ); in lm_drv_info_to_mfw_assign_eth()
2615 ASSERT_STATIC( sizeof(stats_eth->mac_local) <= sizeof( pdev->params.mac_addr ) ); in lm_drv_info_to_mfw_assign_eth()
2617 mm_memcpy( stats_eth->version, pdev->ver_str, sizeof(stats_eth->version) ); in lm_drv_info_to_mfw_assign_eth()
2625 stats_eth->mtu_size = cli_params->mtu; in lm_drv_info_to_mfw_assign_eth()
2628stats_eth->lso_max_size = DRV_INFO_TO_MFW_NOT_SUPPORTED; // we should acquire this from ND… in lm_drv_info_to_mfw_assign_eth()
2631stats_eth->lso_min_seg_cnt = DRV_INFO_TO_MFW_NOT_SUPPORTED; // we should acquire this from ND… in lm_drv_info_to_mfw_assign_eth()
2634stats_eth->ipv4_ofld_cnt = pdev->vars.stats.stats_mirror.stats_drv.drv_toe.ipv[STATS_IP_4_I… in lm_drv_info_to_mfw_assign_eth()
2637stats_eth->ipv6_ofld_cnt = pdev->vars.stats.stats_mirror.stats_drv.drv_toe.ipv[STATS_IP_6_I… in lm_drv_info_to_mfw_assign_eth()
2640stats_eth->promiscuous_mode = ( 0 != GET_FLAGS( pdev->client_info[client_id].last_set_rx_mask, LM_… in lm_drv_info_to_mfw_assign_eth()
[all …]