Searched defs:stats_eth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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_stats; local
2613 ASSERT_STATIC( sizeof(stats_eth->version) <= sizeof(pdev->ver_str) );
2615 ASSERT_STATIC( sizeof(stats_eth->mac_local) <= sizeof( pdev->params.mac_addr ) );
2617 mm_memcpy( stats_eth->version, pdev->ver_str, sizeof(stats_eth->version) );
2622 // stats_eth->mac_local, mac_add1, mac_add2 - NO NEED to update here since they are already updated in lm_eq_handle_classification_eqe
2625 stats_eth->mtu_size = cli_params->mtu;
2628 stats_eth->lso_max_size = DRV_INFO_TO_MFW_NOT_SUPPORTED; // we should acquire this from NDIS?
2631 stats_eth->lso_min_seg_cnt = DRV_INFO_TO_MFW_NOT_SUPPORTED; // we should acquire this from NDIS?
2634 stats_eth
[all...]

Completed in 105 milliseconds